Home
last modified time | relevance | path

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

/openbsd/src/regress/include/bitstring/good/
D6773 test bit_alloc, clearbits, bit_ffc, bit_ffs
666 bit_ffs(13, 0) -> 14
D3238 test bit_alloc, clearbits, bit_ffc, bit_ffs
351 bit_ffs(13, 0) -> 14
D814 test bit_alloc, clearbits, bit_ffc, bit_ffs
135 bit_ffs(5, 0) -> 6
D2733 test bit_alloc, clearbits, bit_ffc, bit_ffs
306 bit_ffs(13, 0) -> 14
D4955 test bit_alloc, clearbits, bit_ffc, bit_ffs
504 bit_ffs(13, 0) -> 14
D6470 test bit_alloc, clearbits, bit_ffc, bit_ffs
639 bit_ffs(13, 0) -> 14
/openbsd/src/regress/include/bitstring/
Dbitstring_test.c46 bit_ffs(b, n, &js); in printbits()
253 bit_ffs(bs, i++, p++); in main()
/openbsd/src/include/
Dbitstring.h123 #define bit_ffs(name, nbits, value) do { \ macro