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

  /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/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;
  /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
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 520 #define LOOP(a) CHOICE(loop a, loop a, loop a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 520 #define LOOP(a) CHOICE(loop a, loop a, loop a)
    [all...]

Completed in 3899 milliseconds