Searched refs:HASH_TBL_SIZE (Results 1 – 2 of 2) sorted by relevance
44 #define HASH_TBL_SIZE 128 macro
460 htbl->hash_size = HASH_TBL_SIZE; in hash_init()461 htbl->tbl = malloc(sizeof (hash_elem_t *) * HASH_TBL_SIZE); in hash_init()