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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h162 bitstr_t *_stopbitstr; local
164 _stopbitstr = _bitstr + _bit_idx(_stop);
167 if (_bitstr == _stopbitstr) {
171 while (++_bitstr < _stopbitstr)
173 *_stopbitstr |= _bit_make_mask(0, _stop);
181 bitstr_t *_stopbitstr; local
183 _stopbitstr = _bitstr + _bit_idx(_stop);
186 if (_bitstr == _stopbitstr) {
190 while (++_bitstr < _stopbitstr)
192 *_stopbitstr
201 bitstr_t *_stopbitstr; local
230 bitstr_t *_stopbitstr; local
[all...]

Completed in 31 milliseconds