Searched refs:LastBit (Results 1 – 2 of 2) sorted by relevance
165 static_assert(Bitfield::LastBit <= StorageBits, "Data must fit in mask");230 static constexpr unsigned LastBit = Shift + Bits - 1;277 return A::LastBit >= B::FirstBit && B::LastBit >= A::FirstBit;
219 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable220 Copy &= maskTrailingOnes<BitWord>(LastBit + 1);243 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local244 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); in find_last_in()280 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local281 Copy |= maskTrailingZeros<BitWord>(LastBit + 1); in find_last_unset_in()