Searched refs:bitstr_size (Results 1 – 9 of 9) sorted by relevance
/openbsd/regress/include/bitstring/good/ |
H A D | 27 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 297 bitstr_size(2) -> 3
|
H A D | 32 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 342 bitstr_size(2) -> 3
|
H A D | 49 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 495 bitstr_size(2) -> 3
|
H A D | 64 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 630 bitstr_size(2) -> 3
|
H A D | 67 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 657 bitstr_size(2) -> 3
|
H A D | 8 | 3 test _bit_byte, _bit_mask, and bitstr_size 4 i _bit_byte(i) _bit_mask(i) bitstr_size(i) 126 bitstr_size(2) -> 3
|
/openbsd/include/ |
H A D | bitstring.h | 61 #define bitstr_size(nbits) \ macro 66 (bitstr_t *)calloc((size_t)bitstr_size(nbits), sizeof(bitstr_t)) 70 ((name)[bitstr_size(nbits)])
|
/openbsd/regress/include/bitstring/ |
H A D | bitstring_test.c | 16 #define _bitstr_size bitstr_size 33 register int i = bitstr_size(n); in clearbits() 78 i, _bit_byte(i), _bit_mask(i), bitstr_size(i)); in main() 231 bitstr_size(i++); in main()
|
/openbsd/sys/dev/pci/ |
H A D | if_icevar.h | 3864 ((name)[bitstr_size(nbits) / sizeof(ice_bitstr_t)])
|