HomeSort by relevance Sort by last modified time
    Searched full:ncalls (Results 1 - 25 of 60) sorted by null

1 2 3

  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 32 * calls, up to NCALLS tries, produce at least one different
38 static final int NCALLS = 10000;
65 while (i < NCALLS && ThreadLocalRandom.current().nextInt() == f)
67 assertTrue(i < NCALLS);
76 while (i < NCALLS && ThreadLocalRandom.current().nextLong() == f)
78 assertTrue(i < NCALLS);
87 while (i < NCALLS && ThreadLocalRandom.current().nextBoolean() == f)
89 assertTrue(i < NCALLS);
98 while (i < NCALLS && ThreadLocalRandom.current().nextFloat() == f)
100 assertTrue(i < NCALLS);
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
basic_blocks.c 96 if (left->ncalls < right->ncalls)
98 else if (left->ncalls > right->ncalls)
124 bfd_vma addr, ncalls;
146 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
157 || gmon_io_read_vma (ifp, &ncalls))
176 sym->name, sym->line_num, (unsigned long) ncalls));
183 sym->bb_calls[i] += ncalls;
123 bfd_vma addr, ncalls; local
343 unsigned long ncalls; local
    [all...]
cg_arcs.c 204 if (child->ncalls == 0)
211 / ((double) child->ncalls));
213 * (((double) arc->count) / ((double) child->ncalls));
235 child->cg.child_time, arc->count, child->ncalls);
345 cyc->ncalls += arc->count;
384 if (child->ncalls != 0)
387 * (((double) arc->count) / ((double) child->ncalls));
414 if (head->ncalls != 0)
417 * (((double) arc->count) / ((double) head->ncalls));
578 if (left->ncalls > right->ncalls
    [all...]
hist.c 504 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0)
518 if (sym->ncalls != 0)
520 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls,
521 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
553 if (right->ncalls > left->ncalls)
556 if (right->ncalls < left->ncalls)
619 if (sym->ncalls != 0
    [all...]
source.h 30 unsigned long ncalls; /* # of "calls" to this file. */
29 unsigned long ncalls; \/* # of "calls" to this file. *\/ member in struct:source_file
cg_print.c 126 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
137 CG.PROP.SELF+CG.PROP.CHILD, secondary key is NCALLS+CG.SELF_CALLS. */
144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
145 unsigned long right_calls = right->ncalls + right->cg.self_calls;
204 member->ncalls);
240 left->count, left_child->ncalls);
246 right->count, right_child->ncalls);
390 arc->count, cycle_head->ncalls);
462 arc->count, child->cg.cyc.head->ncalls);
482 if ((np->ncalls + np->cg.self_calls) != 0
    [all...]
  /external/libldac/src/
bitalloc_ldac.c 225 int ncalls = 0; local
269 ncalls++;
275 ncalls++;
279 return ncalls;
289 int ncalls = 0; local
333 ncalls++;
339 ncalls++;
343 return ncalls;
353 int ncalls = 0; local
396 ncalls++
416 int ncalls = 0; local
479 int ncalls = 0; local
544 int ncalls = 0; local
    [all...]
  /prebuilts/go/darwin-x86/test/
range.go 439 var ncalls = 0 var
442 ncalls++
454 if ncalls != 4 {
455 println("wrong number of calls:", ncalls, "!= 4")
463 ncalls = 0
468 if ncalls != 0 {
469 println("wrong number of calls:", ncalls, "!= 0")
  /prebuilts/go/linux-x86/test/
range.go 439 var ncalls = 0 var
442 ncalls++
454 if ncalls != 4 {
455 println("wrong number of calls:", ncalls, "!= 4")
463 ncalls = 0
468 if ncalls != 0 {
469 println("wrong number of calls:", ncalls, "!= 0")
  /external/vboot_reference/tests/
tlcl_tests.c 41 static int ncalls; variable
56 ncalls = 0;
86 struct srcall *c = calls + ncalls++;
95 printf("TSR [%d] 0x%x\n", ncalls-1, c->req_cmd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /external/python/cpython2/Lib/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 46 ncalls tottime percall cumtime percall filename:lineno(function)
69 ncalls tottime cumtime
97 ncalls tottime cumtime
  /external/valgrind/none/tests/arm/
v8crypto_a.c 67 static UInt nCalls = 0, nIters = 0;
69 nCalls++;
79 if (0 == (nCalls & 0xFF))
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
v8crypto_t.c 67 static UInt nCalls = 0, nIters = 0;
69 nCalls++;
79 if (0 == (nCalls & 0xFF))
80 printf("randV128: %u calls, %u iters\n", nCalls, nIters);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /external/python/cpython2/Lib/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /external/python/cpython3/Lib/
cProfile.py 61 nc = entry.callcount # ncalls column of pstats (before '/')
62 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 101 nc = entry.callcount # ncalls column of pstats (before '/')
102 cc = nc - entry.reccallcount # ncalls column of pstats (after '/')

Completed in 3753 milliseconds

1 2 3