Home
last modified time | relevance | path

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

/external/jemalloc/test/stress/
Dmicrobench.c4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, in time_func() argument
12 for (i = 0; i < niter; i++) in time_func()
18 compare_funcs(uint64_t nwarmup, uint64_t niter, const char *name_a, in compare_funcs() argument
31 time_func(&timer_a, nwarmup, niter, func_a); in compare_funcs()
32 time_func(&timer_b, nwarmup, niter, func_b); in compare_funcs()
37 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b), in compare_funcs()
/external/jemalloc_new/test/stress/
Dmicrobench.c4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, in time_func() argument
12 for (i = 0; i < niter; i++) { in time_func()
19 compare_funcs(uint64_t nwarmup, uint64_t niter, const char *name_a, in compare_funcs() argument
31 time_func(&timer_a, nwarmup, niter, func_a); in compare_funcs()
32 time_func(&timer_b, nwarmup, niter, func_b); in compare_funcs()
37 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b), in compare_funcs()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
DsimplifyConstCmpToISEL.ll30 %niter = phi i64 [ undef, %for.body.i62.us.preheader.new ], [ %niter.nsub.1, %if.end.i.us.1 ]
48 %niter.nsub.1 = add i64 %niter, -2
49 %niter.ncmp.1 = icmp eq i64 %niter.nsub.1, 0
50 br i1 %niter.ncmp.1, label %test2.exit.us.unr-lcssa, label %for.body.i62.us
/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/llvm/test/Transforms/LoopUnroll/
Dunroll-cleanup.ll7 ; %niter.nsub = add nsw i32 %niter, -1
9 ; %niter.nsub.1 = add nsw i32 %niter.nsub, -1
11 ; %dec18.1 = add nsw i32 %niter, -2
14 ; CHECK: %niter.nsub.1 = add i32 %niter, -2
Druntime-loop2.ll8 ; EPILOG: br i1 %niter.ncmp.3, label %for.end.loopexit.unr-lcssa.loopexit{{.*}}, label %for.body
9 ; EPILOG-NOT: br i1 %niter.ncmp.4, label %for.end.loopexit.unr-lcssa.loopexit{{.*}}, label %for.body
Druntime-loop1.ll10 ; EPILOG: br i1 %niter.ncmp.1, label %for.end.loopexit.unr-lcssa.loopexit, label %for.body, !dbg …
11 ; EPILOG-NOT: br i1 %niter.ncmp.2, label %for.end.loopexit{{.*}}, label %for.body
/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/ltp/testcases/cve/
Dcve-2015-3290.c339 long niter = 0; in child_thread() local
399 for (niter = 0; running && niter < 1000*1000*1000L; niter++) { in child_thread()
415 return (void *)niter; in child_thread()
/external/selinux/python/sepolicy/sepolicy/
Dgui.py949 niter = liststore.get_iter(ctr - 1)
950 if liststore.get_value(niter, 0) == _("More..."):
951 iter = liststore.insert_before(niter)
1147 def set_mislabeled(self, tree, path, iter, niter): argument
1154 tree.set_value(niter, 3, True)
1157 tree.set_value(niter, 4, True)
1185 niter = liststore.append(iter)
1186 liststore.set_value(niter, 0, p)
1187 self.set_mislabeled(liststore, p, iter, niter)
1290 niter = self.transitions_from_treestore.append(iter)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Druntime-loop-multiple-exits.ll29 ; EPILOG-NEXT: %niter.nsub.7 = add i64 %niter, -8
30 ; EPILOG-NEXT: %niter.ncmp.7 = icmp eq i64 %niter.nsub.7, 0
31 ; EPILOG-NEXT: br i1 %niter.ncmp.7, label %exit2.loopexit.unr-lcssa.loopexit, label %loop_header
97 ; EPILOG: %niter.nsub.7 = add i64 %niter, -8
154 ; EPILOG-NEXT: %niter = phi i64 [ %unroll_iter, %entry.new ], [ %niter.nsub.7, %loop_latch.7 ]
159 ; EPILOG-NEXT: %niter.nsub.7 = add i64 %niter, -8
160 ; EPILOG-NEXT: %niter.ncmp.7 = icmp eq i64 %niter.nsub.7, 0
161 ; EPILOG-NEXT: br i1 %niter.ncmp.7, label %exit2.loopexit.unr-lcssa.loopexit, label %loop_header
294 ; EPILOG: %niter.nsub.7 = add i64 %niter, -8
350 ; EPILOG: %niter.nsub.7 = add i64 %niter, -8
[all …]
Druntime-loop2.ll11 ; EPILOG: br i1 %niter.ncmp.3, label %for.end.loopexit.unr-lcssa.loopexit{{.*}}, label %for.body
12 ; EPILOG-NOT: br i1 %niter.ncmp.4, label %for.end.loopexit.unr-lcssa.loopexit{{.*}}, label %for.body
Druntime-loop1.ll13 ; EPILOG: br i1 %niter.ncmp.1, label %for.end.loopexit.unr-lcssa.loopexit, label %for.body, !dbg …
14 ; EPILOG-NOT: br i1 %niter.ncmp.2, label %for.end.loopexit{{.*}}, label %for.body
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr30562.ll16 %niter.ncmp.3 = icmp eq i64 %l13, 0
17 br i1 %niter.ncmp.3, label %exit, label %body
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dframe-offset-overflow.ll49 %niter = phi i32 [ %niter.nsub.3, %for.body ], [ undef, %entry ]
143 %niter.nsub.3 = add i32 %niter, -4
144 %niter.ncmp.3 = icmp eq i32 %niter.nsub.3, 0
145 br i1 %niter.ncmp.3, label %for.end.loopexit.unr-lcssa, label %for.body
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnrollAndJam/
Dunroll-and-jam.ll191 ; CHECK: %niter = phi i32 [ %unroll_iter, %for.outer.preheader.new ], [ %niter.nsub.3, %for.latch…
208 ; CHECK: br i1 %niter.ncmp.3, label %for.end10.loopexit.unr-lcssa.loopexit, label %for.outer
471 ; CHECK: %niter = phi i32 [ %unroll_iter, %for.preheader.new ], [ %niter.nsub.3, %for.latch ]
478 ; CHECK: br i1 %niter.ncmp.3, label %for.end.loopexit.unr-lcssa.loopexit, label %for.outer
535 ; CHECK: %niter = phi i32 [ %unroll_iter, %for.outest.new ], [ %niter.nsub.3, %for.latch ]
552 ; CHECK: br i1 %niter.ncmp.3, label %for.cleanup.unr-lcssa.loopexit, label %for.outer
611 ; CHECK: %niter = phi i32 [ %unroll_iter, %for.outer.preheader.new ], [ %niter.nsub.3, %for.latch…
628 ; CHECK: br i1 %niter.ncmp.3, label %for.end.loopexit.unr-lcssa.loopexit, label %for.outer
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/PowerPC/
Da2-unrolling.ll27 ; EPILOG: br i1 %niter.ncmp.7, label %for.end.loopexit{{.*}}, label %for.body
/external/llvm/test/Transforms/LoopUnroll/PowerPC/
Da2-unrolling.ll27 ; EPILOG: br i1 %niter.ncmp.7, label %for.end.loopexit{{.*}}, label %for.body
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll71 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8)
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt115084 niter %31872 nˈaɪtər
Dinternal_raw_IPA-old.txt136953 niter nˈaɪtər