Home
last modified time | relevance | path

Searched refs:niter (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/test/stress/
Dmicrobench.c4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, void (*func)(void)) in time_func() argument
11 for (i = 0; i < niter; i++) in time_func()
17 compare_funcs(uint64_t nwarmup, uint64_t niter, const char *name_a, in compare_funcs() argument
30 time_func(&timer_a, nwarmup, niter, func_a); in compare_funcs()
31 time_func(&timer_b, nwarmup, niter, func_b); in compare_funcs()
36 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b), in compare_funcs()
/external/compiler-rt/test/asan/TestCases/Posix/
Dhalt_on_error-signals.c43 size_t niter = 10; variable
50 for (size_t i = 0; i < niter; ++i) { in sender()
64 for (size_t i = 0; i < niter; ++i) { in receiver()
80 niter = (size_t)strtoul(argv[1], 0, 0); in main()
Dhalt_on_error-torture.cc30 size_t niter = 10; variable
44 for (size_t i = 0; i < niter; ++i) { in run()
62 niter = (size_t)strtoul(argv[2], 0, 0); in main()
/external/opencv3/modules/calib3d/test/
Dtest_homography_decomp.cpp115 vector<Mat>::iterator niter = normals.begin(); in containsValidMotion() local
118 riter != rotations.end() && titer != translations.end() && niter != normals.end(); in containsValidMotion()
119 ++riter, ++titer, ++niter) { in containsValidMotion()
123 double ndist = norm(*niter, _n, NORM_INF); in containsValidMotion()
/external/compiler-rt/test/tsan/
Dbench_shadow_flush.cc25 int niter = 1; in main() local
27 niter = atoi(argv[3]); in main()
37 for (int i = 0; i < niter; i++) { in main()
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py944 niter = liststore.get_iter(ctr - 1)
945 if liststore.get_value(niter, 0) == _("More..."):
946 iter = liststore.insert_before(niter)
1143 def set_mislabeled(self, tree, path, iter, niter): argument
1150 tree.set_value(niter, 3, True)
1153 tree.set_value(niter, 4, True)
1181 niter = liststore.append(iter)
1182 liststore.set_value(niter, 0, p)
1183 self.set_mislabeled(liststore, p, iter, niter)
1286 niter = self.transitions_from_treestore.append(iter)
[all …]
/external/valgrind/perf/
Dfbench.c305 int niter = ITERATIONS; /* Iteration counter */ variable
722 niter = atoi(argv[1]);
723 if (*argv[1] == '-' || niter < 1) {
749 niter);
751 printf("\nMeasured run time in seconds should be divided by %.f\n", niter / 1000.0);
768 for (itercount = 0; itercount < niter; itercount++) {
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c309 int niter = ITERATIONS; /* Iteration counter */ variable
726 niter = atoi(argv[1]);
727 if (*argv[1] == '-' || niter < 1) {
753 niter);
755 printf("\nMeasured run time in seconds should be divided by %.f\n", niter / 1000.0);
772 for (itercount = 0; itercount < niter; itercount++) {
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll72 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8)