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

/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c49 int ncall; variable
61 ASSERT_ALWAYS (ncall >= 0);
62 ASSERT_ALWAYS (ncall <= numberof (call));
64 if (ncall >= numberof (call))
71 call[ncall].this_fn = this_fn;
72 call[ncall].call_site = call_site;
73 ncall++;
82 ASSERT_ALWAYS (ncall >= 0);
83 ASSERT_ALWAYS (ncall <= numberof (call));
85 if (ncall
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Drun.c234 int i, ncall, ndef; local
250 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
251 ncall++;
253 dprintf( ("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame)) );
254 if (ncall > ndef)
256 s, ncall, ndef);
257 if (ncall + ndef > NARGS)
258 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
298 if (i >= ncall) {
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump.c813 rump_syscall_boot_establish(const struct rump_onesyscall *calls, size_t ncall) argument
818 for (i = 0; i < ncall; i++) {
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c1851 int ncall = 1; local
1858 ncall++;
1867 ncall++;
1870 if (ncall < mincalls)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1857 int ncall = 1; local
1864 ncall++;
1873 ncall++;
1876 if (ncall < mincalls)

Completed in 147 milliseconds