Searched defs:LastBit (Results 1 – 8 of 8) sorted by relevance
562 pub(crate) struct LastBit { struct566 impl From<bool> for LastBit { argument572 impl ActionElement for LastBit { implementation
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
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
212 unsigned LastBit = (End - 1) % BITWORD_SIZE; variable236 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_in() local273 unsigned LastBit = (End - 1) % BITWORD_SIZE; in find_last_unset_in() local
404 uint32_t LastBit = 0; in GetMappingType() local