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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c630 } Hashhead = { variable in typeref:struct:__anon3
645 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE))
650 Hashhead.hh_mapC = 0;
663 assert(Hashhead.hh_map != NULL,
665 assert(Hashhead.hh_mapC < HASHMAPSIZE,
673 p = &Hashhead.hh_map[Hashhead.hh_mapC++];
680 Hashhead.hh_last = p;
696 assert(Hashhead.hh_map != NULL,
697 "Hashhead
[all...]

Completed in 70 milliseconds