Home
last modified time | relevance | path

Searched refs:LOCHWIDTH (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/spell/
H A Dhash.c36 #define LOCHWIDTH 3 macro
38 #define CHARWIDTH (LOCHWIDTH+HICHWIDTH)
39 #define LOCHMASK ((1<<LOCHWIDTH)-1)
77 h += (c>>LOCHWIDTH) * *lp++; in hash()
86 #if ((1L << (HASHWIDTH+LOCHWIDTH) == 0) || (1L << (HASHWIDTH+HICHWIDTH) == 0)) in hashinit()
93 pow2[i+1] = (pow2[i]<<LOCHWIDTH) % hashsize; in hashinit()