Home
last modified time | relevance | path

Searched refs:inptrp (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/iconv/
Dgconv_simple.c77 const unsigned char **inptrp, const unsigned char *inend, in internal_ucs4_loop() argument
81 const unsigned char *inptr = *inptrp; in internal_ucs4_loop()
94 *inptrp = inptr; in internal_ucs4_loop()
98 *inptrp = inptr + n_convert * 4; in internal_ucs4_loop()
105 if (*inptrp == inend) in internal_ucs4_loop()
120 const unsigned char **inptrp, in internal_ucs4_loop_unaligned() argument
126 const unsigned char *inptr = *inptrp; in internal_ucs4_loop_unaligned()
143 *inptrp = inptr; in internal_ucs4_loop_unaligned()
147 *inptrp = inptr + n_convert * 4; in internal_ucs4_loop_unaligned()
154 if (*inptrp == inend) in internal_ucs4_loop_unaligned()
[all …]
Dskeleton.c289 *inptrp -= (outbuf - outerr) \
292 *inptrp -= (outbuf - outerr) \
296 *inptrp -= ((outbuf - outerr) / FROM_LOOP_MIN_NEEDED_TO) \
302 *inptrp -= (outbuf - outerr) \
305 *inptrp -= (outbuf - outerr) \
308 *inptrp -= ((outbuf - outerr) / TO_LOOP_MIN_NEEDED_TO) \
389 const unsigned char **inptrp,
395 const unsigned char **inptrp, const unsigned char *inend, in FUNCTION_NAME() argument
510 const unsigned char *inptr __attribute__ ((__unused__)) = *inptrp; in FUNCTION_NAME()
567 status = SINGLE(FROM_LOOP) (step, data, inptrp, inend, &outbuf, in FUNCTION_NAME()
[all …]
Dloop.c229 (step, step_data, *inptrp, \
287 const unsigned char **inptrp, const unsigned char *inend, in FCTNAME()
301 const unsigned char *inptr = *inptrp; in FCTNAME()
339 *inptrp = inptr; in FCTNAME()
369 const unsigned char **inptrp, const unsigned char *inend, in SINGLE()
382 const unsigned char *inptr = *inptrp; in SINGLE()
403 *inptrp = inend; in SINGLE()
415 inptrp = &inptr; in SINGLE()
472 *inptrp += inptr - bytebuf - (state->__count & 7); in SINGLE()
490 *inptrp += inend - bytebuf - (state->__count & 7); in SINGLE()
[all …]
Dtst-gconv-init-failure-mod.c27 const unsigned char **inptrp, in gconv() argument
/glibc-2.36/sysdeps/s390/multiarch/
Dgconv_simple.c404 const unsigned char **inptrp, in ICONV_VX_IFUNC()
410 const unsigned char *inptr = *inptrp; in ICONV_VX_IFUNC()
468 *inptrp = inptr; in ICONV_VX_IFUNC()
472 if (*inptrp == inend) in ICONV_VX_IFUNC()
504 const unsigned char **inptrp, in ICONV_VX_IFUNC()
511 const unsigned char *inptr = *inptrp; in ICONV_VX_IFUNC()
590 *inptrp = inptr; in ICONV_VX_IFUNC()
597 *inptrp = inptr; in ICONV_VX_IFUNC()
601 if (*inptrp == inend) in ICONV_VX_IFUNC()
631 const unsigned char **inptrp, in ICONV_VX_IFUNC()
[all …]
/glibc-2.36/sysdeps/s390/
Dutf8-utf32-z9.c226 wint_t ch = **inptrp; \
229 state->__count = inend - *inptrp; \
267 while (++(*inptrp) < inend) \
270 ch |= **inptrp & 0x3f; \
/glibc-2.36/iconvdata/
Dunicode.c56 *inptrp = inptr += 2; \
60 *inptrp = inptr += 2; \
Dutf-32.c57 *inptrp = inptr += 4; \
61 *inptrp = inptr += 4; \
Dutf-16.c60 *inptrp = inptr += 2; \
64 *inptrp = inptr += 2; \
/glibc-2.36/ChangeLog.old/
DChangeLog.1111574 * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
DChangeLog.1821585 * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and