Home
last modified time | relevance | path

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

/openbsd/include/
H A Dbitstring.h52 #define _bit_byte(bit) \ macro
74 ((name)[_bit_byte(bit)] & _bit_mask(bit))
78 ((name)[_bit_byte(bit)] |= _bit_mask(bit))
82 ((name)[_bit_byte(bit)] &= ~_bit_mask(bit))
/openbsd/regress/include/bitstring/good/
H A D273 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
H A D83 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
H A D323 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
H A D493 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
H A D643 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
H A D673 test _bit_byte, _bit_mask, and bitstr_size
4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
/openbsd/regress/include/bitstring/
H A Dbitstring_test.c77 i, _bit_byte(i), _bit_mask(i), bitstr_size(i)); in main()