Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 9 of 9) sorted by relevance

/third_party/gettext/libtextstyle/lib/
Dtextstyle.h60 extern void ostream_write_mem (ostream_t first_arg, const void *data, size_t len);
61 extern void ostream_flush (ostream_t first_arg, ostream_flush_scope_t scope);
62 extern void ostream_free (ostream_t first_arg);
107 extern void styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len);
108 extern void styled_ostream_flush (styled_ostream_t first_arg, ostream_flush_scope_t scope);
109 extern void styled_ostream_free (styled_ostream_t first_arg);
110 extern void styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname);
111 extern void styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname);
112 extern const char *styled_ostream_get_hyperlink_ref (styled_ostream_t first_arg);
113 extern const char *styled_ostream_get_hyperlink_id (styled_ostream_t first_arg);
[all …]
/third_party/pcre2/pcre2/maint/
Ducptest.c747 int first_arg = 1; in main() local
753 first_arg++; in main()
756 if (argc > first_arg) in main()
760 char *arg = argv[first_arg]; in main()
777 for (i = first_arg; i < argc; i++) in main()
/third_party/gn/src/gn/
Drust_project_writer.cc405 bool first_arg = true; in WriteCrates() local
407 if (!first_arg) in WriteCrates()
409 first_arg = false; in WriteCrates()
/third_party/glib/gio/tests/
Dgapplication.c81 const gchar *first_arg,
94 va_start (ap, first_arg);
97 for (arg = first_arg; arg; arg = va_arg (ap, const gchar *))
/third_party/curl/src/
Dtool_operate.c2470 char *first_arg = argc > 1 ? curlx_convert_tchar_to_UTF8(argv[1]) : NULL; in operate() local
2479 (first_arg && strncmp(first_arg, "-q", 2) && in operate()
2480 !curl_strequal(first_arg, "--disable"))) { in operate()
2490 curlx_unicodefree(first_arg); in operate()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc1001 bool first_arg = true; in EmitTextureCall() local
1003 if (!first_arg) { in EmitTextureCall()
1006 first_arg = false; in EmitTextureCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4042 bool first_arg = true; in parse_encoding() local
4064 if (!first_arg) in parse_encoding()
4067 first_arg = false; in parse_encoding()
/third_party/boost/libs/parameter/doc/
Dindex.rst1577 BOOST_PARAMETER_NAME(first_arg)
1583 (void), tag, (required (first_arg,(int))(second_arg,(int)))
1586 std::cout << first_arg << ", ";
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13185 const ArgT first_arg = p_arg[component * component_step_0]; in call() local
13188 p_result[component] = p_function(first_arg, second_arg); in call()
13332 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local
13335 p_result[component] = p_function(first_arg, second_arg); in call()
13461 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local
13465 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()