Lines Matching refs:bucket_pos
1165 size_t bucket_pos = hash_func(name) % nbucket;1166 chain[idx] = bucket[bucket_pos];1167 bucket[bucket_pos] = idx;