Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dbitstring.h91 _bit_offset(size_t _bit) in _bit_offset() function
100 return (1UL << _bit_offset(_bit)); in _bit_mask()
168 if (_bit_offset(_start) != 0 && in bit_ntest()
172 if (_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()
217 if (_bit_offset(_start) != 0) in bit_nclear()
219 if (_bit_offset(_stop) == _BITSTR_BITS - 1) in bit_nclear()
223 if (_bit_offset(_stop) != _BITSTR_BITS - 1) in bit_nclear()
[all …]