Lines Matching defs:left
406 left = strm->avail_out; \
417 strm->avail_out = left; \
500 input left to load n bits into the accumulator, or it continues. BITS(n)
513 state information is maintained to continue the loop where it left off
561 unsigned have, left; /* available input and output */
585 out = left;
824 if (copy > left) copy = left;
829 left -= copy;
951 if (have >= 6 && left >= 258) {
1039 if (state->offset > state->whave + out - left) {
1047 if (left == 0) goto inf_leave;
1048 copy = out - left;
1063 if (copy > left) copy = left;
1064 left -= copy;
1072 if (left == 0) goto inf_leave;
1074 left--;
1080 out -= left;
1086 out = left;