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

1 2 3

  /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/mesa3d/src/gallium/drivers/r600/
compute_resource.def 32 DECL_COMPUTE_RESOURCE(LOOP, 32)
  /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/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/skia/bench/
CmapBench.cpp 14 LOOP = SkBENCHLOOP(1000),
29 for (int i = 0; i < LOOP; ++i) {
39 for (int i = 0; i < LOOP; ++i) {
51 for (int i = 0; i < LOOP; ++i) {
61 for (int i = 0; i < LOOP; ++i) {
MathBench.cpp 318 LOOP = SkBENCHLOOP(1000),
348 for (int j = 0; j < LOOP; ++j) {
355 for (int j = 0; j < LOOP; ++j) {
377 LOOP = SkBENCHLOOP(5000),
408 for (int j = 0; j < LOOP; ++j) {
415 for (int j = 0; j < LOOP; ++j) {
439 LOOP = SkBENCHLOOP(1000),
463 for (int j = 0; j < LOOP; ++j) {
  /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
  /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 58 LOOP:
92 BLT LOOP
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /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])
  /external/chromium_org/v8/tools/
push-to-trunk.sh 99 LOOP=1
100 while [ $LOOP -eq 1 ] ; do
105 LOOP=0
  /external/v8/tools/
push-to-trunk.sh 99 LOOP=1
100 while [ $LOOP -eq 1 ] ; do
105 LOOP=0
  /art/test/ThreadStress/
ThreadStress.java 85 LOOP:
90 break LOOP;
  /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/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

Completed in 1377 milliseconds

1 2 3