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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp98 unsigned num_params = orig_type->getNumParams(); local
99 std::vector<llvm::Type *> new_params{num_params + 1, nullptr};
120 assert(params.size() == num_params + 1);
/freebsd-13-stable/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 in struct:qla_sp_log_entry
H A Dql_ioctl.c575 ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params, argument
591 sp_e->num_params = num_params;
/freebsd-13-stable/sys/sys/
H A Dmtio.h283 int num_params; member in struct:mtsetlist
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_sa.c565 struct mtparamset *ps, int num_params);
567 struct mtparamset *ps, int num_params);
576 struct mtparamset *ps, int num_params);
1012 sasetsili(struct cam_periph *periph, struct mtparamset *ps, int num_params) argument
1073 saseteotwarn(struct cam_periph *periph, struct mtparamset *ps, int num_params) argument
1180 sasetprotents(struct cam_periph *periph, struct mtparamset *ps, int num_params) argument
1232 for (i = 0; i < num_params; i++) {
1271 for (i = 0; i < num_params; i++) {
1282 for (i = 0; i < num_params; i++)
1301 int num_params);
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2166 u32 num_params)
2168 return ecore_dump_num_param(dump_buf, dump, name, num_params);
2182 u8 num_params; local
2185 num_params = NUM_COMMON_GLOBAL_PARAMS + num_specific_global_params;
2186 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "global_params", num_params);
2944 u8 num_params = 2 + (split_id >= 0 ? 1 : 0) + (param_name ? 1 : 0); local
2947 offset += ecore_dump_section_hdr(dump_buf + offset, dump, "grc_regs", num_params);
3363 u8 num_params = 3; local
3371 num_params++;
3373 num_params
2163 ecore_dump_section_hdr(u32 *dump_buf, bool dump, const char *name, u32 num_params) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h382 uint32_t num_params);
438 clang::ParmVarDecl **params, unsigned num_params);
H A DTypeSystemClang.cpp1596 uint32_t num_params) {
1603 ++num_params;
1604 if (num_params == 1)
1606 if (num_params == 2)
1614 uint32_t num_params) {
1628 return check_op_param(is_method, op_kind, Unary, Binary, num_params);
1989 const unsigned int num_params = function_type->getNumParams(); local
1991 is_method, op_kind, num_params))
2088 unsigned num_params) {
2090 function_decl->setParams(ArrayRef<ParmVarDecl *>(params, num_params));
1593 check_op_param(bool is_method, clang::OverloadedOperatorKind op_kind, bool unary, bool binary, uint32_t num_params) argument
1612 CheckOverloadedOperatorKindParameterCount( bool is_method, clang::OverloadedOperatorKind op_kind, uint32_t num_params) argument
2086 SetFunctionParameters(FunctionDecl *function_decl, ParmVarDecl **params, unsigned num_params) argument
7380 unsigned int num_params = method_function_prototype->getNumParams(); local
[all...]
/freebsd-13-stable/usr.bin/mt/
H A Dmt.c1312 param_list.num_params = MT_NUM_PROTECT_PARAMS;

Completed in 238 milliseconds