Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dbitstring.h104 _bit_make_mask(size_t _start, size_t _stop) in _bit_make_mask() argument
162 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_ntest()
167 _bit_make_mask(_start, _stop))); in bit_ntest()
172 if (_bit_offset(_stop) == _BITSTR_BITS - 1) in bit_ntest()
188 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nset()
192 *_bitstr |= _bit_make_mask(_start, _stop); 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()
201 *_stopbitstr |= _bit_make_mask(0, _stop); in bit_nset()
211 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nclear()
[all …]
H A Dlinker.h167 void *_start, void *_stop, int *_count);
/freebsd-14.2/sys/dev/mgb/
H A Dif_mgb.h104 #define MGB_DMAC_STATE(_start, _stop) \ argument
105 (((_start) ? 2 : 0) | ((_stop) ? 1 : 0))