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

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc35 const uint64 kCellSmallTableLocationMask = (1 << 16) - 1; member in namespace:__anon9154
68 return cell.first_part & kCellSmallTableLocationMask;
107 DCHECK_LE(address, static_cast<uint32>(kCellSmallTableLocationMask));
108 cell->first_part &= ~kCellSmallTableLocationMask;

Completed in 106 milliseconds