Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c620 #define HASHMAPSIZE 100 macro
643 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE)) in new_hashmap()
663 assert(Hashhead.hh_mapC < HASHMAPSIZE, in add_to_hashmap()