Searched refs:first_positive_bit_and_unset (Results 1 – 1 of 1) sorted by relevance
1316 fn first_positive_bit_and_unset(n: &mut usize) -> usize { in first_positive_bit_and_unset() method1338 - Self::first_positive_bit_and_unset(&mut self.bitset_front) in next_back()1353 self.block_idx_back - Self::first_positive_bit_and_unset(&mut self.bitset_back) + BITS in next_back()1538 fn first_positive_bit_and_unset(n: &mut Block) -> usize { in first_positive_bit_and_unset() method1560 - Self::first_positive_bit_and_unset(&mut self.bitset_front) in next_back()1575 self.block_idx_back - Self::first_positive_bit_and_unset(&mut self.bitset_back) + BITS in next_back()