Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp101 unsigned num_params = orig_type->getNumParams(); in cloneToStructRetFnTy() local
102 std::vector<llvm::Type *> new_params{num_params + 1, nullptr}; in cloneToStructRetFnTy()
123 assert(params.size() == num_params + 1); in cloneToStructRetFnTy()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_ioctl.c582 ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params, in ql_sp_log() argument
598 sp_e->num_params = num_params; in ql_sp_log()
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
/freebsd-12.1/sys/sys/
H A Dmtio.h284 int num_params; member
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_sa.c566 struct mtparamset *ps, int num_params);
568 struct mtparamset *ps, int num_params);
577 struct mtparamset *ps, int num_params);
1239 for (i = 0; i < num_params; i++) { in sasetprotents()
1278 for (i = 0; i < num_params; i++) { in sasetprotents()
1289 for (i = 0; i < num_params; i++) in sasetprotents()
1308 int num_params);
1356 if (list->num_params == 0) in saparamsetlist()
1368 list->num_params); in saparamsetlist()
1391 for (i = 0; i < list->num_params; i++) { in saparamsetlist()
[all …]
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2178 u32 num_params) in ecore_dump_section_hdr() argument
2180 return ecore_dump_num_param(dump_buf, dump, name, num_params); in ecore_dump_section_hdr()
2194 u8 num_params; in ecore_dump_common_global_params() local
2197 num_params = NUM_COMMON_GLOBAL_PARAMS + num_specific_global_params; in ecore_dump_common_global_params()
2198 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "global_params", num_params); in ecore_dump_common_global_params()
2960 u8 num_params = 2 + (split_id >= 0 ? 1 : 0) + (param_name ? 1 : 0); in ecore_grc_dump_regs_hdr() local
2963 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "grc_regs", num_params); in ecore_grc_dump_regs_hdr()
3379 u8 num_params = 3; in ecore_grc_dump_mem_hdr() local
3387 num_params++; in ecore_grc_dump_mem_hdr()
3389 num_params++; in ecore_grc_dump_mem_hdr()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h332 uint32_t num_params);
413 clang::ParmVarDecl **params, unsigned num_params);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1743 uint32_t num_params) { in check_op_param() argument
1750 ++num_params; in check_op_param()
1751 if (num_params == 1) in check_op_param()
1753 if (num_params == 2) in check_op_param()
1761 uint32_t num_params) { in CheckOverloadedOperatorKindParameterCount() argument
2138 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() local
2140 is_method, op_kind, num_params)) in GetDeclarationName()
2232 unsigned num_params) { in SetFunctionParameters() argument
8170 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType() local
8210 is_method, op_kind, num_params)) in AddMethodToCXXRecordType()
[all …]
/freebsd-12.1/usr.bin/mt/
H A Dmt.c1312 param_list.num_params = MT_NUM_PROTECT_PARAMS; in mt_protect()