Searched refs:TO_LOOP (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_simple.c46 #define TO_LOOP ascii_internal_loop /* This is not used. */ macro
79 #define TO_LOOP internal_ascii_loop /* This is not used. */ macro
111 #define TO_LOOP multibyte_wchar_loop /* This is not used. */ macro
155 #define TO_LOOP wchar_multibyte_loop /* This is not used. */ macro
H A Dskeleton.c53 of one round through the TO_LOOP. Defaults
58 of one round through the TO_LOOP. Defaults
79 TO_LOOP likewise for the other direction
84 FROM_LOOP and TO_LOOP should have the same value.
571 status = SINGLE(TO_LOOP) (step, data, inptrp, inend, &outbuf,
614 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend,
628 status = GEN_unaligned (TO_LOOP) (step, data, inptrp, inend,
707 nstatus = TO_LOOP (step, data, inptrp, inend,
725 nstatus = GEN_unaligned (TO_LOOP) (step, data,
822 #undef TO_LOOP macro
[all...]

Completed in 49 milliseconds