HomeSort by: relevance | last modified time | path
    Searched defs:ncall (Results 1 - 8 of 8) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c 49 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 == 0
    [all...]
t-instrument.c 49 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 == 0
    [all...]
  /src/external/historical/nawk/dist/
run.c 236 int i, ncall, ndef; local
252 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
253 ncall++;
255 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame));
256 if (ncall > ndef)
258 s, ncall, ndef);
259 if (ncall + ndef > NARGS)
260 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
300 if (i >= ncall) {
run.c 236 int i, ncall, ndef; local
252 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
253 ncall++;
255 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame));
256 if (ncall > ndef)
258 s, ncall, ndef);
259 if (ncall + ndef > NARGS)
260 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
300 if (i >= ncall) {
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 1862 int ncall = 1; local
1869 ncall++;
1878 ncall++;
1881 if (ncall < mincalls)
unwind.c 1862 int ncall = 1; local
1869 ncall++;
1878 ncall++;
1881 if (ncall < mincalls)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 1862 int ncall = 1; local
1869 ncall++;
1878 ncall++;
1881 if (ncall < mincalls)
unwind.c 1862 int ncall = 1; local
1869 ncall++;
1878 ncall++;
1881 if (ncall < mincalls)

Completed in 52 milliseconds