Searched refs:testbits (Results 1 – 1 of 1) sorted by relevance
29 #define testbits(x,m) ((x) & (m)) macro34 #define testbit(x,b) testbits(x, bitmask(b))37 #define test2bits(x,b1,b2) testbits(x, (bit2mask(b1, b2)))