Home
last modified time | relevance | path

Searched refs:outend (Results 1 – 3 of 3) sorted by relevance

/iconv/
A Dgconv_simple.c107 else if (*outptrp + 4 > outend) in internal_ucs4_loop()
123 const unsigned char *outend, in internal_ucs4_loop_unaligned() argument
156 else if (*outptrp + 4 > outend) in internal_ucs4_loop_unaligned()
173 const unsigned char *outend, in internal_ucs4_loop_single() argument
285 else if (*outptrp + 4 > outend) in ucs4_internal_loop()
353 else if (*outptrp + 4 > outend) in ucs4_internal_loop_unaligned()
370 const unsigned char *outend, in ucs4_internal_loop_single() argument
475 else if (*outptrp + 4 > outend) in internal_ucs4le_loop()
491 const unsigned char *outend, in internal_ucs4le_loop_unaligned() argument
544 const unsigned char *outend, in internal_ucs4le_loop_single() argument
[all …]
A Dloop.c288 unsigned char **outptrp, const unsigned char *outend, in FCTNAME()
322 && __builtin_expect (outptr + MIN_NEEDED_OUTPUT > outend, 0)) in FCTNAME()
324 && __builtin_expect (outptr >= outend, 0))) in FCTNAME()
370 unsigned char **outptrp, unsigned char *outend, in SINGLE()
432 if ((MIN_NEEDED_OUTPUT != 1 && outptr + MIN_NEEDED_OUTPUT > outend) in SINGLE()
433 || (MIN_NEEDED_OUTPUT == 1 && outptr >= outend)) in SINGLE()
A Dskeleton.c429 unsigned char *outend = data->__outbufend; in FUNCTION_NAME() local
513 unsigned char *outend = data->__outbufend; in FUNCTION_NAME() local
568 outend, lirreversiblep in FUNCTION_NAME()
577 outend, lirreversiblep EXTRA_LOOP_ARGS); 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()

Completed in 10 milliseconds