Searched refs:GetHashValue (Results 1 – 3 of 3) sorted by relevance
414 GetHashValue (uint32_t hash_idx) const in GetHashValue() function443 const uint32_t curr_hash_value = GetHashValue (hash_idx); in Find()
256 uint32 GetHashValue(const IndexCell& cell);
989 if (upgrade_format || (GetHashValue(current_cell) & new_bit)) { in MoveCells()1118 uint32 IndexTable::GetHashValue(const IndexCell& cell) { in GetHashValue() function in disk_cache::IndexTable1137 return GetHashValue(cell) == hash; in IsHashMatch()1146 return (GetHashValue(cell) & mask) != (hash & mask); in MisplacedHash()