Searched refs:kCellIdOffset (Results 1 – 1 of 1) sorted by relevance
38 const int kCellIdOffset = 22; variable72 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()