Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbitstring.h91 _bit_offset(size_t _bit) in _bit_offset() function
100 return (1UL << _bit_offset(_bit)); in _bit_mask()
106 return ((_BITSTR_MASK << _bit_offset(_start)) & in _bit_make_mask()
107 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1))); in _bit_make_mask()
168 if (_bit_offset(_start) != 0 && in bit_ntest()
172 if (_bit_offset(_stop) == _BITSTR_BITS - 1) in bit_ntest()
178 return (_bit_offset(_stop) == _BITSTR_BITS - 1 || in bit_ntest()
194 if (_bit_offset(_start) != 0) in bit_nset()
196 if (_bit_offset(_stop) == _BITSTR_BITS - 1) in bit_nset()
200 if (_bit_offset(_stop) != _BITSTR_BITS - 1) in bit_nset()
[all …]