Searched defs:lowest_set_bit (Results 1 – 3 of 3) sorted by relevance
117 #define lowest_set_bit(mask) ((u_int)__builtin_ctz(mask)) macro130 lowest_set_bit(int mask) in lowest_set_bit() function147 #define lowest_set_bit(mask) ((u_int)(ffs((mask)) - 1)) macro155 #define lowest_set_bit(mask) (u_int)((ffs((mask)) - 1)) macro162 lowest_set_bit(int mask) in lowest_set_bit() function
469 lowest_set_bit( in lowest_set_bit() function
4658 uint32_t lowest_set_bit = 14; in EmulateSTM() local4928 uint32_t lowest_set_bit = 14; in EmulateSTMDB() local5050 uint32_t lowest_set_bit = 14; in EmulateSTMIB() local