/third_party/openssl/crypto/ |
D | params_dup.c | 61 int *param_count) in ossl_param_dup() argument 95 if (param_count != NULL) in ossl_param_dup() 96 ++*param_count; in ossl_param_dup() 106 int param_count = 1; /* Include terminator in the count */ in OSSL_PARAM_dup() local 114 (void)ossl_param_dup(src, NULL, buf, ¶m_count); in OSSL_PARAM_dup() 116 param_blocks = ossl_param_bytes_to_blocks(param_count * sizeof(*src)); in OSSL_PARAM_dup()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | params_dup.c | 61 int *param_count) in ossl_param_dup() argument 95 if (param_count != NULL) in ossl_param_dup() 96 ++*param_count; in ossl_param_dup() 106 int param_count = 1; /* Include terminator in the count */ in OSSL_PARAM_dup() local 114 (void)ossl_param_dup(src, NULL, buf, ¶m_count); in OSSL_PARAM_dup() 116 param_blocks = ossl_param_bytes_to_blocks(param_count * sizeof(*src)); in OSSL_PARAM_dup()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 866 const unsigned param_count = prog_data->base.base.nr_params; in brw_compile_gs() local 867 uint32_t *param = ralloc_array(NULL, uint32_t, param_count); in brw_compile_gs() 869 sizeof(uint32_t) * param_count); in brw_compile_gs() 888 sizeof(uint32_t) * param_count); in brw_compile_gs() 889 prog_data->base.base.nr_params = param_count; in brw_compile_gs()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info-inl.h | 124 const uint16_t param_count = TorqueGeneratedClass::formal_parameter_count(); in internal_formal_parameter_count_with_receiver() local 125 return param_count; in internal_formal_parameter_count_with_receiver() 130 const uint16_t param_count = TorqueGeneratedClass::formal_parameter_count(); in internal_formal_parameter_count_without_receiver() local 131 if (param_count == kDontAdaptArgumentsSentinel) return param_count; in internal_formal_parameter_count_without_receiver() 132 return param_count - kJSArgcReceiverSlots; in internal_formal_parameter_count_without_receiver()
|
/third_party/node/deps/v8/src/compiler/ |
D | linkage.cc | 73 size_t param_count = ParameterCount(); in GetMachineSignature() local 75 MachineType* types = zone->NewArray<MachineType>(param_count + return_count); in GetMachineSignature() 80 for (size_t i = 0; i < param_count; ++i) { in GetMachineSignature() 83 return zone->New<MachineSignature>(return_count, param_count, types); in GetMachineSignature()
|
D | int64-lowering.cc | 321 int param_count = static_cast<int>(signature()->parameter_count()); in LowerNode() local 326 if (GetParameterCountAfterLowering(signature()) != param_count) { in LowerNode() 335 if (old_index < 0 || old_index >= param_count) { in LowerNode()
|
D | raw-machine-assembler.cc | 33 int param_count = static_cast<int>(parameter_count()); in RawMachineAssembler() local 35 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_container.c | 147 uint32_t param_count; in dxil_container_add_io_signature() member 150 header.param_count = 0; in dxil_container_add_io_signature() 161 header.param_count += io_data[i].num_elements; in dxil_container_add_io_signature()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_descriptor_set.c | 584 layout->root.param_count = 0; in dzn_pipeline_layout_create() 652 root_param = &root_params[layout->root.param_count]; in dzn_pipeline_layout_create() 674 layout->root.type[layout->root.param_count++] = (D3D12_DESCRIPTOR_HEAP_TYPE)type; in dzn_pipeline_layout_create() 680 layout->root.sets_param_count = layout->root.param_count; in dzn_pipeline_layout_create() 683 layout->root.sysval_cbv_param_idx = layout->root.param_count; in dzn_pipeline_layout_create() 684 root_param = &root_params[layout->root.param_count++]; in dzn_pipeline_layout_create() 717 layout->root.push_constant_cbv_param_idx = layout->root.param_count; in dzn_pipeline_layout_create() 718 D3D12_ROOT_PARAMETER1 *root_param = &root_params[layout->root.param_count++]; in dzn_pipeline_layout_create() 728 assert(layout->root.param_count <= ARRAY_SIZE(root_params)); in dzn_pipeline_layout_create() 734 .NumParameters = layout->root.param_count, in dzn_pipeline_layout_create() [all …]
|
D | dzn_private.h | 665 uint32_t param_count; member
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 3105 Register param_count) { in LoadValueTypesArray() argument 3119 __ movq(param_count, in LoadValueTypesArray() 3250 Register param_count = rcx; in GenericJSToWasmWrapperHelper() local 3252 param_count); in GenericJSToWasmWrapperHelper() 3264 __ movq(MemOperand(original_fp, kParamCountOffset), param_count); in GenericJSToWasmWrapperHelper() 3272 __ Cmp(param_count, 0); in GenericJSToWasmWrapperHelper() 3322 Register params_size = param_count; in GenericJSToWasmWrapperHelper() 3323 param_count = no_reg; in GenericJSToWasmWrapperHelper() 3333 param_count = rcx; in GenericJSToWasmWrapperHelper() 3334 __ movq(param_count, MemOperand(original_fp, kParamCountOffset)); in GenericJSToWasmWrapperHelper() [all …]
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.h | 102 size_t param_count; member
|
D | options.c | 498 for (i = 0; i < opt->param_count; i++) in free_paramvalues() 630 paramvalues = calloc(opt->param_count, sizeof(char*)); in paramvalues_from_string() 647 if (opt->param_count == 1) { in paramvalues_from_string() 659 paramvalues = calloc(opt->param_count, sizeof(char*)); in paramvalues_from_string() 675 for (i = 0; i < opt->param_count; i++) { in paramvalues_from_string() 692 if (opt->param_count < 1) { in paramvalues_to_string() 697 if (opt->param_count == 1) { in paramvalues_to_string() 1432 opt->param_count++; in option_add_custom_param_from_string()
|
/third_party/node/deps/v8/src/asmjs/ |
D | asm-parser.cc | 903 void AsmJsParser::ValidateFunctionLocals(size_t param_count, in ValidateFunctionLocals() argument 927 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 937 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 953 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 975 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 989 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 1008 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals() 1015 info->index = static_cast<uint32_t>(param_count + locals->size()); in ValidateFunctionLocals()
|
D | asm-parser.h | 358 void ValidateFunctionLocals(size_t param_count,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1246 int param_count = ir->actual_parameters.length(); in visit() local 1247 assert(param_count == 2 || param_count == 3); in visit() 1276 if (param_count == 3) { in visit() 1567 int param_count = ir->actual_parameters.length(); in visit() local 1568 assert(param_count == 2 || param_count == 3); in visit() 1581 if (param_count == 3) { in visit()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 572 int param_count = total_count - result_count; in UpdateDispatchTables() local 573 wasm::FunctionSig sig(result_count, param_count, reps.get()); in UpdateDispatchTables() 588 cache->MaybeGet(kind, &sig, param_count, wasm::kNoSuspend); in UpdateDispatchTables() 593 wasm::WasmImportWrapperCache::CacheKey key(kind, &sig, param_count, in UpdateDispatchTables() 1667 int param_count = static_cast<int>(sig->parameter_count()); in MatchesSignature() local 1671 if (param_count + result_count + 1 != serialized_sig.length()) return false; in MatchesSignature() 1680 for (int i = 0; i < param_count; i++, serialized_index++) { in MatchesSignature()
|
D | wasm-module.cc | 256 int param_count = static_cast<int>(sig->parameter_count()); in GetTypeForFunction() local 257 Handle<FixedArray> param_values = factory->NewFixedArray(param_count); in GetTypeForFunction()
|
D | module-decoder.cc | 2005 uint32_t param_count = in consume_sig() local 2009 for (uint32_t i = 0; ok() && i < param_count; ++i) { in consume_sig() 2024 ValueType* buffer = zone->NewArray<ValueType>(param_count + return_count); in consume_sig() 2027 for (uint32_t i = 0; i < param_count; ++i) buffer[b++] = params[i]; in consume_sig() 2029 return zone->New<FunctionSig>(return_count, param_count, buffer); in consume_sig()
|
D | graph-builder-interface.cc | 1692 size_t param_count = sig->parameter_count(); in DoCall() local 1697 param_count); in DoCall() 1698 for (size_t i = 0; i < param_count; i++) { in DoCall() 1706 NodeVector arg_nodes(param_count + 1); in DoCall() 1712 for (size_t i = 0; i < param_count; ++i) { in DoCall()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 913 int param_count = ComputeParametersCount(); in GetParameters() local 914 auto parameters = isolate()->factory()->NewFixedArray(param_count); in GetParameters() 915 for (int i = 0; i < param_count; i++) { in GetParameters() 1504 int param_count = ComputeParametersCount(); in GetParameters() local 1506 isolate()->factory()->NewFixedArray(param_count); in GetParameters() 1507 for (int i = 0; i < param_count; i++) { in GetParameters()
|
/third_party/node/deps/v8/src/codegen/ |
D | interface-descriptors.h | 199 int param_count() const { return param_count_; } in param_count() function 344 int GetParameterCount() const { return data()->param_count(); } in GetParameterCount() 351 return data()->param_count() - data()->register_param_count(); in GetStackParameterCount() 360 DCHECK_LT(index, data()->param_count()); in GetParameterType()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 170 LLVMTypeRef return_type, LLVMValueRef *params, unsigned param_count,
|
D | ac_nir_to_llvm.c | 2750 int param_count = 0; in visit_image_atomic() local 2848 params[param_count++] = get_src(ctx, instr->src[4]); in visit_image_atomic() 2849 params[param_count++] = get_src(ctx, instr->src[3]); in visit_image_atomic() 2856 params[param_count++] = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_BUFFER, true); in visit_image_atomic() 2857 params[param_count++] = LLVMBuildExtractElement(ctx->ac.builder, get_src(ctx, instr->src[1]), in visit_image_atomic() 2859 params[param_count++] = ctx->ac.i32_0; /* voffset */ in visit_image_atomic() 2866 params[param_count++] = ctx->ac.i32_0; /* soffset */ in visit_image_atomic() 2867 params[param_count++] = ctx->ac.i32_0; /* slc */ in visit_image_atomic() 2875 …sult = ac_build_intrinsic(&ctx->ac, intrinsic_name, LLVMTypeOf(params[0]), params, param_count, 0); in visit_image_atomic()
|
D | ac_llvm_build.c | 291 LLVMTypeRef return_type, LLVMValueRef *params, unsigned param_count, in ac_build_intrinsic() argument 298 assert(param_count <= 32); in ac_build_intrinsic() 299 for (unsigned i = 0; i < param_count; ++i) { in ac_build_intrinsic() 304 LLVMTypeRef function_type = LLVMFunctionType(return_type, param_types, param_count, 0); in ac_build_intrinsic() 317 call = LLVMBuildCall2(ctx->builder, function_type, function, params, param_count, ""); in ac_build_intrinsic()
|