Searched refs:TO_LOOP (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/glibc/iconv/ |
H A D | gconv_simple.c | 46 #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 D | skeleton.c | 571 status = SINGLE(TO_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME() 614 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME() 628 status = GEN_unaligned (TO_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME() 707 nstatus = TO_LOOP (step, data, inptrp, inend, in FUNCTION_NAME() 725 nstatus = GEN_unaligned (TO_LOOP) (step, data, in FUNCTION_NAME() 822 #undef TO_LOOP
|