Home
last modified time | relevance | path

Searched refs:HASHWIDTH (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/cmd/spell/
H A Dhash.c83 #if ((1L << (HASHWIDTH+LOCHWIDTH) == 0) || (1L << (HASHWIDTH+HICHWIDTH) == 0)) in hashinit()
88 pow2[0] = 1L<<(HASHWIDTH-CHARWIDTH-2); in hashinit()
H A Dhashcheck.c93 v = (long)i<<(HASHWIDTH-INDEXWIDTH); in main()
H A Dhashlook.c60 t = h>>(HASHWIDTH-INDEXWIDTH); in hashlook()
64 sum = (long)t<<(HASHWIDTH-INDEXWIDTH); in hashlook()
H A Dspellin.c109 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
113 if ((t = h >> (HASHWIDTH - INDEXWIDTH)) != u) { in main()
119 k = (long)t<<(HASHWIDTH-INDEXWIDTH); in main()
H A Dhash.h27 #define HASHWIDTH 27 macro
H A Dhashmake.c53 (void) printf("%.*lo\n", (HASHWIDTH+2)/3, hash(word)); in main()