Searched defs:test_bit (Results 1 – 6 of 6) sorted by relevance
59 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
95 static int test_bit(int ix, bitmap *p) in test_bit() function115 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
72 #define test_bit(b, p) \ macro
92 #define test_bit(i, a) \ macro
288 #define test_bit(i, a) \ macro
213 test_bit(int pos, unsigned long *p) test_bit() function