Searched refs:_stop (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dbitstring.h106 _bit_make_mask(int _start, int _stop) argument
109 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1)));
158 bit_nset(bitstr_t *_bitstr, int _start, int _stop) argument
162 _stopbitstr = _bitstr + _bit_idx(_stop);
166 *_bitstr |= _bit_make_mask(_start, _stop);
171 *_stopbitstr |= _bit_make_mask(0, _stop);
177 bit_nclear(bitstr_t *_bitstr, int _start, int _stop) argument
181 _stopbitstr = _bitstr + _bit_idx(_stop);
185 *_bitstr &= ~_bit_make_mask(_start, _stop);
190 *_stopbitstr &= ~_bit_make_mask(0, _stop);
[all...]
H A Dlinker.h154 void *_start, void *_stop, int *_count);

Completed in 120 milliseconds