Searched defs:test_bit (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/drm/ |
| HD | drm_atomic.h | 70 test_bit(int b, volatile void *p) in test_bit() function
|
| /NextBSD/sys/netpfil/ipfw/ |
| HD | dn_sched_prio.c | 52 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro
|
| HD | dn_sched_qfq.c | 83 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/ |
| HD | drm_atomic.h | 74 #define test_bit(b, p) \ macro
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | bitops.h | 314 #define test_bit(i, a) \ macro
|
| /NextBSD/sys/dev/ntb/if_ntb/ |
| HD | if_ntb.c | 80 #define test_bit(pos, addr) BIT_ISSET(QP_SETSIZE, (pos), (addr)) macro
|
| /NextBSD/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs.h | 860 #define test_bit(bit, name) bit_test((bitstr_t *)name, bit) macro
|