/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
lsfwt.cpp | 44 4. Unrolled loops to speed up processing, use decrement loops
|
pred_lt.cpp | 59 4. Unrolled loops to speed up processing, use decrement loops,
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
inter_36.cpp | 46 4. Unrolled loops to speed up processing, use decrement loops
|
calc_en.cpp | 283 Word16 i; /* index used in all loops */ 611 Word16 i; /* index used in all loops */ 801 Word16 i; /* index used in all loops */
|
s10_8pf.cpp | 71 comparisons (like in the nested loops) 73 used in the nested loops, in this way the calculation is 75 loops i3-i5-i7 and i9
|
/frameworks/base/tests/CoreTests/android/core/ |
PerformanceTests.java | 505 private static final int LOOPS = 5; 508 intermediates.setInternalIterations(ITERATIONS * LOOPS); [all...] |
/hardware/ti/wlan/wl1271/Txn/ |
TxnQueue.c | 292 /* Update functions actual range (to optimize Txn selection loops - see txnQ_SelectTxn) */ 328 /* Update functions actual range (to optimize Txn selection loops - see txnQ_SelectTxn) */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 485 /* The loops in this function. */ 486 struct loops *x_current_loops;
|
/system/wlan/ti/wilink_6_1/Txn/ |
TxnQueue.c | 281 /* Update functions actual range (to optimize Txn selection loops - see txnQ_SelectTxn) */ 317 /* Update functions actual range (to optimize Txn selection loops - see txnQ_SelectTxn) */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/ |
cc1 | |
/external/libpcap/ |
pcap.3 | 612 The flag is checked in loops reading packets from the OS - a signal by 613 itself will not necessarily terminate those loops - as well as in loops [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
calc_en.cpp | 283 Word16 i; /* index used in all loops */ 611 Word16 i; /* index used in all loops */ 801 Word16 i; /* index used in all loops */
|
s10_8pf.cpp | 71 comparisons (like in the nested loops) 73 used in the nested loops, in this way the calculation is 75 loops i3-i5-i7 and i9
|
/external/proguard/docs/manual/ |
troubleshooting.html | 65 <li><a href="#disappearingloops">Disappearing loops</a></li> 512 <dt><a name="disappearingloops"><b>Disappearing loops</b></a></dt> 514 <dd>If your code contains empty busy-waiting loops, ProGuard's optimization
|
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 191 // Also mark infinite loops and instructions that cause side effects. 330 // Replace traced but unmarked backward branches by infinite loops. 353 // Insert infinite loops after jumps to subroutines that don't return. [all...] |
/dalvik/vm/compiler/ |
Loop.c | 25 * Given the current simple natural loops, the phi node placement can be
|
/external/bluetooth/glib/gobject/ |
gobject.h | 267 * loops). Before returning, @dispose should chain up to the @dispose method
|
/external/guava/src/com/google/common/collect/ |
ConcurrentHashMultiset.java | 51 * read-modify-write sequences, and so are implemented as loops that wrap
|
/external/icu4c/common/ |
resbund.cpp | 17 * infinite loops in scanForFile and scanForLocale.
|
/external/icu4c/common/unicode/ |
resbund.h | 21 * infinite loops in scanForFile and scanForLocale.
|
/external/jpeg/ |
jccolor.c | 67 * address, which can be held in a register in the inner loops on many
|
/external/kernel-headers/original/linux/ |
cpumask.h | 78 * loops buried in the disk_stat_read() macros calls when compiling
|
/external/libpng/scripts/ |
makefile.elf | 52 #ALIGN=-malign-loops=2 -malign-functions=2
|
/external/netcat/ |
generic.h | 118 select loops.
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
reorder.cpp | 40 4. Replaced loop counter with decrement loops
|