Searched defs:test_bit (Results 1 – 5 of 5) 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 [all...]
101 #define test_bit(i, a) ((a) & (1 << (i))) macro [all...]