Searched refs:_bit_offset (Results 1 – 1 of 1) sorted by relevance
91 _bit_offset(size_t _bit) in _bit_offset() function100 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 …]