Home
last modified time | relevance | path

Searched defs:param_count (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
Dparams_dup.c61 int *param_count) in ossl_param_dup()
106 int param_count = 1; /* Include terminator in the count */ in OSSL_PARAM_dup() local
/third_party/openssl/crypto/
Dparams_dup.c61 int *param_count) in ossl_param_dup()
106 int param_count = 1; /* Include terminator in the count */ in OSSL_PARAM_dup() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp866 const unsigned param_count = prog_data->base.base.nr_params; in brw_compile_gs() local
/third_party/cups-filters/filter/foomatic-rip/
Doptions.h102 size_t param_count; member
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h124 const uint16_t param_count = TorqueGeneratedClass::formal_parameter_count(); in internal_formal_parameter_count_with_receiver() local
130 const uint16_t param_count = TorqueGeneratedClass::formal_parameter_count(); in internal_formal_parameter_count_without_receiver() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c147 uint32_t param_count; in dxil_container_add_io_signature() member
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1246 int param_count = ir->actual_parameters.length(); in visit() local
1567 int param_count = ir->actual_parameters.length(); in visit() local
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors.h199 int param_count() const { return param_count_; } in param_count() function
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc73 size_t param_count = ParameterCount(); in GetMachineSignature() local
Dint64-lowering.cc321 int param_count = static_cast<int>(signature()->parameter_count()); in LowerNode() local
Draw-machine-assembler.cc33 int param_count = static_cast<int>(parameter_count()); in RawMachineAssembler() local
Dwasm-compiler.cc6376 int AddArgumentNodes(base::Vector<Node*> args, int pos, int param_count, in AddArgumentNodes()
7277 int param_count = static_cast<int>(sig_->parameter_count()); in BuildCapiCallWrapper() local
7467 int param_count = 1 /* closure */ + 1 /* receiver */ + wasm_count + in BuildJSToJSWrapper() local
8186 int param_count = static_cast<int>(sig->parameter_count()) + in CompileWasmJSFastCallWrapper() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc256 int param_count = static_cast<int>(sig->parameter_count()); in GetTypeForFunction() local
Dwasm-objects.cc572 int param_count = total_count - result_count; in UpdateDispatchTables() local
1667 int param_count = static_cast<int>(sig->parameter_count()); in MatchesSignature() local
Dmodule-decoder.cc2005 uint32_t param_count = in consume_sig() local
Dgraph-builder-interface.cc1692 size_t param_count = sig->parameter_count(); in DoCall() local
Dwasm-js.cc1925 size_t param_count = sig->parameter_count(); in WebAssemblyFunctionType() local
Dc-api.cc130 size_t param_count = sig->parameter_count(); in FunctionSigToFuncType() local
/third_party/node/deps/v8/src/execution/
Dframes.cc913 int param_count = ComputeParametersCount(); in GetParameters() local
1504 int param_count = ComputeParametersCount(); in GetParameters() local
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc903 void AsmJsParser::ValidateFunctionLocals(size_t param_count, in ValidateFunctionLocals()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc3105 Register param_count) { in LoadValueTypesArray()
3250 Register param_count = rcx; in GenericJSToWasmWrapperHelper() local
4079 Register param_count = rax; in Generate_WasmResume() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h665 uint32_t param_count; member
/third_party/node/deps/v8/src/parsing/
Dparser-base.h4442 void ParserBase<Impl>::CheckArityRestrictions(int param_count, in CheckArityRestrictions()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2750 int param_count = 0; in visit_image_atomic() local
Dac_llvm_build.c291 LLVMTypeRef return_type, LLVMValueRef *params, unsigned param_count, in ac_build_intrinsic()