Searched refs:_stopbitstr (Results 1 – 1 of 1) sorted by relevance
158 const bitstr_t *_stopbitstr; in bit_ntest() local165 if (_bitstr == _stopbitstr) in bit_ntest()173 ++_stopbitstr; in bit_ntest()186 bitstr_t *_stopbitstr; in bit_nset() local191 if (_bitstr == _stopbitstr) { in bit_nset()197 ++_stopbitstr; in bit_nset()198 while (_bitstr < _stopbitstr) in bit_nset()209 bitstr_t *_stopbitstr; in bit_nclear() local214 if (_bitstr == _stopbitstr) { in bit_nclear()220 ++_stopbitstr; in bit_nclear()[all …]