/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-utils.c | 282 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 …]
|
D | cr-utils.h | 158 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,
|
D | cr-enc-handler.c | 162 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()
|
D | cr-enc-handler.h | 54 guchar *a_out, 59 guchar *a_out, 98 guchar **a_out,
|
/third_party/boost/libs/math/example/ |
D | nonfinite_num_facet.cpp | 95 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 …]
|
D | nonfinite_num_facet_serialization.cpp | 85 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/ |
D | brotli.c | 51 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/ |
D | nv20_state_frag.c | 38 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()
|
D | nv10_state_frag.c | 314 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()
|
D | nv10_driver.h | 140 uint32_t *a_in, uint32_t *a_out,
|
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/ |
D | configure.raw | 52 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/ |
D | configure.raw | 52 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/ |
D | configure.raw | 52 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.*
|
D | configure.ac | 52 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.*
|
D | configure | 12180 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/ |
D | 3_2 | 2621 > ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|
D | 3_0 | 2733 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
|