Searched defs:test_bit (Results 1 – 3 of 3) sorted by relevance
75 #define test_bit(b, p) \ macro
81 #define test_bit(bit, var) ((var) & (1 << (bit))) macro
78 #define test_bit(b, p) \ macro96 #define test_bit(b, p) \ macro