Searched defs:test_bit (Results 1 – 7 of 7) sorted by relevance
35 test_bit(u_int b, volatile void *p) in test_bit() function
178 test_bit(u_int b, volatile void *p) in test_bit() function
289 test_bit(u_int b, const volatile void *p) in test_bit() function
90 #define test_bit(i, a) ((a) & (1 << (i))) macro
101 #define test_bit(i, a) ((a) & (1 << (i))) macro