Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/evdev/
HDfreebsd-bitstring.h132 #define _BITSTR_MASK (~0UL) macro
163 return ((_BITSTR_MASK << _bit_offset(_start)) & in _bit_make_mask()
164 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1))); in _bit_make_mask()
218 _mask = (_match == 0) ? 0 : _BITSTR_MASK; in bit_ntest()
256 *_bitstr++ = _BITSTR_MASK; in bit_nset()
300 _mask = _match ? 0 : _BITSTR_MASK; in bit_ff_at_()
345 _mask = _match ? _BITSTR_MASK : 0; in bit_ff_area_at_()
349 _test = ~(_BITSTR_MASK << _bit_offset(_start)); in bit_ff_area_at_()