Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c626 hashmap_t *hh_map; member
645 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE)) in new_hashmap()
663 assert(Hashhead.hh_map != NULL, in add_to_hashmap()
673 p = &Hashhead.hh_map[Hashhead.hh_mapC++]; in add_to_hashmap()
696 assert(Hashhead.hh_map != NULL, in find_in_hashmap()
704 for (current = Hashhead.hh_map; in find_in_hashmap()