Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbitstring.h77 #define _BITSTR_MASK (~0UL) macro
110 return ((_BITSTR_MASK << _bit_offset(_start)) & in _bit_make_mask()
111 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1))); in _bit_make_mask()
172 *_bitstr = _BITSTR_MASK; in bit_nset()
251 while (_test == _BITSTR_MASK && _curbitstr < _stopbitstr) in bit_ffc_at()