Searched refs:bucket_idx (Results 1 – 2 of 2) sorted by relevance
272 const uint32_t bucket_idx = hash % header.bucket_count; in Save() local275 hash_buckets[bucket_idx][hash][strp_offset].push_back(die_offset); in Save()406 GetHashIndex (uint32_t bucket_idx) const in GetHashIndex() argument408 if (m_hash_indexes && bucket_idx < m_header.bucket_count) in GetHashIndex()409 return m_hash_indexes[bucket_idx]; in GetHashIndex()437 const uint32_t bucket_idx = hash_value % bucket_count; in Find() local438 uint32_t hash_idx = GetHashIndex (bucket_idx); in Find()471 if ((curr_hash_value % bucket_count) != bucket_idx) in Find()
412 for (uint32_t bucket_idx = 0; bucket_idx < num_buckets; ++bucket_idx) in UpdateISAToDescriptorMapIfNeeded() local