Searched refs:kCellLocationMask (Results 1 – 1 of 1) sorted by relevance
27 const uint64 kCellLocationMask = (1 << 22) - 1; variable64 return cell.first_part & kCellLocationMask; in GetCellLocation()101 DCHECK_LE(address, static_cast<uint32>(kCellLocationMask)); in SetCellLocation()102 cell->first_part &= ~kCellLocationMask; in SetCellLocation()