Searched defs:BITMASK_HAS_VALUE (Results 1 – 2 of 2) sorted by relevance
52 #define BITMASK_HAS_VALUE(mask, value) ((mask & value) == value) macro