Searched defs:has_bits (Results 1 – 2 of 2) sorted by relevance
14 #define has_bits(bits, mask) (((bits) & (mask)) == (bits)) macro