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

1 2

  /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_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_resource.def 32 DECL_COMPUTE_RESOURCE(LOOP, 32)
  /external/ltrace/testsuite/ltrace.main/
signals.c 9 #define LOOP 7
42 for(i=0; i<LOOP; i++)
signals.exp 30 # Extract LOOP from source file.
33 regexp {define LOOP.*([0-9]+)} $line match count
  /external/ltrace/testsuite/ltrace.torture/
signals.c 9 #define LOOP 20
38 for(i=0; i< LOOP; i++)
signals.exp 30 # Extract LOOP from source file.
33 regexp {define LOOP.*([0-9]+)} $line match count
  /external/mesa3d/src/gallium/drivers/r600/
compute_resource.def 32 DECL_COMPUTE_RESOURCE(LOOP, 32)
  /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
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 38 LOOP:
60 BLT LOOP
Deemph_32_opt.s 68 LOOP:
95 BLT LOOP
convolve_opt.s 38 LOOP:
177 BLT LOOP
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
scale_sig_neon.s 40 BEQ LOOP
43 BEQ LOOP
45 BEQ LOOP
66 LOOP:
129 BGT LOOP
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/chromium_org/third_party/openssl/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/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])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 1 /* Natural loop functions
53 /* The structure describing a bound on number of iterations of a loop. */
68 /* True if the statement will cause the loop to be leaved the (at most)
77 /* Description of the loop exit. */
83 /* Previous and next exit in the list of the exits of the loop. */
91 typedef struct loop *loop_p;
103 /* Structure to hold information for each natural loop. */
104 struct GTY ((chain_next ("%h.next"))) loop {
108 /* Number of loop insns. */
111 /* Basic block of loop header. *
    [all...]
  /art/test/004-ThreadStress/src/
Main.java 85 LOOP:
90 break 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
  /external/iproute2/lib/
ll_proto.c 37 __PF(LOOP,loop)

Completed in 537 milliseconds

1 2