Searched refs:bucket_idx (Results 1 – 2 of 2) sorted by relevance
185 uint32_t GetHashIndex(uint32_t bucket_idx) const { in GetHashIndex() argument187 if (m_hash_indexes && bucket_idx < m_header.bucket_count) in GetHashIndex()188 memcpy(&result, m_hash_indexes + bucket_idx, sizeof(uint32_t)); in GetHashIndex()215 const uint32_t bucket_idx = hash_value % bucket_count; in Find() local216 uint32_t hash_idx = GetHashIndex(bucket_idx); in Find()246 if ((curr_hash_value % bucket_count) != bucket_idx) in Find()
378 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets; in UpdateISAToDescriptorMapIfNeeded() local379 ++bucket_idx) { in UpdateISAToDescriptorMapIfNeeded()