Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc38 const int kCellIdOffset = 22; variable
72 return (cell.first_part >> kCellIdOffset) & kCellIdMask; in GetCellId()
114 cell->first_part &= ~(kCellIdMask << kCellIdOffset); in SetCellId()
115 cell->first_part |= static_cast<int64>(hash) << kCellIdOffset; in SetCellId()