Searched refs:bit_foreach_at (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/sys/ |
H A D | bitstring_test.c | 718 BITSTRING_TC_DEFINE(bit_foreach_at) in BITSTRING_TC_DEFINE() argument 725 bit_foreach_at(bitstr, nbits, nbits, set_bit) { in BITSTRING_TC_DEFINE() 734 bit_foreach_at(bitstr, s, nbits, set_bit) { in BITSTRING_TC_DEFINE() 750 bit_foreach_at(bitstr, 0, e, set_bit) { in BITSTRING_TC_DEFINE() 971 BITSTRING_TC_ADD(tp, bit_foreach_at); in ATF_TP_ADD_TCS()
|
/freebsd/sys/sys/ |
H A D | bitstring.h | 379 #define bit_foreach_at(_bitstr, _start, _nbits, _iter) \ macro 384 bit_foreach_at(_bitstr, /*start*/0, _nbits, _iter)
|
/freebsd/share/man/man3/ |
H A D | Makefile | 112 bitstring.3 bit_foreach_at.3 \
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 506 bit_foreach_at(sc->sc_odata, MOD_MIN, MOD_MAX + 1, key) in hkbd_interrupt() 509 bit_foreach_at(sc->sc_ndata, MOD_MIN, MOD_MAX + 1, key) in hkbd_interrupt()
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 186 bit_foreach_at(evdev->ev_abs_flags, ABS_MT_FIRST, ABS_MT_LAST + 1, i) in evdev_mt_send_slot()
|