Lines Matching refs:_outp
195 assert(_outp >= out && _outp <= out + cnt - !at_end_ok, "outp in range");
202 assert(_outp == node->_out + node->_outcnt, "limit still correct");
207 if (_outp == node->_out + _outcnt) {
228 assert(_outp == node->_out + node->_outcnt, "apply -= only to a limit (imax)");
237 assert(_outp == that._outp, "already assigned _outp");
242 // at_end_ok means the _outp is allowed to underflow by 1
243 _outp += at_end_ok;
245 _outp -= at_end_ok;
246 assert(_outp == (node->_out + node->_outcnt) - 1, "pointer must point to end of nodes");
252 assert(_outp == _node->_out, "limit still correct");