Lines Matching refs:left
448 left = strm->avail_out; \
459 strm->avail_out = left; \
537 input left to load n bits into the accumulator, or it continues. BITS(n)
550 state information is maintained to continue the loop where it left off
595 unsigned have, left; /* available input and output */
619 out = left;
886 if (copy > left) copy = left;
891 left -= copy;
1029 left >= INFLATE_FAST_MIN_OUTPUT) {
1135 if (left == 0) goto inf_leave;
1136 copy = out - left;
1149 if (copy > left) copy = left;
1150 left -= copy;
1171 if (copy > left) copy = left;
1172 left -= copy;
1180 if (left == 0) goto inf_leave;
1182 left--;
1188 out -= left;
1194 out = left;