Home
last modified time | relevance | path

Searched refs:bit_ffs (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dbitstring.h128 #define bit_ffs(name, nbits, value) do { \ macro
/dragonfly/sys/dev/misc/evdev/
H A Devdev.c161 bit_ffs(evdev->ev_key_flags, BTN_MISC, &res); in evdev_estimate_report_size()
198 bit_ffs(evdev->ev_snd_flags, SND_CNT, &res); in evdev_estimate_report_size()
201 bit_ffs(evdev->ev_sw_flags, SW_CNT, &res); in evdev_estimate_report_size()
H A Dfreebsd-bitstring.h326 #define bit_ffs(_bitstr, _nbits, _resultp) \ macro
/dragonfly/share/man/man3/
H A DMakefile7 bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
/dragonfly/contrib/tre/lib/
H A Dtre-compile.c36 #undef bit_ffs
37 #define bit_ffs(name, nbits, value) { \ macro
927 bit_ffs(b->tags, num_tags, &b->cmp_tag); in tre_add_tags()