Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h42 #define HASH_TBL_SIZE 128 macro
H A Dpicltree.c460 htbl->hash_size = HASH_TBL_SIZE; in hash_init()
461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE); in hash_init()