Searched refs:loop (Results 226 - 250 of 740) sorted by relevance

1234567891011>>

/external/libhevc/common/arm/
H A Dihevc_sao_band_offset_luma.s76 MOV r9,r8 @Move the ht to r9 for loop counter
88 SUBS r9,r9,#1 @Decrement the loop counter
109 MOV r9,r7 @Move the wd to r9 for loop counter
113 SUBS r9,r9,#8 @Decrement the loop counter by 8
215 SUBS r11,r11,#4 @Decrement the ht loop count by 4
225 SUBS r7,r7,#8 @Decrement the width loop by 8
H A Dihevc_inter_pred_chroma_copy.s188 subs r4,r4,#8 @wd - 8(loop condition)
215 @subs r4,r4,#8 @wd - 8(loop condition)
235 subs r4,r4,#16 @wd - 16(loop condition)
262 @subs r4,r4,#16 @wd - 16(loop condition)
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp253 // simple loop. The incoming instruction knows the destination vreg to
263 // loop:
266 // bneid samt, loop
271 MachineBasicBlock *loop = F->CreateMachineBasicBlock(LLVM_BB); local
273 F->insert(It, loop);
285 MBB->addSuccessor(loop);
288 // Next, add the finish block as a successor of the loop block
289 loop->addSuccessor(finish);
290 loop->addSuccessor(loop);
[all...]
/external/boringssl/src/crypto/bn/
H A Ddiv.c194 int norm_shift, i, loop; local
259 loop = num_n - div_n;
264 wnum.d = &(snum->d[loop]);
267 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
279 if (!bn_wexpand(res, (loop + 1))) {
282 res->top = loop - 1;
283 resp = &(res->d[loop - 1]);
298 for (i = 0; i < loop - 1; i++, wnump--, resp--) {
300 /* the first part of the loop uses the top two words of snum and sdiv to
/external/icu/icu4c/source/test/perf/collationperf/
H A DMakefile.in61 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
H A DCollPerf.pl80 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
81 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
92 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
93 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/external/libbrillo/brillo/message_loops/
H A Dfake_message_loop_unittest.cc98 auto callback = [](FakeMessageLoop* loop) { loop->BreakLoop(); };
H A Dglib_message_loop.cc21 // Cancel all pending tasks when destroying the message loop.
168 scheduled_task->loop->tasks_.erase(scheduled_task->task_id);
184 scheduled_task->loop->tasks_.erase(scheduled_task->task_id);
/external/libpcap/
H A Dpcap-septel.c58 * error occured, or -2 if we were told to break out of the loop.
86 loop:
91 * we were told to break out of the loop.
106 /* a couter is added here to avoid an infinite loop
123 goto loop ;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml50 (* Run the main "interpreter loop" now. *)
/external/ltp/testcases/kernel/fs/fs-bench/
H A Dmodaltr.sh35 LOOP=loop
/external/pdfium/
H A Dpdfiumfxcrt.mk10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
H A Dpdfiumpdfwindow.mk10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
/external/pdfium/third_party/
H A Dpdfiumjpeg.mk10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
H A Dpdfiumlcms.mk10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
/external/selinux/libselinux/src/
H A Davc_sidtab.c87 loop:
96 goto loop; /* find the newly inserted node */
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s72 loop: label
95 BGT loop
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml50 (* Run the main "interpreter loop" now. *)
/external/syslinux/diag/geodsp/
H A Dgeodspms.asm152 getonesec_chs: ; We could use an xchg and get a loop
163 ; loop .retry
177 .loop: lodsb
183 jmp short .loop

Completed in 555 milliseconds

1234567891011>>