Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/devices/xditview/
Dxditview.c369 String *params, Cardinal *num_params) in NextPageAction() argument
381 num_params = num_params; in NextPageAction()
399 String *params, Cardinal *num_params) in PreviousPageAction() argument
411 num_params = num_params; in PreviousPageAction()
429 String *params, Cardinal *num_params) in SelectPageAction() argument
434 num_params = num_params; in SelectPageAction()
461 String *params, Cardinal *num_params) in RerasterizeAction() argument
478 num_params = num_params; in RerasterizeAction()
495 String *params, Cardinal *num_params) in PrintAction() argument
500 num_params = num_params; in PrintAction()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTContext.h302 uint32_t num_params);
377 unsigned num_params);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp1612 check_op_param (uint32_t op_kind, bool unary, bool binary, uint32_t num_params) in check_op_param() argument
1619 if (num_params == 0) in check_op_param()
1621 if (num_params == 1) in check_op_param()
1628 ClangASTContext::CheckOverloadedOperatorKindParameterCount (uint32_t op_kind, uint32_t num_params) in CheckOverloadedOperatorKindParameterCount() argument
1642 …nary,Binary,MemberOnly) case OO_##Name: return check_op_param (op_kind, Unary, Binary, num_params); in CheckOverloadedOperatorKindParameterCount()
2004 …ext::SetFunctionParameters (FunctionDecl *function_decl, ParmVarDecl **params, unsigned num_params) in SetFunctionParameters() argument
2007 function_decl->setParams (ArrayRef<ParmVarDecl*>(params, num_params)); in SetFunctionParameters()
DClangASTType.cpp4344 check_op_param (uint32_t op_kind, bool unary, bool binary, uint32_t num_params) in check_op_param() argument
4351 if (num_params == 0) in check_op_param()
4353 if (num_params == 1) in check_op_param()
4651 unsigned int num_params = method_function_prototype->getNumArgs(); in AddMethodToCXXRecordType() local
4699 … if (!ClangASTContext::CheckOverloadedOperatorKindParameterCount (op_kind, num_params)) in AddMethodToCXXRecordType()
4712 else if (num_params == 0) in AddMethodToCXXRecordType()
4756 param_index < num_params; in AddMethodToCXXRecordType()
/freebsd-10-stable/sys/dev/qlxgbe/
Dql_ioctl.c580 ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params, in ql_sp_log() argument
596 sp_e->num_params = num_params; in ql_sp_log()
Dql_glbl.h119 extern void ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params,
Dql_ioctl.h81 uint32_t num_params; member
/freebsd-10-stable/sys/sys/
Dmtio.h282 int num_params; member
/freebsd-10-stable/sys/cam/scsi/
Dscsi_sa.c564 struct mtparamset *ps, int num_params);
566 struct mtparamset *ps, int num_params);
575 struct mtparamset *ps, int num_params);
1015 sasetsili(struct cam_periph *periph, struct mtparamset *ps, int num_params) in sasetsili() argument
1076 saseteotwarn(struct cam_periph *periph, struct mtparamset *ps, int num_params) in saseteotwarn() argument
1184 sasetprotents(struct cam_periph *periph, struct mtparamset *ps, int num_params) in sasetprotents() argument
1236 for (i = 0; i < num_params; i++) { in sasetprotents()
1275 for (i = 0; i < num_params; i++) { in sasetprotents()
1286 for (i = 0; i < num_params; i++) in sasetprotents()
1305 int num_params);
[all …]
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
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-10-stable/usr.bin/mt/
Dmt.c1312 param_list.num_params = MT_NUM_PROTECT_PARAMS; in mt_protect()