Searched refs:kBitIndexMask (Results 1 – 2 of 2) sorted by relevance
54 static const uint32_t kBitIndexMask = kBitsPerCell - 1; variable78 return index & kBitIndexMask; in IndexInCell()86 return (index + kBitIndexMask) & ~kBitIndexMask; in INLINE()
121 if (trailing_zeros < Bitmap::kBitIndexMask) { in Next()