Searched refs:first_arg (Results 1 – 7 of 7) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | pdf.c | 122 char filename_arg[PATH_MAX], first_arg[50], last_arg[50]; in pdf_extract_pages() local 134 first_arg[0] = '\0'; in pdf_extract_pages() 138 snprintf(first_arg, 50, "-dFirstPage=%d", first); in pdf_extract_pages() 145 gspath, filename_arg, first_arg, last_arg, pdffilename); in pdf_extract_pages()
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 132 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() 136 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() 148 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() 152 let nested = introspect_type(first_arg(&last.arguments), items, tokens); in introspect_type() 231 fn first_arg(params: &PathArguments) -> &syn::Type { in first_arg() function
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 1008 int first_arg = 1; in main() local 1014 first_arg++; in main() 1017 if (argc > first_arg) in main() 1021 char *arg = argv[first_arg]; in main() 1038 for (i = first_arg; i < argc; i++) in main()
|
/third_party/gn/src/gn/ |
D | rust_project_writer.cc | 405 bool first_arg = true; in WriteCrates() local 407 if (!first_arg) in WriteCrates() 409 first_arg = false; in WriteCrates()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 1001 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/ |
D | ItaniumDemangle.cpp | 4042 bool first_arg = true; in parse_encoding() local 4064 if (!first_arg) in parse_encoding() 4067 first_arg = false; in parse_encoding()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13195 const ArgT first_arg = p_arg[component * component_step_0]; in call() local 13198 p_result[component] = p_function(first_arg, second_arg); in call() 13342 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local 13345 p_result[component] = p_function(first_arg, second_arg); in call() 13471 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local 13475 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|