OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loops
(Results
76 - 100
of
1085
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtommath/
makefile.cygwin_dll
8
CFLAGS += -I./ -Wall -W -Wshadow -O3 -funroll-
loops
-mno-cygwin
51
cd mtest ; $(CC) -O3 -fomit-frame-pointer -funroll-
loops
mtest.c -o mtest -s
/external/libpng/scripts/
makefile.os2
18
CFLAGS=-I$(ZLIBINC) -W -Wall -O6 -funroll-
loops
-malign-
loops
=2 \
/external/llvm/test/CodeGen/MBlaze/
shift.ll
1
; Ensure that shifts are lowered to
loops
when the barrel shifter unit is
2
; not available in the hardware and that
loops
are not used when the
/external/llvm/test/CodeGen/X86/
avoid-loop-align-2.ll
3
; TODO: Is it a good idea to align inner
loops
? It's hard to know without
5
; now, CodeGen aligns all
loops
.
/external/llvm/test/Transforms/LoopUnroll/
runtime-loop3.ll
3
; Test that nested
loops
can be unrolled. We need to increase threshold to do it
5
; STATS: 2 loop-unroll - Number of
loops
unrolled (completely or otherwise)
scevunroll.ll
8
; Completely unroll
loops
without a canonical IV.
33
; SCEV unrolling properly handles
loops
with multiple exits. In this
67
; SCEV properly unrolls multi-exit
loops
.
98
; SCEV should not unroll a multi-exit
loops
unless the latch block has
/external/webkit/PerformanceTests/SunSpider/hosted/
sunspider.html
59
all timing simple
loops
. In addition to having tests in many
74
<small>(When you run the benchmark, be patient - it
loops
through all of the
/ndk/build/tools/toolchain-patches/build/
0002-Options-brought-in-from-core-combo-for-IA.patch
29
+ -fstrict-aliasing -funswitch-
loops
-funwind-tables \
38
+ -funswitch-
loops
-funwind-tables -mstackrealign \
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ada/gcc-interface/
ada-tree.def
45
This is used for
loops
and never shows up in the tree. */
49
This is used for
loops
and never shows up in the tree. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def
43
This is used for
loops
and never shows up in the tree. */
47
This is used for
loops
and never shows up in the tree. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def
43
This is used for
loops
and never shows up in the tree. */
47
This is used for
loops
and never shows up in the tree. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def
43
This is used for
loops
and never shows up in the tree. */
47
This is used for
loops
and never shows up in the tree. */
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
limitations.html
41
processed code never creates <b>busy-waiting
loops
</b> without at least
42
testing on a volatile field. Again, it may remove such
loops
. Should this
/external/bluetooth/bluez/audio/
Android.mk
78
LOCAL_CFLAGS:= -funroll-
loops
/external/chromium/build/
apply_locales.py
6
# TODO: remove this script when GYP has for
loops
/external/dropbear/libtommath/etc/
makefile
1
CFLAGS += -Wall -W -Wshadow -O3 -fomit-frame-pointer -funroll-
loops
-I../
/external/llvm/test/CodeGen/ARM/
2011-04-27-IfCvtBug.ll
5
; that doesn't work when the CFG has infinite
loops
. Simply do a linear
/external/llvm/test/Feature/
cfgstructures.ll
16
;; This is a pair of
loops
that share the same header
/external/llvm/test/Transforms/IndVarSimplify/
tripcount_infinite.ll
2
;
loops
! :)
/external/llvm/test/Transforms/SCCP/
2002-05-21-InvalidSimplify.ll
1
; This test shows SCCP "proving" that the loop (from bb6 to 14)
loops
infinitely
/external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm
2
; mmx format converter main
loops
for HERMES
/external/v8/test/mjsunit/compiler/
regress-loop-deopt.js
28
// Test while
loops
and continue.
/external/valgrind/main/gdbserver_tests/
nlcontrolc.stdinB.gdb
36
p
loops
= 0
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.3-3.js
24
ECMA Section: for..in
loops
/external/webkit/Source/WebCore/rendering/style/
StyleMarqueeData.h
49
int
loops
; // -1 means infinite.
member in class:WebCore::StyleMarqueeData
Completed in 737 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>