Searched defs:conv (Results 1 - 25 of 85) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A Dascii.h7 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 Diso8859_1.h7 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 Djisx0201.h7 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 Ducs2be.h6 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 Diso8859_10.h28 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 Diso8859_11.h28 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 Dmulelao.h28 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 Dtis620.h28 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 Dutf8.h9 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 Darmscii_8.h28 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 Dcp1133.h27 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 Dcp1251.h34 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 Dcp1255.h34 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 Dcp1256.h34 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 Dgeorgian_academy.h16 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 Diso8859_13.h28 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 Diso8859_15.h16 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 Diso8859_16.h28 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 Diso8859_2.h28 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 Diso8859_3.h28 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 Diso8859_4.h28 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 Diso8859_5.h28 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 Diso8859_6.h28 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 Dpan_lower_64bit_intrin.c63 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 Dnir_fuse_io_16.c96 nir_ssa_def *conv = nir_f2f32(&b, &intr->dest.ssa); local in function:nir_fuse_io_16

Completed in 7 milliseconds

1234