Searched defs:LastBit (Results 1 – 2 of 2) sorted by relevance
93 TEST(BitfieldsTest, LastBit) { in TEST() argument95 using LastBit = Bitfield::Element<bool, 7, 1>; in TEST() typedef108 using LastBit = Bitfield::Element<bool, 63, 1>; in TEST() typedef
219 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable243 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local280 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local