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

1 2

  /external/libxaac/decoder/armv7/
ia_xheaacd_mps_mulshift.s 30 LOOP:
41 BGT LOOP
ixheaacd_eld_decoder_sbr_pre_twiddle.s 12 MOV r3, #62 @Loop count
15 LOOP:
17 SUBS r3, r3, #1 @Decrement loop count by 1
41 BNE LOOP @Check r3 equals 0 and continue
ixheaacd_sbr_qmfanal32_winadds.s 39 LOOP:
65 BPL LOOP
ixheaacd_sbr_qmfanal32_winadds_eld.s 17 LOOP:
43 BPL LOOP
ia_xheaacd_mps_reoder_mulshift_acc.s 51 LOOP:
235 BGT LOOP
  /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 59 LOOP:
93 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/libxaac/decoder/armv8/
ixheaacd_sbr_qmf_analysis32_neon.s 57 LOOP:
87 BPL LOOP
90 //LOOP:
110 // BPL LOOP
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
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
  /system/extras/tests/icachetest/
icache.S 15 #define LOOP \
65 /* each loop iteration is one cache line
68 LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP LOOP
    [all...]
  /external/google-breakpad/src/testing/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/googletest/googlemock/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/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_1.c 32 #define LOOP 40
40 int loop; local
48 for (loop = 0; loop < LOOP; loop++) {
  /external/mesa3d/src/mesa/math/
m_xform.c 83 #define LOOP for ( i = 0 ; i < n ; i++ )
92 #undef LOOP
  /external/v8/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/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap06.c 50 #define LOOP 5
58 hugepages = (ARSZ + 1) * LOOP;
145 .tcnt = LOOP,
  /external/caliper/examples/src/main/java/examples/
CopyArrayBenchmark.java 41 * all nine types, except that the naive LOOP is slower.
42 * With the "client" compiler, LOOP beats CLONE, which is the slowest.
154 LOOP {
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 42 * It can be one of PANIC, BUG, EXCEPTION, LOOP, OVERFLOW
87 LOOP,
106 "LOOP",
242 /* Escape endless loop. */
266 case LOOP:
267 printk(KERN_INFO "lkdtm : LOOP\n");

Completed in 960 milliseconds

1 2