Searched defs:loops (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/style/
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/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/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/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 /
H A Dsched-messaging.c40 static unsigned int loops = 100; variable
92 /* Sender sprays loops messages down each file descriptor */
101 for (i = 0; i < loops; i++) {
228 ctx->num_packets = num_fds * loops;
265 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/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/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/llvm/lib/CodeGen/
H A DSpillPlacement.h45 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
/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/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops, argument
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
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/valgrind/main/gdbserver_tests/
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);
H A Dt.c53 static void loops (int *loopnr) function
68 loops (&loopt1);
78 loops (&loopt2);
/external/icu4c/common/
H A Ducnvlat1.c63 int32_t count, loops; local
65 loops=count=targetCapacity>>3;
91 } while(--loops>0);
182 int32_t count, loops; local
185 loops=count=targetCapacity>>4;
228 count=loops-count;
502 int32_t count, loops; local
505 loops=count=targetCapacity>>3;
524 count=loops-count;
638 int32_t count, loops; local
[all...]
H A Ducnvmbcs.c2083 int32_t count, loops, oredEntries; local
2085 loops=count=targetCapacity>>4;
2128 count=loops-count;
3733 int32_t count, loops; local
3736 loops=count=targetCapacity>>2;
3759 count=loops-count;
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.cpp38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
H A Dstringperf.h67 int loops = LOOPS; local
73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
78 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
/external/mesa3d/src/glsl/
H A Dloop_analysis.cpp117 loop_state *loops; member in class:loop_analysis
129 this->loops = new loop_state;
197 loop_variable_state *ls = this->loops->insert(ir);
496 return v.loops;
/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/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/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c444 ulong loops; /* Loops per iterations */ member in struct:__anon14051
523 ulong arraysize, ulong loops);
600 static char* str1 = "loops %d\n";
605 ulong arraysize, ulong loops)
610 loops = 100;
611 number_of_loops=loops-1; /* the index of the first loop we run */
613 vexxx_printf(str1, (int)loops);
652 if (100==loops) /* the first loop */
1892 ulong loops; /* # of loops */ local
602 DoEmFloatIteration(InternalFPF *abase, InternalFPF *bbase, InternalFPF *cbase, ulong arraysize, ulong loops) argument
[all...]
/external/stressapptest/src/
H A Dworker.cc545 int64 loops = 0; local
546 while (IsReadyToRun() && (loops < num_pages_to_fill_)) {
565 loops++;
569 pages_copied_ = loops;
1436 int64 loops = 0; local
1467 loops++;
1470 pages_copied_ = loops;
1483 int64 loops = 0; local
1500 if (loops == 8) {
1532 loops
1546 int64 loops = 0; local
1943 int64 loops = 0; local
2217 int64 loops = 0; local
2384 int64 loops = 0; local
3321 int64 loops = 0; local
[all...]
/external/icu4c/test/intltest/
H A Drbbitst.cpp1971 int32_t loops; local
1972 for (loops = 0; loops<10; loops++) {
1978 TEST_ASSERT(loops == 1);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3248 Bit16u loops = 0; local
3252 if (loops == 0) {//first time through
3258 loops++;

Completed in 6217 milliseconds

12