Searched defs:HASHWIDTH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhash.h27 #define HASHWIDTH 27 macro
28 #define HASHSIZE 134217689L /* prime under 2^HASHWIDTH */
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c451 #define HASHWIDTH (ASCII_HI - ASCII_LO + 1) macro
456 static struct roffmac *hash[HASHWIDTH];

Completed in 64 milliseconds