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

  /src/external/gpl3/binutils/dist/gprof/
source.h 29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
basic_blocks.c 95 if (left->ncalls < right->ncalls)
97 else if (left->ncalls > right->ncalls)
123 bfd_vma addr, ncalls; local
148 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
159 || gmon_io_read_vma (ifp, &ncalls))
178 sym->name, sym->line_num, (unsigned long) ncalls));
185 sym->bb_calls[i] += ncalls;
348 unsigned long ncalls; local
    [all...]
symtab.h 56 unsigned long ncalls; /* How many times executed */ member in struct:sym
  /src/external/gpl3/binutils/dist/gprofng/src/
source.h 29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
gmon_basic_blocks.cc 58 bfd_vma addr, ncalls; local
83 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
94 || gmon_io_read_vma (ifp, &ncalls, whoami))
113 sym->name, sym->line_num, (unsigned long) ncalls));
120 sym->bb_calls[i] += ncalls;
symtab.h 58 unsigned long ncalls; /* How many times executed */ member in struct:sym
  /src/external/gpl3/binutils.old/dist/gprof/
source.h 29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
basic_blocks.c 95 if (left->ncalls < right->ncalls)
97 else if (left->ncalls > right->ncalls)
123 bfd_vma addr, ncalls; local
148 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
159 || gmon_io_read_vma (ifp, &ncalls))
178 sym->name, sym->line_num, (unsigned long) ncalls));
185 sym->bb_calls[i] += ncalls;
348 unsigned long ncalls; local
    [all...]
symtab.h 56 unsigned long ncalls; /* How many times executed */ member in struct:sym
  /src/sys/arch/x86/x86/
genfb_machdep.c 181 static int ncalls = 0; local
188 ++ncalls;
189 if (ncalls < 3)
  /src/external/mit/libuv/dist/test/
test-signal.c 87 unsigned int ncalls; member in struct:timer_ctx
94 unsigned int ncalls; member in struct:signal_ctx
104 if (++ctx->ncalls == NSIGNALS) {
117 ASSERT_EQ(1, ++ctx->ncalls);
128 if (++ctx->ncalls == NSIGNALS)
137 ctx->ncalls = 0;
149 ctx->ncalls = 0;
166 ASSERT_EQ(tc.ncalls, NSIGNALS);
167 ASSERT_EQ(sc.ncalls, NSIGNALS);
171 ASSERT_EQ(tc.ncalls, NSIGNALS)
    [all...]
test-timer.c 299 static int ncalls; local
301 if (ncalls == 0)
306 if (++ncalls == 10) {
  /src/sys/coda/
cnode.h 140 int ncalls; /* client requests */ member in struct:coda_clstat
  /src/sys/dev/ic/
rt2661var.h 149 int ncalls; member in struct:rt2661_softc
  /src/external/bsd/jemalloc/dist/test/unit/
rb.c 586 int ncalls; member in struct:iter_ctx_s
596 ctx->ncalls++;
609 if (ctx->ncalls == ctx->ncalls_max) {
822 ctx.ncalls = 0;
832 expect_d_eq(nspecial, ctx.ncalls, "");
835 ctx.ncalls = 0;
841 expect_d_eq(nspecial - nodes[i].filtered_rank, ctx.ncalls, "");
845 ctx.ncalls = 0;
852 expect_d_eq(ctx.ncalls, i + 1, "");
857 ctx.ncalls = 0
    [all...]
  /src/external/bsd/libevent/dist/
event.c 1360 short ncalls; local
1364 ncalls = ev->ev_ncalls;
1365 if (ncalls != 0)
1366 ev->ev_pncalls = &ncalls;
1368 while (ncalls) {
1369 ncalls--;
1370 ev->ev_ncalls = ncalls;
1371 if (ncalls == 0)
1380 if (ncalls != 0)
2906 event_active(struct event *ev, int res, short ncalls)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 1358 short ncalls; local
1362 ncalls = ev->ev_ncalls;
1363 if (ncalls != 0)
1364 ev->ev_pncalls = &ncalls;
1366 while (ncalls) {
1367 ncalls--;
1368 ev->ev_ncalls = ncalls;
1369 if (ncalls == 0)
1378 if (ncalls != 0)
2903 event_active(struct event *ev, int res, short ncalls)
    [all...]

Completed in 23 milliseconds