Lines Matching refs:left
188 left = strm->avail_out; \
199 strm->avail_out = left; \
277 input left to load n bits into the accumulator, or it continues. BITS(n)
290 state information is maintained to continue the loop where it left off
336 unsigned have, left; /* available input and output */
361 out = left;
454 if (copy > left) copy = left;
459 left -= copy;
580 if (have >= 6 && left >= 258) {
666 if (state->offset > state->whave + out - left) {
674 if (left == 0) goto inf_leave;
675 copy = out - left;
690 if (copy > left) copy = left;
691 left -= copy;
699 if (left == 0) goto inf_leave;
701 left--;
707 out -= left;
713 out = left;