Lines Matching refs:outbuf
289 *inptrp -= (outbuf - outerr) \
292 *inptrp -= (outbuf - outerr) \
296 *inptrp -= ((outbuf - outerr) / FROM_LOOP_MIN_NEEDED_TO) \
302 *inptrp -= (outbuf - outerr) \
305 *inptrp -= (outbuf - outerr) \
308 *inptrp -= ((outbuf - outerr) / TO_LOOP_MIN_NEEDED_TO) \
427 unsigned char *outbuf = data->__outbuf; in FUNCTION_NAME() local
428 unsigned char *outstart = outbuf; in FUNCTION_NAME()
451 data->__outbuf = outbuf; in FUNCTION_NAME()
455 if (outbuf > outstart) in FUNCTION_NAME()
461 &outerr, outbuf, NULL, in FUNCTION_NAME()
467 if (__glibc_unlikely (outerr != outbuf)) in FUNCTION_NAME()
470 outbuf = outstart; in FUNCTION_NAME()
511 unsigned char *outbuf = (__builtin_expect (outbufstart == NULL, 1) in FUNCTION_NAME() local
567 status = SINGLE(FROM_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME()
576 status = SINGLE(TO_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME()
591 && (uintptr_t) outbuf % FROM_LOOP_MIN_NEEDED_TO != 0))) in FUNCTION_NAME()
594 && (uintptr_t) outbuf % TO_LOOP_MIN_NEEDED_TO != 0) in FUNCTION_NAME()
603 outstart = outbuf; in FUNCTION_NAME()
619 status = FROM_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME()
623 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME()
632 &outbuf, outend, in FUNCTION_NAME()
638 &outbuf, outend, in FUNCTION_NAME()
648 *outbufstart = outbuf; in FUNCTION_NAME()
660 data->__outbuf = outbuf; in FUNCTION_NAME()
670 if (__glibc_likely (outbuf > outstart)) in FUNCTION_NAME()
676 outbuf, NULL, irreversible, 0, in FUNCTION_NAME()
681 if (__glibc_unlikely (outerr != outbuf)) in FUNCTION_NAME()
700 outbuf = outstart; in FUNCTION_NAME()
712 &outbuf, outerr, in FUNCTION_NAME()
718 &outbuf, outerr, in FUNCTION_NAME()
729 &outbuf, in FUNCTION_NAME()
737 &outbuf, outerr, in FUNCTION_NAME()
745 assert (outbuf == outerr); in FUNCTION_NAME()
750 if (__glibc_unlikely (outbuf == outstart)) in FUNCTION_NAME()
766 outbuf = data->__outbuf; in FUNCTION_NAME()
774 outbuf = data->__outbuf; in FUNCTION_NAME()