Searched refs:bit_foreach_at (Results 1 – 5 of 5) sorted by relevance
| /freebsd/tests/sys/sys/ |
| H A D | bitstring_test.c | 716 BITSTRING_TC_DEFINE(bit_foreach_at) in BITSTRING_TC_DEFINE() argument 723 bit_foreach_at(bitstr, nbits, nbits, set_bit) { in BITSTRING_TC_DEFINE() 732 bit_foreach_at(bitstr, s, nbits, set_bit) { in BITSTRING_TC_DEFINE() 748 bit_foreach_at(bitstr, 0, e, set_bit) { in BITSTRING_TC_DEFINE() 969 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 | 117 bitstring.3 bit_foreach_at.3 \
|
| /freebsd/sys/dev/hid/ |
| H A D | hkbd.c | 523 bit_foreach_at(sc->sc_odata, MOD_MIN, MOD_MAX + 1, key) in hkbd_interrupt() 526 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()
|