Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dman_hash.c33 #define HASH_DEPTH 6 macro
40 (x) *= HASH_DEPTH; \
50 static unsigned char table[26 * HASH_DEPTH];
73 for (j = 0; j < HASH_DEPTH; j++) in man_hash_init()
79 assert(j < HASH_DEPTH); in man_hash_init()
97 for (i = 0; i < HASH_DEPTH; i++) { in man_hash_find()