Home
last modified time | relevance | path

Searched refs:a_out (Results 1 – 17 of 17) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-utils.c282 gulong * a_in_len, guint32 * a_out, gulong * a_out_len) in cr_utils_utf8_to_ucs4() argument
297 && a_out && a_out_len, CR_BAD_PARAM_ERROR); in cr_utils_utf8_to_ucs4()
417 a_out[out_index] = c; in cr_utils_utf8_to_ucs4()
441 guint32 * a_out, gulong * a_consumed) in cr_utils_read_char_from_utf8_buf() argument
453 g_return_val_if_fail (a_in && a_out && a_out in cr_utils_read_char_from_utf8_buf()
568 *a_out = c; in cr_utils_read_char_from_utf8_buf()
723 guint32 ** a_out, gulong * a_out_len) in cr_utils_utf8_str_to_ucs4() argument
728 && a_out && a_out_len, CR_BAD_PARAM_ERROR); in cr_utils_utf8_str_to_ucs4()
736 *a_out = g_malloc0 (*a_out_len * sizeof (guint32)); in cr_utils_utf8_str_to_ucs4()
738 status = cr_utils_utf8_to_ucs4 (a_in, a_in_len, *a_out, a_out_len); in cr_utils_utf8_str_to_ucs4()
[all …]
Dcr-utils.h158 guint32 *a_out, gulong *a_consumed) ;
162 guchar *a_out, gulong *a_out_len) ;
166 guchar *a_out, gulong *a_out_len) ;
170 guchar *a_out, gulong *a_out_len) ;
192 guchar **a_out,
198 guchar **a_out,
204 guint32 *a_out, gulong *a_out_len) ;
209 guchar **a_out, gulong *a_out_len) ;
214 guint32 **a_out,
Dcr-enc-handler.c162 guchar ** a_out, gulong * a_out_len) in cr_enc_handler_convert_input() argument
166 g_return_val_if_fail (a_this && a_in && a_in_len && a_out, in cr_enc_handler_convert_input()
182 *a_out = g_malloc0 (*a_out_len); in cr_enc_handler_convert_input()
184 status = a_this->decode_input (a_in, a_in_len, *a_out, a_out_len); in cr_enc_handler_convert_input()
187 g_free (*a_out); in cr_enc_handler_convert_input()
188 *a_out = NULL; in cr_enc_handler_convert_input()
Dcr-enc-handler.h54 guchar *a_out,
59 guchar *a_out,
98 guchar **a_out,
/third_party/boost/libs/math/example/
Dnonfinite_num_facet.cpp95 void print (std::ostream & a_out, const std::string & a_title) in print()
97 if (a_title.empty ()) a_out << "foo"; in print()
98 else a_out << a_title; in print()
99 a_out << " : " << std::endl; in print()
100 a_out << "|-- " << "fvalue = "; in print()
102 a_out.precision (max_digits10_float); in print()
103 a_out << fvalue << std::endl; in print()
104 a_out << "`-- " << "dvalue = "; in print()
105 a_out.precision (max_digits10_double); in print()
106 a_out << dvalue << std::endl; in print()
[all …]
Dnonfinite_num_facet_serialization.cpp85 void print (std::ostream & a_out, const std::string & a_title) in print()
87 if (a_title.empty ()) a_out << "foo"; in print()
88 else a_out << a_title; in print()
89 a_out << " : " << std::endl; in print()
90 a_out << "|-- " << "fvalue = "; in print()
91 a_out.precision (7); in print()
92 a_out << fvalue << std::endl; in print()
93 a_out << "`-- " << "dvalue = "; in print()
94 a_out.precision (15); in print()
95 a_out << dvalue << std::endl; in print()
[all …]
/third_party/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c51 size_t a_in, a_out, t_out; in lcs_process_brotli() local
58 a_out = *olen_oused; in lcs_process_brotli()
75 &a_out, &n_out, &t_out) == in lcs_process_brotli()
82 ctx->may_have_more = !a_out; in lcs_process_brotli()
86 &a_out, &n_out, &t_out); in lcs_process_brotli()
96 *olen_oused -= a_out; in lcs_process_brotli()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_frag.c38 uint32_t a_in, a_out, c_in, c_out, k; in nv20_emit_tex_env() local
40 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k); in nv20_emit_tex_env()
45 PUSH_DATA (push, a_out); in nv20_emit_tex_env()
Dnv10_state_frag.c314 uint32_t *a_in, uint32_t *a_out, in nv10_get_general_combiner() argument
337 *a_out = rc_a.out; in nv10_get_general_combiner()
385 uint32_t a_in, a_out, c_in, c_out, k; in nv10_emit_tex_env() local
387 nv10_get_general_combiner(ctx, i, &a_in, &a_out, &c_in, &c_out, &k); in nv10_emit_tex_env()
391 if (c_out || a_out) in nv10_emit_tex_env()
404 PUSH_DATA (push, a_out); in nv10_emit_tex_env()
Dnv10_driver.h140 uint32_t *a_in, uint32_t *a_out,
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw52 rm -f a.* b.* a_out.exe conftest.*
58 elif test -x a_out.exe -o -x conftest.exe; then
63 rm -f a.* b.* a_out.exe conftest.*
/third_party/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw52 rm -f a.* b.* a_out.exe conftest.*
58 elif test -x a_out.exe -o -x conftest.exe; then
63 rm -f a.* b.* a_out.exe conftest.*
/third_party/freetype/builds/unix/
Dconfigure.raw52 rm -f a.* b.* a_out.exe conftest.*
58 elif test -x a_out.exe -o -x conftest.exe; then
63 rm -f a.* b.* a_out.exe conftest.*
Dconfigure.ac52 rm -f a.* b.* a_out.exe conftest.*
58 elif test -x a_out.exe -o -x conftest.exe; then
63 rm -f a.* b.* a_out.exe conftest.*
Dconfigure12180 rm -f a.* b.* a_out.exe conftest.*
12186 elif test -x a_out.exe -o -x conftest.exe; then
12191 rm -f a.* b.* a_out.exe conftest.*
/third_party/icu/tools/multi/c/patch/
D3_22621 > ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
D3_02733 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"