Searched refs:this_bucket (Results 1 – 1 of 1) sorted by relevance
4007 size_t this_bucket = hval % gnu_nbuckets; in create_gnu_hash() local4008 if (cnt == first_defined || this_bucket != last_bucket) in create_gnu_hash()4017 assert (this_bucket < gnu_nbuckets); in create_gnu_hash()4018 gnu_buckets[this_bucket] = cnt; in create_gnu_hash()4019 last_bucket = this_bucket; in create_gnu_hash()