/external/jemalloc_new/test/stress/ |
D | microbench.c | 4 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/jemalloc/test/stress/ |
D | microbench.c | 4 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | simplifyConstCmpToISEL.ll | 30 %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/ |
D | halt_on_error-signals.c | 43 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()
|
D | halt_on_error-torture.cc | 30 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/ |
D | unroll-cleanup.ll | 7 ; %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
|
D | runtime-loop2.ll | 8 ; 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
|
D | runtime-loop1.ll | 10 ; 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/ |
D | bench_shadow_flush.cc | 25 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/ |
D | cve-2015-3290.c | 318 long niter = 0; in child_thread() local 378 for (niter = 0; running && niter < 1000*1000*1000L; niter++) { in child_thread() 394 return (void *)niter; in child_thread()
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 949 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/ |
D | runtime-loop-multiple-exits.ll | 29 ; 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 …]
|
D | runtime-loop2.ll | 11 ; 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
|
D | runtime-loop1.ll | 13 ; 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/ |
D | pr30562.ll | 16 %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/ |
D | frame-offset-overflow.ll | 49 %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/ |
D | unroll-and-jam.ll | 191 ; 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/ |
D | a2-unrolling.ll | 27 ; EPILOG: br i1 %niter.ncmp.7, label %for.end.loopexit{{.*}}, label %for.body
|
/external/llvm/test/Transforms/LoopUnroll/PowerPC/ |
D | a2-unrolling.ll | 27 ; EPILOG: br i1 %niter.ncmp.7, label %for.end.loopexit{{.*}}, label %for.body
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 71 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8)
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 136953 niter nˈaɪtər
|
D | internal_raw_IPA.txt | 115084 niter %31872 nˈaɪtər
|