Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/icu4c/tools/ctestfw/
Duperf.cpp346 int32_t loops = 0; in runTestLoop() local
384 if (loops == 0 || t == 0) { in runTestLoop()
385 loops = failsafe; in runTestLoop()
389 loops = (int)((double)n / t * loops + 0.5); in runTestLoop()
390 if (loops == 0) { in runTestLoop()
396 t = testFunction->time(loops,&status); in runTestLoop()
403 loops = iterations; in runTestLoop()
413 fprintf(stdout, "%i\n", (int)loops); in runTestLoop()
420 t = testFunction->time(loops, &status); in runTestLoop()
433 … fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops); in runTestLoop()
[all …]
/external/kernel-headers/original/asm-mips/
Ddelay.h20 static inline void __delay(unsigned long loops) in __delay() argument
29 : "=r" (loops) in __delay()
30 : "0" (loops)); in __delay()
38 : "=r" (loops) in __delay()
39 : "0" (loops)); in __delay()
47 : "=r" (loops) in __delay()
48 : "0" (loops), "r" (1)); in __delay()
/external/linux-tools-perf/bench/
Dsched-pipe.c32 static int loops = LOOPS_DEFAULT; variable
35 OPT_INTEGER('l', "loop", &loops,
75 for (i = 0; i < loops; i++) { in bench_sched_pipe()
80 for (i = 0; i < loops; i++) { in bench_sched_pipe()
99 loops); in bench_sched_pipe()
109 (double)result_usec / (double)loops); in bench_sched_pipe()
111 (int)((double)loops / in bench_sched_pipe()
Dsched-messaging.c40 static unsigned int loops = 100; variable
101 for (i = 0; i < loops; i++) { in sender()
228 ctx->num_packets = num_fds * loops; in group()
265 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/external/webkit/Source/WebCore/rendering/style/
DStyleMarqueeData.cpp32 , loops(RenderStyle::initialMarqueeLoopCount()) in StyleMarqueeData()
42 , loops(o.loops) in StyleMarqueeData()
51 behavior == o.behavior && loops == o.loops; in operator ==()
/external/webrtc/src/common_audio/signal_processing/
Dauto_correlation.c71 int loops = (in_vector_length - i); in WebRtcSpl_AutoCorrelation() local
76 for (j = loops; j > 0; j--) in WebRtcSpl_AutoCorrelation()
81 loops4 = (loops >> 2) << 2; in WebRtcSpl_AutoCorrelation()
101 for (j = loops4; j < loops; j++) in WebRtcSpl_AutoCorrelation()
126 for (j = loops4; j < loops; j++) in WebRtcSpl_AutoCorrelation()
/external/srtp/
Dconfig.log80 configure:1746: gcc -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
90 configure:1840: gcc -o conftest -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
94 configure:1895: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
98 configure:1948: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
116 configure:2124: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
124 configure:2179: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
176 configure:2799: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
183 configure:2907: gcc -o conftest -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
192 configure:2970: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
201 configure:2970: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-morph.js26 var loops = 15 variable
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-morph.js26 var loops = 15 variable
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Ddowhile-006.js37 function DoWhileObject( breakOut, breakIn, iterations, loops ) { argument
39 this.loops = loops;
/external/valgrind/main/helgrind/tests/
Dt2t.c112 int loops = 1; in main() local
114 if (argc >= 4) loops = atoi(argv[3]); in main()
116 printf ("loops %d\n", loops); in main()
117 for (i = 0; i < loops; i++) in main()
/external/icu4c/common/
Ducnvlat1.c63 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local
65 loops=count=targetCapacity>>3; in _Latin1ToUnicodeWithOffsets()
91 } while(--loops>0); in _Latin1ToUnicodeWithOffsets()
182 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local
185 loops=count=targetCapacity>>4; in _Latin1FromUnicodeWithOffsets()
228 count=loops-count; in _Latin1FromUnicodeWithOffsets()
502 int32_t count, loops; in _ASCIIToUnicodeWithOffsets() local
505 loops=count=targetCapacity>>3; in _ASCIIToUnicodeWithOffsets()
524 count=loops-count; in _ASCIIToUnicodeWithOffsets()
638 int32_t count, loops; in ucnv_ASCIIFromUTF8() local
[all …]
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp371 int loops = 0; in doKeyGen() local
385 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
400 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
413 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
426 printf("Sort Key Generation: total # of keys = %d\n", loops*gNumFileLines); in doKeyGen()
468 int loops = 0; in doBinarySearch() local
494 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
527 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
578 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
634 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
[all …]
/external/grub/
Dconfig.log188 configure:3627: checking whether -falign-loops works
189 configure:3651: gcc -c -m32 -g -falign-loops=1 conftest.c >&5
205 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
241 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
268 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
277 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
286 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
295 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
304 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
313 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
[all …]
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 \
/external/llvm/lib/Analysis/
DLoopDependenceAnalysis.cpp146 DenseSet<const Loop*> loops; in isLoopInvariant() local
147 getLoops(S, &loops); in isLoopInvariant()
148 return loops.empty(); in isLoopInvariant()
161 DenseSet<const Loop*> loops; in isSIVPair() local
162 getLoops(A, &loops); in isSIVPair()
163 getLoops(B, &loops); in isSIVPair()
164 return loops.size() == 1; in isSIVPair()
/external/valgrind/main/gdbserver_tests/
Dsleepers.c12 static int loops = 15; // each thread+main will do this amount of loop variable
80 for (i = 0; i < loops; i++) { in sleeper_or_burner()
138 loops = atoi(argv[1]); in main()
152 loops, sleepms, burn, threads_spec); in main()
Dt.c53 static void loops (int *loopnr) in loops() function
68 loops (&loopt1); in brussels_fn()
78 loops (&loopt2); in london_fn()
/external/stressapptest/src/
Dworker.cc545 int64 loops = 0; in Work() local
546 while (IsReadyToRun() && (loops < num_pages_to_fill_)) { in Work()
565 loops++; in Work()
569 pages_copied_ = loops; in Work()
1436 int64 loops = 0; in Work() local
1467 loops++; in Work()
1470 pages_copied_ = loops; in Work()
1483 int64 loops = 0; in Work() local
1500 if (loops == 8) { in Work()
1532 loops++; in Work()
[all …]
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h49 const MachineLoopInfo &loops) : in VirtRegAuxInfo() argument
50 MF(mf), LIS(lis), Loops(loops) {} in VirtRegAuxInfo()
/external/aac/libSBRdec/src/arm/
Dlpp_tran_arm.cpp105 int loops, in lppTransposer_func1() argument
121 for(int i=0; i < loops; i++) in lppTransposer_func1()
/external/mesa3d/src/glsl/
Dloop_analysis.cpp117 loop_state *loops; member in loop_analysis
129 this->loops = new loop_state; in loop_analysis()
197 loop_variable_state *ls = this->loops->insert(ir); in visit_enter()
496 return v.loops; in analyze_loop_variables()
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu13 target := '"' | '\'; !do this once, outside loops
15 rest_of_line := CREATE_RANGE(MARK(NONE), MARK(NONE)); !also outside loops
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll8 ; 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/valgrind/main/VEX/switchback/
Dtest_emfloat.c444 ulong loops; /* Loops per iterations */ member
523 ulong arraysize, ulong loops);
605 ulong arraysize, ulong loops) in DoEmFloatIteration() argument
610 loops = 100; in DoEmFloatIteration()
611 number_of_loops=loops-1; /* the index of the first loop we run */ in DoEmFloatIteration()
613 vexxx_printf(str1, (int)loops); in DoEmFloatIteration()
652 if (100==loops) /* the first loop */ in DoEmFloatIteration()
1892 ulong loops; /* # of loops */ in DoEmFloat() local
1901 global_emfloatstruct.loops = 1; in DoEmFloat()
1925 loops=100; in DoEmFloat()
[all …]

12345678910