Searched refs:bit_ffs (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/regress/include/bitstring/good/ |
| D | 67 | 73 test bit_alloc, clearbits, bit_ffc, bit_ffs 666 bit_ffs(13, 0) -> 14
|
| D | 32 | 38 test bit_alloc, clearbits, bit_ffc, bit_ffs 351 bit_ffs(13, 0) -> 14
|
| D | 8 | 14 test bit_alloc, clearbits, bit_ffc, bit_ffs 135 bit_ffs(5, 0) -> 6
|
| D | 27 | 33 test bit_alloc, clearbits, bit_ffc, bit_ffs 306 bit_ffs(13, 0) -> 14
|
| D | 49 | 55 test bit_alloc, clearbits, bit_ffc, bit_ffs 504 bit_ffs(13, 0) -> 14
|
| D | 64 | 70 test bit_alloc, clearbits, bit_ffc, bit_ffs 639 bit_ffs(13, 0) -> 14
|
| /openbsd/src/regress/include/bitstring/ |
| D | bitstring_test.c | 46 bit_ffs(b, n, &js); in printbits() 253 bit_ffs(bs, i++, p++); in main()
|
| /openbsd/src/include/ |
| D | bitstring.h | 123 #define bit_ffs(name, nbits, value) do { \ macro
|