Searched refs:low_bit_mask (Results 1 – 1 of 1) sorted by relevance
169 #define low_bit_mask(x) ( ((x)-1) & ~(x) ) macro170 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))