Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbitstring.h75 #define _BITSTR_MASK (~0UL) macro
106 return ((_BITSTR_MASK << _bit_offset(_start)) & in _bit_make_mask()
107 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1))); in _bit_make_mask()
161 _mask = (_match == 0) ? 0 : _BITSTR_MASK; in bit_ntest()
199 *_bitstr++ = _BITSTR_MASK; in bit_nset()
243 _mask = _match ? 0 : _BITSTR_MASK; in bit_ff_at_()
288 _mask = _match ? _BITSTR_MASK : 0; in bit_ff_area_at_()
292 _test = ~(_BITSTR_MASK << _bit_offset(_start)); in bit_ff_area_at_()