Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dloop.c247 const unsigned char **inptrp, const unsigned char *inend, in FCTNAME()
268 while (inptr != inend) in FCTNAME()
274 && __builtin_expect (inptr + MIN_NEEDED_INPUT > inend, 0)) in FCTNAME()
332 const unsigned char **inptrp, const unsigned char *inend, in SINGLE()
362 if (__builtin_expect (inptr + (MIN_NEEDED_INPUT - inlen) > inend, 0)) in SINGLE()
364 *inptrp = inend; in SINGLE()
368 inend = &bytebuf[inlen]; in SINGLE()
374 while (inptr < inend) in SINGLE()
390 while (inlen < MAX_NEEDED_INPUT && inptr < inend); in SINGLE()
393 inend = &bytebuf[inlen]; in SINGLE()
[all …]
H A Dskeleton.c393 const unsigned char *inend,
398 const unsigned char **inptrp, const unsigned char *inend, in FUNCTION_NAME() argument
562 status = SINGLE(FROM_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME()
571 status = SINGLE(TO_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME()
610 status = FROM_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME()
614 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME()
622 status = GEN_unaligned (FROM_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME()
628 status = GEN_unaligned (TO_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME()
701 nstatus = FROM_LOOP (step, data, inptrp, inend, in FUNCTION_NAME()
707 nstatus = TO_LOOP (step, data, inptrp, inend, in FUNCTION_NAME()
[all …]
H A Dgconv_simple.c122 size_t inLen = inend - inptr; \