Searched refs:TO_LOOP (Results 1 – 2 of 2) sorted by relevance
/iconv/ |
A D | gconv_simple.c | 68 #define TO_LOOP internal_ucs4_loop /* This is not used. */ macro 225 #define TO_LOOP ucs4_internal_loop /* This is not used. */ macro 435 #define TO_LOOP internal_ucs4le_loop /* This is not used. */ macro 595 #define TO_LOOP ucs4le_internal_loop /* This is not used. */ macro 809 #define TO_LOOP ascii_internal_loop /* This is not used. */ macro 845 #define TO_LOOP internal_ascii_loop /* This is not used. */ macro 879 #define TO_LOOP internal_utf8_loop /* This is not used. */ macro 942 #define TO_LOOP utf8_internal_loop /* This is not used. */ macro 1162 #define TO_LOOP ucs2_internal_loop /* This is not used. */ macro 1196 #define TO_LOOP internal_ucs2_loop /* This is not used. */ macro [all …]
|
A D | skeleton.c | 576 status = SINGLE(TO_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME() 623 status = TO_LOOP (step, data, inptrp, inend, &outbuf, outend, in FUNCTION_NAME() 637 status = GEN_unaligned (TO_LOOP) (step, data, inptrp, inend, in FUNCTION_NAME() 717 nstatus = TO_LOOP (step, data, inptrp, inend, in FUNCTION_NAME() 735 nstatus = GEN_unaligned (TO_LOOP) (step, data, in FUNCTION_NAME() 834 #undef TO_LOOP
|
Completed in 9 milliseconds