Lines Matching defs:buckets
584 uint32_t *buckets = hashtab + 4 + hashtab[2]*(sizeof(size_t)/4);
585 uint32_t i = buckets[h1 % nbuckets];
592 uint32_t *hashval = buckets + nbuckets + (i - hashtab[1]);
1809 uint32_t *buckets = p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4);
1812 if (buckets[i] > nsym)
1813 nsym = buckets[i];
1816 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
4179 uint32_t *buckets= p->ghashtab + 4 + (p->ghashtab[2]*sizeof(size_t)/4);
4181 first_hash_sym_index = buckets[0];
4186 if (buckets[i] > nsym)
4187 nsym = buckets[i];
4199 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);