Searched refs:nparams (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.sbin/jls/
H A Djls.c62 static int nparams; variable
176 for (i = 0; i < nparams; i++) {
209 for (i = spc = 0; i < nparams; i++)
259 for (i = 0; i < nparams; i++)
271 if (!nparams) {
277 } else if (nparams >= paramlistsize) {
287 param_parent[nparams] = -1;
288 param = params + nparams++;
300 nparams--;
368 jid = jailparam_get(params, nparams, jflag
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbuildsym.c271 int nparams = 0, iparams;
284 nparams++;
304 if (nparams > 0)
306 TYPE_NFIELDS (ftype) = nparams;
308 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
313 if (iparams == nparams)
268 int nparams = 0, iparams; local
H A Dstabsread.c855 int nparams = 0;
887 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
888 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
890 TYPE_NFIELDS (ftype) = nparams;
852 int nparams = 0; local
H A Dmdebugread.c1239 int nparams = top_stack->numargs;
1243 if (nparams > 0)
1246 TYPE_NFIELDS (ftype) = nparams;
1248 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1253 if (iparams == nparams)
1232 int nparams = top_stack->numargs; local
H A Ddwarf2read.c2887 int nparams = TYPE_NFIELDS (die->type); local
2903 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (die->type, 0) == 0)
3879 int nparams = 0; local
3889 nparams++;
3896 TYPE_NFIELDS (ftype) = nparams;
3898 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h552 unsigned int vf, unsigned int nparams, const u32 *params,
555 unsigned int vf, unsigned int nparams, const u32 *params,
H A Dt4_hw.c4683 * @nparams: the number of parameters
4691 unsigned int vf, unsigned int nparams, const u32 *params,
4698 if (nparams > 7)
4707 for (i = 0; i < nparams; i++, p += 2, params++)
4712 for (i = 0, p = &c.param[0].val; i < nparams; i++, p += 2)
4723 * @nparams: the number of parameters
4731 unsigned int vf, unsigned int nparams, const u32 *params,
4737 if (nparams > 7)
4746 while (nparams--) {
4690 t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val) argument
4730 t4_set_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val) argument
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c78 unsigned int nparams = ftxp ? 8 : 6, flowclen; local
89 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
100 V_FW_FLOWC_WR_NPARAMS(nparams));
H A Dt4_listen.c357 const int nparams = 6; local
375 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
388 V_FW_FLOWC_WR_NPARAMS(nparams));
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c722 dfp.nparams = type->u.function.parameters->nvars;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7761 unsigned nparams = FTP->getNumArgs(); local
7762 assert(FD->getNumParams() == nparams);
7764 bool HasExtraParameters = (nparams > 3);
7769 if (nparams == 4 && Context.getTargetInfo().getTriple().isOSDarwin())
7773 Diag(FD->getLocation(), diag::err_main_surplus_args) << nparams;
7775 nparams = 3;
7785 for (unsigned i = 0; i < nparams; ++i) {
7816 if (nparams == 1 && !FD->isInvalidDecl()) {

Completed in 290 milliseconds