Searched defs:LastBit (Results 1 – 3 of 3) 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
225 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_first_in() local249 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local285 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_first_unset_in() local311 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local
233 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable257 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local294 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local