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

/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h202 #define TDB_HASH_SHIFT 15 /* 32K hash table entries */ macro
203 #define TDB_HASH_SIZE (1 << TDB_HASH_SHIFT)

Completed in 58 milliseconds