Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c630 } Hashhead = { variable
645 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE)) in new_hashmap()
650 Hashhead.hh_mapC = 0; in new_hashmap()
663 assert(Hashhead.hh_map != NULL, in add_to_hashmap()
665 assert(Hashhead.hh_mapC < HASHMAPSIZE, in add_to_hashmap()
673 p = &Hashhead.hh_map[Hashhead.hh_mapC++]; in add_to_hashmap()
680 Hashhead.hh_last = p; in add_to_hashmap()
696 assert(Hashhead.hh_map != NULL, in find_in_hashmap()
699 if (Hashhead.hh_last != NULL && Hashhead.hh_last->h_hash == hash && in find_in_hashmap()
700 strcmp(Hashhead.hh_last->h_version_name, version_name) == 0) { in find_in_hashmap()
[all …]