Searched refs:inptrp (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/iconv/ |
D | gconv_simple.c | 77 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 …]
|
D | skeleton.c | 289 *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 …]
|
D | loop.c | 229 (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 …]
|
D | tst-gconv-init-failure-mod.c | 27 const unsigned char **inptrp, in gconv() argument
|
/glibc-2.36/sysdeps/s390/multiarch/ |
D | gconv_simple.c | 404 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/ |
D | utf8-utf32-z9.c | 226 wint_t ch = **inptrp; \ 229 state->__count = inend - *inptrp; \ 267 while (++(*inptrp) < inend) \ 270 ch |= **inptrp & 0x3f; \
|
/glibc-2.36/iconvdata/ |
D | unicode.c | 56 *inptrp = inptr += 2; \ 60 *inptrp = inptr += 2; \
|
D | utf-32.c | 57 *inptrp = inptr += 4; \ 61 *inptrp = inptr += 4; \
|
D | utf-16.c | 60 *inptrp = inptr += 2; \ 64 *inptrp = inptr += 2; \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 11574 * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
|
D | ChangeLog.18 | 21585 * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and
|