Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h110 #define HASHTABLE Hash_table_t macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c121 #define HASHTABLE 31 macro
305 static state_t *tzcache[HASHTABLE];
521 return ((int)(h % HASHTABLE)); in get_hashid()
2362 for (hashid = 0; hashid < HASHTABLE; hashid++) { in purge_zone_cache()