HomeSort by relevance Sort by last modified time
    Searched defs:LOOP (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Deemph_32_opt.s 68 LOOP:
95 BLT LOOP
Dot_p_opt.s 38 LOOP:
60 BLT LOOP
Syn_filt_32_opt.s 96 LOOP:
218 BLT LOOP
syn_filt_opt.s 135 LOOP:
222 BLT LOOP
convolve_opt.s 38 LOOP:
177 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
scale_sig_neon.s 40 BEQ LOOP
43 BEQ LOOP
45 BEQ LOOP
66 LOOP:
129 BGT LOOP
convolve_neon.s 38 LOOP:
170 BLT LOOP
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 13 @ Contains a function for the core loop in the normalized lattice MA
46 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
47 @ Leftover samples after the loop, in r6:
54 @ First r5 iterations in a loop.
56 LOOP:
91 bgt LOOP
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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 13 @ Contains a function for the core loop in the normalized lattice MA
53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
54 @ Leftover samples after the loop, in r6:
61 @ First r5 iterations in a loop.
63 LOOP:
98 bgt LOOP
pitch_filter_armv6.S 11 @ Contains the core loop routine for the pitch filter function in iSAC,
61 LOOP:
62 @ Usage of registers in the loop:
63 @ r0: loop counter
74 @ The pitch filter loop here is unrolled with 9 multipications.
99 @ The memmove() and the low pass filter loop are unrolled and mixed.
138 bgt LOOP
  /system/extras/tests/icachetest/
icache.S 15 #define LOOP \
49 /* each loop iteration is one cache line
52 LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP
    [all...]
icache2.S 15 #define LOOP \
35 /* each loop iteration is one cache line
38 LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP
    [all...]
  /external/ltrace/testsuite/ltrace.main/
signals.c 9 #define LOOP 7
42 for(i=0; i<LOOP; i++)
  /external/ltrace/testsuite/ltrace.torture/
signals.c 9 #define LOOP 20
38 for(i=0; i< LOOP; i++)
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform.c 82 #define LOOP for ( i = 0 ; i < n ; i++ )
91 #undef LOOP
  /external/mesa3d/src/mesa/math/
m_xform.c 82 #define LOOP for ( i = 0 ; i < n ; i++ )
91 #undef LOOP
  /external/openssl/crypto/rc4/
rc4_enc.c 265 #define LOOP(in,out) \
274 #define RC4_LOOP(a,b,i) LOOP(*((a)++),*((b)++))
276 #define RC4_LOOP(a,b,i) LOOP(a[i],b[i])
  /external/chromium_org/third_party/boringssl/src/crypto/rc4/
rc4.c 253 #define LOOP(in, out) \
262 #define RC4_LOOP(a, b, i) LOOP(*((a)++), *((b)++))
264 #define RC4_LOOP(a, b, i) LOOP(a[i], b[i])
  /art/test/004-ThreadStress/src/
Main.java 85 LOOP:
90 break LOOP;
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 367 LOOP:
447 break LOOP;
  /external/openssl/crypto/md5/asm/
md5-ia64.S 309 // The FF load/compute loop rotates values three times, so that
452 // v1 Loop Trip Count LTrip
479 #define LOOP(a, b, s, M, R, label) \
549 LOOP(B, C, 20, M3, RotateM3, label)
559 LOOP(B, C, 23, M3, RotateM3, label)
569 LOOP(B, C, 21, M3, RotateM3, label)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
lc3b-mp22NC.asm 50 LOOP: LD R7, R0, ADATA32-AA
55 BRp LOOP

Completed in 297 milliseconds

1 2