Searched refs:ncall (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c50 int ncall; variable
62 ASSERT_ALWAYS (ncall >= 0);
63 ASSERT_ALWAYS (ncall <= numberof (call));
65 if (ncall >= numberof (call))
72 call[ncall].this_fn = this_fn;
73 call[ncall].call_site = call_site;
74 ncall++;
83 ASSERT_ALWAYS (ncall >= 0);
84 ASSERT_ALWAYS (ncall <= numberof (call));
86 if (ncall
[all...]
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Drun.c232 int i, ncall, ndef; local
248 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
249 ncall++;
251 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (frp-frame)) );
252 if (ncall > ndef)
254 s, ncall, ndef);
255 if (ncall + ndef > NARGS)
256 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
296 if (i >= ncall) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/
H A DMakefile.files842 NCALL_OBJS += ncall.o \

Completed in 116 milliseconds