HomeSort by relevance Sort by last modified time
    Searched refs:LOOP (Results 1 - 25 of 30) 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/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
  /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
Syn_filt_32_opt.s 96 LOOP:
218 BLT LOOP
syn_filt_opt.s 135 LOOP:
222 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 56 LOOP:
90 BLT LOOP
convolve_neon.s 38 LOOP:
170 BLT LOOP
  /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/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/v8/tools/
push-to-trunk.sh 99 LOOP=1
100 while [ $LOOP -eq 1 ] ; do
105 LOOP=0
  /external/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/iproute2/lib/
ll_proto.c 37 __PF(LOOP,loop)
  /frameworks/base/core/java/android/net/
Uri.java 708 LOOP: while (end < length) {
713 break LOOP;
743 LOOP: while (pathStart < length) {
749 break LOOP;
760 LOOP: while (pathEnd < length) {
764 break LOOP;
    [all...]
  /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)
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 237 LOOP:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 571 LOOP<decisionNumber>:
580 if ( $cnt<decisionNumber> >= 1 ) { last LOOP<decisionNumber> }
600 LOOP<decisionNumber>:
608 else { last LOOP<decisionNumber> }
883 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/grub/netboot/
depca.c 312 #define LOOP 0x0004 /* Loopback */

Completed in 1173 milliseconds

1 2