Home
last modified time | relevance | path

Searched refs:GetHashValue (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
DMappedHash.h414 GetHashValue (uint32_t hash_idx) const in GetHashValue() function
443 const uint32_t curr_hash_value = GetHashValue (hash_idx); in Find()
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h256 uint32 GetHashValue(const IndexCell& cell);
Dindex_table_v3.cc989 if (upgrade_format || (GetHashValue(current_cell) & new_bit)) { in MoveCells()
1118 uint32 IndexTable::GetHashValue(const IndexCell& cell) { in GetHashValue() function in disk_cache::IndexTable
1137 return GetHashValue(cell) == hash; in IsHashMatch()
1146 return (GetHashValue(cell) & mask) != (hash & mask); in MisplacedHash()