Searched refs:hashbkt (Results 1 – 2 of 2) sorted by relevance
65 Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0; in genconfig() local272 hashbkt = &hashtbl[2]; in genconfig()339 hashchn[ndx] = hashbkt[hashval]; in genconfig()340 hashbkt[hashval] = ndx++; in genconfig()437 hashchn[ndx] = hashbkt[hashval]; in genconfig()438 hashbkt[hashval] = ndx++; in genconfig()501 hashchn[ndx] = hashbkt[hashval]; in genconfig()502 hashbkt[hashval] = ndx++; in genconfig()
216 Word *hashbkt; /* hash table bucket pointer */ in update_osym() local281 hashbkt = &hashtab[2]; in update_osym()1519 if (_hashndx = hashbkt[hashval]) { in update_osym()1527 hashbkt[hashval] = in update_osym()