Searched refs:HASHMINSIZE (Results 1 – 2 of 2) sorted by relevance
| /titanic_44/usr/src/lib/libast/common/hash/ | ||
| H A D | hashlib.h | 78 #define HASHMINSIZE (1<<4) /* min table slots (power of 2) */ macro |
| H A D | hashalloc.c | 95 tab->size = HASHMINSIZE; in hashalloc() |