Searched refs:BitIndexSize (Results 1 – 1 of 1) sorted by relevance
40 static constexpr SizeT BitIndexSize = 6; // log2(NumBitsPerPos); variable42 static_assert(1 << BitIndexSize == NumBitsPerPos, "Invalid BitIndexSize.");89 return Reference(Bits + (Idx >> BitIndexSize),90 Idx & ((_1 << BitIndexSize) - 1));95 return Bits[Idx >> BitIndexSize] &96 (_1 << (Idx & ((_1 << BitIndexSize) - 1)));