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

  /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 58 LOOP:
92 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/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/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 47 LOOP = set('while do for break continue'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | 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/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 195 LOOP: {
265 # Exit loop
274 # End loop
275 last LOOP;
299 # Loop through groups
  /external/skia/bench/
MathBench.cpp 318 LOOP = SkBENCHLOOP(1000),
348 for (int j = 0; j < LOOP; ++j) {
355 for (int j = 0; j < LOOP; ++j) {
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 367 LOOP:
447 break LOOP;
  /external/grub/netboot/
depca.c 312 #define LOOP 0x0004 /* Loopback */
  /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/strace/
util.c     [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 660 LOOP: while (end < length) {
665 break LOOP;
695 LOOP: while (pathStart < length) {
701 break LOOP;
712 LOOP: while (pathEnd < length) {
716 break LOOP;
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 712 LOOP: while (end < length) {
717 break LOOP;
747 LOOP: while (pathStart < length) {
753 break LOOP;
764 LOOP: while (pathEnd < length) {
768 break LOOP;
    [all...]

Completed in 764 milliseconds