Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm/
HDdrm_atomic.h70 test_bit(int b, volatile void *p) in test_bit() function
/NextBSD/sys/netpfil/ipfw/
HDdn_sched_prio.c52 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
HDdn_sched_qfq.c83 int test_bit(int ix, bitmap *p) in test_bit() function
103 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
/NextBSD/sys/dev/drm2/
HDdrm_atomic.h74 #define test_bit(b, p) \ macro
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h314 #define test_bit(i, a) \ macro
/NextBSD/sys/dev/ntb/if_ntb/
HDif_ntb.c80 #define test_bit(pos, addr) BIT_ISSET(QP_SETSIZE, (pos), (addr)) macro
/NextBSD/sys/gnu/fs/reiserfs/
HDreiserfs_fs.h860 #define test_bit(bit, name) bit_test((bitstr_t *)name, bit) macro