Searched refs:kBytesPerCell (Results 1 – 5 of 5) sorted by relevance
52 int second_cell_base = Bitmap::kBytesPerCell; in TEST_F()53 for (size_t i = 0; i < Bitmap::kBytesPerCell; i++) { in TEST_F()66 if (i >= (Bitmap::kSize - Bitmap::kBytesPerCell)) { in TEST_F()
149 static const uint32_t kBytesPerCell = kBitsPerCell / kBitsPerByte; variable
2841 (Page::kPageAlignmentMask >> shift) & ~(Bitmap::kBytesPerCell - 1)); in GetMarkBits()
2969 (Page::kPageAlignmentMask >> shift) & ~(Bitmap::kBytesPerCell - 1)); in GetMarkBits()
5336 ~(Bitmap::kBytesPerCell - 1))); in GetMarkBits()