Searched refs:lowest_set_bit (Results 1 – 4 of 4) sorted by relevance
56 pub fn lowest_set_bit(self) -> Option<usize> { in lowest_set_bit() method118 let bit = self.0.lowest_set_bit()?; in next()
1216 if let Some(bit) = group.match_empty_or_deleted().lowest_set_bit() { in find_insert_slot()1806 if let Some(index) = self.current_group.lowest_set_bit() { in next()1927 if let Some(index) = self.iter.current_group.lowest_set_bit() { in reflect_toggle_full()1960 debug_assert_ne!(self.iter.current_group.lowest_set_bit(), Some(index)); in reflect_toggle_full()1963 debug_assert_eq!(self.iter.current_group.lowest_set_bit(), Some(index)); in reflect_toggle_full()
118 #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask)) macro131 lowest_set_bit(int mask) in lowest_set_bit() function148 #define lowest_set_bit(mask) ((u_int)(ffs((mask)) - 1)) macro156 #define lowest_set_bit(mask) (u_int)((ffs((mask)) - 1)) macro163 lowest_set_bit(int mask) in lowest_set_bit() function1757 k = lowest_set_bit(x); in opt_j()
4674 uint32_t lowest_set_bit = 14; in EmulateSTM() local4678 if (i < lowest_set_bit) in EmulateSTM()4679 lowest_set_bit = i; in EmulateSTM()4681 if ((i == n) && wback && (i != lowest_set_bit)) in EmulateSTM()4944 uint32_t lowest_set_bit = 14; in EmulateSTMDB() local4948 if (i < lowest_set_bit) in EmulateSTMDB()4949 lowest_set_bit = i; in EmulateSTMDB()4951 if ((i == n) && wback && (i != lowest_set_bit)) in EmulateSTMDB()5066 uint32_t lowest_set_bit = 14; in EmulateSTMIB() local5071 if (i < lowest_set_bit) in EmulateSTMIB()[all …]