/third_party/cups-filters/filter/foomatic-rip/ |
H A 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/ |
H A D | parse.rs | 141 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 145 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 157 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 161 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 244 fn first_arg(params: &PathArguments) -> &syn::Type { in first_arg() functions
|
/third_party/pcre2/pcre2/maint/ |
H A D | ucptest.c | 1005 int first_arg = 1; in main() local 1011 first_arg++; in main() 1014 if (argc > first_arg) in main() 1018 char *arg = argv[first_arg]; in main() 1035 for (i = first_arg; i < argc; i++) in main()
|
/third_party/gn/src/gn/ |
H A D | rust_project_writer.cc | 307 bool first_arg = true; in WriteCrates() local 309 if (!first_arg) in WriteCrates() 311 first_arg = false; in WriteCrates()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.h | 334 TNode<Object> Call(const CallDescriptor* call_descriptor, Node* first_arg, 337 TNode<Object> Call(const Operator* op, Node* first_arg, Args... args); 787 Node* first_arg, Args... args) { in Call() 789 return Call(op, first_arg, args...); in Call() 793 TNode<Object> GraphAssembler::Call(const Operator* op, Node* first_arg, in Call() argument 795 Node* args_array[] = {first_arg, args..., effect(), control()}; in Call() 786 Call(const CallDescriptor* call_descriptor, Node* first_arg, Args... args) Call() argument
|
H A D | bytecode-graph-builder.cc | 156 interpreter::Register first_arg, 162 Node* target, Node* new_target, interpreter::Register first_arg, 2357 Node* callee, Node* receiver, interpreter::Register first_arg, in GetCallArgumentsFromRegisters() 2372 const int arg_base = first_arg.index(); in GetCallArgumentsFromRegisters() 2421 interpreter::Register first_arg; in ProcessCallVarArgs() local 2427 first_arg = first_reg; in ProcessCallVarArgs() 2432 first_arg = interpreter::Register(first_reg.index() + 1); in ProcessCallVarArgs() 2436 first_arg, arg_count); in ProcessCallVarArgs() 2547 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); in VisitCallWithSpread() local 2550 first_arg, arg_coun in VisitCallWithSpread() 2356 GetCallArgumentsFromRegisters( Node* callee, Node* receiver, interpreter::Register first_arg, int arg_count) GetCallArgumentsFromRegisters() argument 2649 GetConstructArgumentsFromRegister( Node* target, Node* new_target, interpreter::Register first_arg, int arg_count) GetConstructArgumentsFromRegister() argument [all...] |
/third_party/curl/src/ |
H A D | tool_operate.c | 2706 char *first_arg = argc > 1 ? curlx_convert_tchar_to_UTF8(argv[1]) : NULL; in operate() local 2716 (first_arg && strncmp(first_arg, "-q", 2) && in operate() 2717 !curl_strequal(first_arg, "--disable"))) { in operate() 2727 curlx_unicodefree(first_arg); in operate()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A 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/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 965 i::Handle<i::Object> first_arg = Utils::OpenHandle(*first_arg_value); in WebAssemblyInstantiate() local 966 if (!first_arg->IsJSObject()) { in WebAssemblyInstantiate() 983 if (first_arg->IsWasmModuleObject()) { in WebAssemblyInstantiate() 985 i::Handle<i::WasmModuleObject>::cast(first_arg); in WebAssemblyInstantiate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13198 const ArgT first_arg = p_arg[component * component_step_0]; in call() local 13201 p_result[component] = p_function(first_arg, second_arg); in call() 13345 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local 13348 p_result[component] = p_function(first_arg, second_arg); in call() 13474 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local 13478 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1542 ArgType first_arg; member 1552 CallEmitFn(bound_fn.fn, bound_fn.first_arg, ConvertAssemblerArg(args)...); in CallEmitFn()
|