Lines Matching refs:left
460 left = strm->avail_out; \
471 strm->avail_out = left; \
549 input left to load n bits into the accumulator, or it continues. BITS(n)
562 state information is maintained to continue the loop where it left off
607 unsigned have, left; /* available input and output */
637 out = left;
957 if (copy > left) copy = left;
962 left -= copy;
1105 if (have >= 6 && left >= 258) {
1225 if (left == 0)
1229 copy = out - left;
1245 if (copy > left)
1247 copy = left;
1249 left -= copy;
1276 if (copy > left)
1278 copy = left;
1280 left -= copy;
1291 if (left == 0)
1296 left--;
1302 out -= left;
1310 out = left;