Lines Matching defs:left
447 left = strm->avail_out; \
458 strm->avail_out = left; \
536 input left to load n bits into the accumulator, or it continues. BITS(n)
549 state information is maintained to continue the loop where it left off
594 unsigned have, left; /* available input and output */
618 out = left;
885 if (copy > left) copy = left;
890 left -= copy;
1027 if (have >= 6 && left >= 258) {
1133 if (left == 0) goto inf_leave;
1134 copy = out - left;
1147 if (copy > left) copy = left;
1148 left -= copy;
1169 if (copy > left) copy = left;
1170 left -= copy;
1178 if (left == 0) goto inf_leave;
1180 left--;
1186 out -= left;
1192 out = left;