Searched refs:_stop (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bitstring.h | 108 _bit_make_mask(int _start, int _stop) in _bit_make_mask() argument 111 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1))); in _bit_make_mask() 160 bit_nset(bitstr_t *_bitstr, int _start, int _stop) in bit_nset() argument 164 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nset() 168 *_bitstr |= _bit_make_mask(_start, _stop); in bit_nset() 173 *_stopbitstr |= _bit_make_mask(0, _stop); in bit_nset() 179 bit_nclear(bitstr_t *_bitstr, int _start, int _stop) in bit_nclear() argument 183 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nclear() 187 *_bitstr &= ~_bit_make_mask(_start, _stop); in bit_nclear() 192 *_stopbitstr &= ~_bit_make_mask(0, _stop); in bit_nclear()
|
| H A D | linker.h | 162 void *_start, void *_stop, int *_count);
|
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 154 void *_start, void *_stop, int *_count);
|