Searched refs:low_bit_mask (Results 1 – 2 of 2) sorted by relevance
25 #define low_bit_mask(x) ( ((x)-1) & ~(x) ) macro26 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))
180 #define low_bit_mask(x) ( ((x)-1) & ~(x) ) macro181 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))