HomeSort by relevance Sort by last modified time
    Searched refs:LOOP (Results 26 - 50 of 79) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Deemph_32_opt.s 68 LOOP:
95 BLT LOOP
convolve_opt.s 38 LOOP:
177 BLT LOOP
Syn_filt_32_opt.s 96 LOOP:
218 BLT LOOP
syn_filt_opt.s 135 LOOP:
222 BLT LOOP
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Deemph_32_neon.s 68 LOOP:
95 BLT LOOP
pred_lt4_1_neon.s 59 LOOP:
93 BLT LOOP
convolve_neon.s 38 LOOP:
170 BLT LOOP
  /external/cldr/tools/java/org/unicode/cldr/util/
DtdDataCheck.java 303 static final int LOOP = 100;
307 for (int i = 0; i < LOOP; ++i) {
317 System.out.println(title + "\tTime:\t" + timer.toString(LOOP));
323 for (int i = 0; i < LOOP; ++i) {
329 System.out.println(title + "\tTime:\t" + timer.toString(LOOP));
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 14 /// order, ignoring loop backedges, and without any loop being interrupted
15 /// by a block not dominated by the loop header, with special care to keep the
18 /// Then, it inserts BLOCK and LOOP markers to mark the start of scopes, since
72 /// Return the "bottom" block of a loop. This differs from
73 /// MachineLoop::getBottomBlock in that it works even if the loop is
75 static MachineBasicBlock *LoopBottom(const MachineLoop *Loop) {
76 MachineBasicBlock *Bottom = Loop->getHeader();
77 for (MachineBasicBlock *MBB : Loop->blocks())
115 /// Bookkeeping for a loop to help ensure that we don't mix blocks not dominate
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ExtraFieldUtils.java 141 LOOP:
170 break LOOP;
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
87 LOOP,
106 "LOOP",
242 /* Escape endless loop. */
266 case LOOP:
267 printk(KERN_INFO "lkdtm : LOOP\n");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 13 /// This pass inserts BLOCK and LOOP markers to mark the start of scopes, since
61 "Insert BLOCK and LOOP markers for WebAssembly scopes",
132 // Header is the header of a loop that does not lexically contain MBB, so
133 // the BLOCK needs to be above the LOOP, after any END constructs.
144 std::prev(InsertPos)->getOpcode() != WebAssembly::LOOP &&
173 /// Insert a LOOP marker for a loop starting at MBB (if it's a loop header).
179 MachineLoop *Loop = MLI.getLoopFor(&MBB);
180 if (!Loop || Loop->getHeader() != &MBB
    [all...]
  /external/iproute2/lib/
ll_proto.c 36 __PF(LOOP,loop)
  /external/llvm/tools/llvm-go/
llvm-go.go 259 LOOP:
268 continue LOOP
  /external/libxaac/decoder/armv7/
ixheaacd_sbr_qmfanal32_winadds.s 39 LOOP:
65 BPL LOOP
ia_xheaacd_mps_reoder_mulshift_acc.s 51 LOOP:
235 BGT LOOP
ixheaacd_sbr_qmfanal32_winadds_eld.s 17 LOOP:
43 BPL LOOP
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 11 @ Contains the core loop routine for the pitch filter function in iSAC,
58 LOOP:
59 @ Usage of registers in the loop:
60 @ r0: loop counter
71 @ The pitch filter loop here is unrolled with 9 multipications.
96 @ The memmove() and the low pass filter loop are unrolled and mixed.
135 bgt LOOP
  /external/libxaac/decoder/armv8/
ixheaacd_sbr_qmf_analysis32_neon.s 57 LOOP:
87 BPL LOOP
90 //LOOP:
110 // BPL LOOP
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 71 case WebAssembly::LOOP: {
  /external/swiftshader/src/Pipeline/
PixelProgram.hpp 148 void LOOP(const Src &integerRegister);
VertexProgram.hpp 103 void LOOP(const Src &integerRegister);
  /external/swiftshader/src/Shader/
PixelProgram.hpp 149 void LOOP(const Src &integerRegister);
VertexProgram.hpp 106 void LOOP(const Src &integerRegister);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 76 case WebAssembly::LOOP: {

Completed in 1030 milliseconds

12 3 4