Searched defs:lowest_set_bit (Results 1 – 7 of 7) sorted by relevance
119 #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask)) macro132 lowest_set_bit(int mask) in lowest_set_bit() function149 #define lowest_set_bit(mask) ((u_int)(ffs((mask)) - 1)) macro157 #define lowest_set_bit(mask) (u_int)((ffs((mask)) - 1)) macro164 lowest_set_bit(int mask) in lowest_set_bit() function
56 pub fn lowest_set_bit(self) -> Option<usize> { in lowest_set_bit() method
49 pub(crate) fn lowest_set_bit(self) -> Option<usize> { in lowest_set_bit() method