Searched defs:LastBit (Results 1 – 3 of 3) 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
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