Searched defs:test_bit (Results 1 – 4 of 4) sorted by relevance
60 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
96 static int test_bit(int ix, bitmap *p) in test_bit() function116 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
130 test_bit(uint32_t bit_loc, const struct rte_member_setsum *ss) in test_bit() function
21 test_bit(int nr, const void *addr) in test_bit() function