Searched refs:_stopbitstr (Results 1 – 1 of 1) sorted by relevance
162 bitstr_t *_stopbitstr; in bit_nset() local164 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nset()167 if (_bitstr == _stopbitstr) { in bit_nset()171 while (++_bitstr < _stopbitstr) in bit_nset()173 *_stopbitstr |= _bit_make_mask(0, _stop); in bit_nset()181 bitstr_t *_stopbitstr; in bit_nclear() local183 _stopbitstr = _bitstr + _bit_idx(_stop); in bit_nclear()186 if (_bitstr == _stopbitstr) { in bit_nclear()190 while (++_bitstr < _stopbitstr) in bit_nclear()201 bitstr_t *_stopbitstr; in bit_ffs_at() local[all …]