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

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc27 const uint64 kCellLocationMask = (1 << 22) - 1; member in namespace:__anon9154
64 return cell.first_part & kCellLocationMask;
101 DCHECK_LE(address, static_cast<uint32>(kCellLocationMask));
102 cell->first_part &= ~kCellLocationMask;

Completed in 1085 milliseconds