Lines Matching refs:left
441 left = strm->avail_out; \
452 strm->avail_out = left; \
535 input left to load n bits into the accumulator, or it continues. BITS(n)
548 state information is maintained to continue the loop where it left off
596 unsigned have, left; /* available input and output */
620 out = left;
868 if (copy > left) copy = left;
873 left -= copy;
1007 if (have >= 6 && left >= 258) {
1109 if (left == 0) goto inf_leave;
1110 copy = out - left;
1123 if (copy > left) copy = left;
1124 left -= copy;
1145 if (copy > left) copy = left;
1146 left -= copy;
1154 if (left == 0) goto inf_leave;
1156 left--;
1162 out -= left;
1168 out = left;