Searched defs:IS_SET (Results 1 – 5 of 5) sorted by relevance
40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0) macro
737 #define IS_SET 1 macro
772 #define IS_SET 1 macro