Searched defs:is_valid_mask (Results 1 – 2 of 2) sorted by relevance
170 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x)) macro
4434 static inline bool is_valid_mask(int mask, int req, int opt) in is_valid_mask() function