Searched refs:lower_part (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h257 uint32 GetFullHash(const IndexCell& cell, uint32 lower_part);
H A Dindex_table_v3.cc1125 uint32 IndexTable::GetFullHash(const IndexCell& cell, uint32 lower_part) { argument
1126 // It is OK for the high order bits of lower_part to overlap with the stored
1129 return (GetCellSmallTableId(cell) << kSmallTableHashShift) | lower_part;
1131 return (GetCellId(cell) << kHashShift) | lower_part;

Completed in 96 milliseconds