Searched refs:_BITSTR_BITS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h78 #define _BITSTR_BITS (sizeof(bitstr_t) * 8) macro
90 return (_bit / _BITSTR_BITS);
97 return (_bit % _BITSTR_BITS);
111 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1)));
116 #define bitstr_size(_nbits) (_bit_roundup2(_nbits, _BITSTR_BITS) / 8)
170 *_bitstr |= _bit_make_mask(_start, _BITSTR_BITS - 1);
189 *_bitstr &= ~_bit_make_mask(_start, _BITSTR_BITS - 1);
211 _test &= _bit_make_mask(_start, _BITSTR_BITS - 1);
216 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + _offset - 1;
245 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS)
[all...]

Completed in 28 milliseconds