Searched refs:loops (Results 1 - 25 of 64) sorted by relevance

123

/external/valgrind/main/memcheck/tests/
H A Dsbfragment.stdout.exp1 after 3000 loops, last size block requested 96032008
/external/webkit/Source/WebCore/rendering/style/
H A DStyleMarqueeData.cpp32 , loops(RenderStyle::initialMarqueeLoopCount())
42 , loops(o.loops)
51 behavior == o.behavior && loops == o.loops;
H A DStyleMarqueeData.h49 int loops; // -1 means infinite. member in class:WebCore::StyleMarqueeData
/external/kernel-headers/original/asm-mips/
H A Ddelay.h20 static inline void __delay(unsigned long loops) argument
29 : "=r" (loops)
30 : "0" (loops));
38 : "=r" (loops)
39 : "0" (loops));
47 : "=r" (loops)
48 : "0" (loops), "r" (1));
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-morph.js26 var loops = 15
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-morph.js26 var loops = 15
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/linux-tools-perf/bench/
H A Dsched-pipe.c32 static int loops = LOOPS_DEFAULT; variable
35 OPT_INTEGER('l', "loop", &loops,
36 "Specify number of loops"),
75 for (i = 0; i < loops; i++) {
80 for (i = 0; i < loops; i++) {
99 loops);
109 (double)result_usec / (double)loops);
111 (int)((double)loops /
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Ddowhile-006.js37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
39 this.loops = loops;
/external/kernel-headers/original/asm-arm/
H A Ddelay.h11 extern void __delay(int loops);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... lang.Long) java.io.File file int loops Long duration public void addBuildFailedSound (java.io.File ...
/external/icu4c/tools/ctestfw/
H A Duperf.cpp346 int32_t loops = 0; local
384 if (loops == 0 || t == 0) {
385 loops = failsafe;
388 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
389 loops = (int)((double)n / t * loops + 0.5);
390 if (loops == 0) {
395 //System.out.println("# " + meth.getName() + " x " + loops);
396 t = testFunction->time(loops,&status);
403 loops
[all...]
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h49 const MachineLoopInfo &loops) :
50 MF(mf), LIS(lis), Loops(loops) {}
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, const MachineLoopInfo &loops) argument
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallRU.stderr.exp0 loops/sleep_ms/burn/threads_spec: 1 0 2000000000 ------B-
H A DmcinfcallWSRU.stderr.exp0 loops/sleep_ms/burn/threads_spec: 100 100000000 1000000000 -S-S-SB-
H A Dnlcontrolc.stderr.exp6 loops/sleep_ms/burn/threads_spec: 1000000000 1000000000 1000000000 BSBSBSBS
H A Dsleepers.c12 static int loops = 15; // each thread+main will do this amount of loop variable
80 for (i = 0; i < loops; i++) {
138 loops = atoi(argv[1]);
151 fprintf(stderr, "loops/sleep_ms/burn/threads_spec: %d %d %d %s\n",
152 loops, sleepms, burn, threads_spec);
/external/kernel-headers/original/asm-x86/
H A Ddelay.h17 extern void __delay(unsigned long loops);
/external/webkit/Tools/mangleme/
H A DMakefile9 CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops
/external/webrtc/src/common_audio/signal_processing/
H A Dauto_correlation.c71 int loops = (in_vector_length - i); local
76 for (j = loops; j > 0; j--)
81 loops4 = (loops >> 2) << 2;
101 for (j = loops4; j < loops; j++)
126 for (j = loops4; j < loops; j++)
/external/valgrind/main/helgrind/tests/
H A Dt2t.c21 USAGE: t2t [many] [level] [loops]
24 loops : how many times these locks are created and destroyed and locked/unlocked) */
112 int loops = 1; local
114 if (argc >= 4) loops = atoi(argv[3]);
116 printf ("loops %d\n", loops);
117 for (i = 0; i < loops; i++)
/external/aac/libSBRdec/src/arm/
H A Dlpp_tran_arm.cpp105 int loops,
121 for(int i=0; i < loops; i++)
100 lppTransposer_func1( FIXP_DBL *lowBandReal, FIXP_DBL *lowBandImag, FIXP_DBL **qmfBufferReal, FIXP_DBL **qmfBufferImag, int loops, int hiBand, int dynamicScale, int descale, FIXP_SGL a0r, FIXP_SGL a0i, FIXP_SGL a1r, FIXP_SGL a1i) argument
/external/flac/libFLAC/
H A DAndroid.mk28 LOCAL_CFLAGS += -O3 -funroll-loops -finline-functions
/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp11 // framework, which is used to detect dependences in memory accesses in loops.
146 DenseSet<const Loop*> loops; local
147 getLoops(S, &loops);
148 return loops.empty();
161 DenseSet<const Loop*> loops; local
162 getLoops(A, &loops);
163 getLoops(B, &loops);
164 return loops.size() == 1;
334 if (!L->empty()) return; // ignore non-innermost loops
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp371 int loops = 0; local
385 for (loops=0; loops<adj_loopCount; loops++) {
400 for (loops=0; loops<adj_loopCount; loops++) {
413 for (loops=0; loops<adj_loopCount; loops
468 int loops = 0; local
[all...]
/external/grub/
H A DAndroid.mk31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \

Completed in 442 milliseconds

123