Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc27 const uint64 kCellLocationMask = (1 << 22) - 1; variable
64 return cell.first_part & kCellLocationMask; in GetCellLocation()
101 DCHECK_LE(address, static_cast<uint32>(kCellLocationMask)); in SetCellLocation()
102 cell->first_part &= ~kCellLocationMask; in SetCellLocation()