Home
last modified time | relevance | path

Searched defs:test_bit (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_prio.c60 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
H A Ddn_sched_qfq.c96 static int test_bit(int ix, bitmap *p) in test_bit() function
116 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
/f-stack/dpdk/lib/librte_member/
H A Drte_member_vbf.c130 test_bit(uint32_t bit_loc, const struct rte_member_setsum *ss) in test_bit() function
/f-stack/dpdk/drivers/net/pfe/base/
H A Dpfe.h21 test_bit(int nr, const void *addr) in test_bit() function