| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| H A D | ascii.h | 7 ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 18 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_1.h | 7 iso8859_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 15 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | jisx0201.h | 7 jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 28 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | ucs2be.h | 6 ucs2be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 20 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_10.h | 28 iso8859_10_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 71 iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_11.h | 28 iso8859_11_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 63 iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | mulelao.h | 28 mulelao_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 61 mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | tis620.h | 28 tis620_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 63 tis620_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | utf8.h | 9 utf8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 81 utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) /* n == 0 is acceptable */ argument
|
| H A D | armscii_8.h | 28 armscii_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 75 armscii_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | cp1133.h | 27 cp1133_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 73 cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | cp1251.h | 34 cp1251_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 88 cp1251_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | cp1255.h | 34 cp1255_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 92 cp1255_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | cp1256.h | 34 cp1256_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 108 cp1256_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | georgian_academy.h | 16 georgian_academy_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 61 georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_13.h | 28 iso8859_13_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 74 iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_15.h | 16 iso8859_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 42 iso8859_15_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_16.h | 28 iso8859_16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 77 iso8859_16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_2.h | 28 iso8859_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 77 iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_3.h | 28 iso8859_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 81 iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_4.h | 28 iso8859_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 77 iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_5.h | 28 iso8859_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 58 iso8859_5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| H A D | iso8859_6.h | 28 iso8859_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument 63 iso8859_6_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | pan_lower_64bit_intrin.c | 63 nir_ssa_def *conv = nir_u2u64(b, &intr->dest.ssa); local in function:nir_lower_64bit_intrin_instr
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | nir_fuse_io_16.c | 96 nir_ssa_def *conv = nir_f2f32(&b, &intr->dest.ssa); local in function:nir_fuse_io_16
|