Home | History | Annotate | Download | only in infback9

Lines Matching refs:left

179         if (left == 0) { \
181 left = WSIZE; \
183 if (out(out_desc, put, (unsigned)left)) { \
228 unsigned long left; /* available output */
268 left = WSIZE;
332 if (copy > left) copy = left;
336 left -= copy;
494 left--;
553 if (offset > WSIZE - (wrap ? 0: left)) {
564 if (copy < left) {
566 copy = left - copy;
570 copy = left;
574 left -= copy;
584 if (left < WSIZE) {
585 if (out(out_desc, window, (unsigned)(WSIZE - left)))