Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/spell/
H A Dhash.c34 #define HICHWIDTH 3 macro
35 #define CHARWIDTH (LOCHWIDTH+HICHWIDTH)
83 #if ((1L << (HASHWIDTH+LOCHWIDTH) == 0) || (1L << (HASHWIDTH+HICHWIDTH) == 0)) in hashinit()
91 pow2[i+2] = (pow2[i+1]<<HICHWIDTH) % hashsize; in hashinit()