Lines Matching defs:buckets
618 uint32_t *buckets = hashtab + 4 + hashtab[2]*(sizeof(size_t)/4);
619 uint32_t i = buckets[h1 % nbuckets];
626 uint32_t *hashval = buckets + nbuckets + (i - hashtab[1]);
1997 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4);
2000 if (buckets[i] > nsym)
2001 nsym = buckets[i];
2004 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
4521 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2] * sizeof(size_t) / 4);
4523 first_hash_sym_index = buckets[0];
4528 if (buckets[i] > nsym)
4529 nsym = buckets[i];
4541 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);