Home
last modified time | relevance | path

Searched refs:inend (Results 1 – 4 of 4) sorted by relevance

/iconv/
A Dloop.c230 &inptr, inend, &outptr, irreversible); \
308 while (inptr != inend) in FCTNAME()
403 *inptrp = inend; in SINGLE()
410 while (inptr < inend) in SINGLE()
416 inend = &bytebuf[inlen]; in SINGLE()
422 size_t inlen_after = inlen + (inend - inptr); in SINGLE()
446 while (inlen < MAX_NEEDED_INPUT && inptr < inend); in SINGLE()
449 inend = &bytebuf[inlen]; in SINGLE()
482 assert (inend != &bytebuf[MAX_NEEDED_INPUT]); in SINGLE()
492 assert (inend - inptr > (state->__count & ~7)); in SINGLE()
[all …]
A Dgconv_simple.c105 if (*inptrp == inend) in internal_ucs4_loop()
154 if (*inptrp == inend) in internal_ucs4_loop_unaligned()
171 const unsigned char *inend, in internal_ucs4_loop_single() argument
283 if (*inptrp == inend) in ucs4_internal_loop()
351 if (*inptrp == inend) in ucs4_internal_loop_unaligned()
473 if (*inptrp == inend) in internal_ucs4le_loop()
489 const unsigned char *inend, in internal_ucs4le_loop_unaligned() argument
522 if (*inptrp == inend) in internal_ucs4le_loop_unaligned()
524 else if (*inptrp + 4 > inend) in internal_ucs4le_loop_unaligned()
653 if (*inptrp == inend) in ucs4le_internal_loop()
[all …]
A Dskeleton.c390 const unsigned char *inend,
395 const unsigned char **inptrp, const unsigned char *inend, in FUNCTION_NAME() argument
623 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME()
631 status = GEN_unaligned (FROM_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME()
637 status = GEN_unaligned (TO_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME()
711 nstatus = FROM_LOOP (step, data, inptrp, inend, in FUNCTION_NAME()
717 nstatus = TO_LOOP (step, data, inptrp, inend, in FUNCTION_NAME()
728 inptrp, inend, in FUNCTION_NAME()
736 inptrp, inend, in FUNCTION_NAME()
797 size_t cnt_after = inend - *inptrp; in FUNCTION_NAME()
[all …]
A Dtst-gconv-init-failure-mod.c28 const unsigned char *inend, in gconv() argument

Completed in 12 milliseconds