Home
last modified time | relevance | path

Searched refs:num_params (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp98 unsigned num_params = orig_type->getNumParams(); in cloneToStructRetFnTy() local
99 std::vector<llvm::Type *> new_params{num_params + 1, nullptr}; in cloneToStructRetFnTy()
120 assert(params.size() == num_params + 1); in cloneToStructRetFnTy()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_glbl.h121 extern void ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params,
H A Dql_ioctl.h83 uint32_t num_params; member
H A Dql_ioctl.c575 ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params, in ql_sp_log() argument
591 sp_e->num_params = num_params; in ql_sp_log()
/freebsd-13.1/sys/sys/
H A Dmtio.h283 int num_params; member
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.c627 struct mtparamset *ps, int num_params);
629 struct mtparamset *ps, int num_params);
638 struct mtparamset *ps, int num_params);
1297 for (i = 0; i < num_params; i++) { in sasetprotents()
1336 for (i = 0; i < num_params; i++) { in sasetprotents()
1347 for (i = 0; i < num_params; i++) in sasetprotents()
1366 int num_params);
1414 if (list->num_params == 0) in saparamsetlist()
1426 list->num_params); in saparamsetlist()
1449 for (i = 0; i < list->num_params; i++) { in saparamsetlist()
[all …]
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2166 u32 num_params) in ecore_dump_section_hdr() argument
2168 return ecore_dump_num_param(dump_buf, dump, name, num_params); in ecore_dump_section_hdr()
2182 u8 num_params; in ecore_dump_common_global_params() local
2185 num_params = NUM_COMMON_GLOBAL_PARAMS + num_specific_global_params; in ecore_dump_common_global_params()
2186 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "global_params", num_params); in ecore_dump_common_global_params()
2944 u8 num_params = 2 + (split_id >= 0 ? 1 : 0) + (param_name ? 1 : 0); in ecore_grc_dump_regs_hdr() local
2947 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "grc_regs", num_params); in ecore_grc_dump_regs_hdr()
3363 u8 num_params = 3; in ecore_grc_dump_mem_hdr() local
3371 num_params++; in ecore_grc_dump_mem_hdr()
3373 num_params++; in ecore_grc_dump_mem_hdr()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1705 uint32_t num_params) { in check_op_param() argument
1712 ++num_params; in check_op_param()
1713 if (num_params == 1) in check_op_param()
1715 if (num_params == 2) in check_op_param()
1723 uint32_t num_params) { in CheckOverloadedOperatorKindParameterCount() argument
1737 return check_op_param(is_method, op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount()
2095 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() local
2097 is_method, op_kind, num_params)) in GetDeclarationName()
7544 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType() local
7594 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()
[all …]
H A DTypeSystemClang.h371 uint32_t num_params);
/freebsd-13.1/usr.bin/mt/
H A Dmt.c1312 param_list.num_params = MT_NUM_PROTECT_PARAMS; in mt_protect()