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

1234

/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
H A DiTLB_benchmark.c5 unsigned long loops = 1000; local
7 loops = strtoul(argv[1], NULL, 10);
8 if (loops < 1) {
9 loops = 1;
13 while (--loops) {
H A Dnoploop.c4 unsigned long loops = 10000000; // 10 million local
6 loops = strtoul(argv[1], NULL, 10);
7 if (loops < 1) {
8 loops = 1;
13 while (--loops) {
/external/autotest/client/site_tests/hardware_TLBMissCost/src/
H A DiTLB_benchmark.c5 unsigned long loops = 1000; local
7 loops = strtoul(argv[1], NULL, 10);
8 if (loops < 1) {
9 loops = 1;
13 while (--loops) {
/external/autotest/client/site_tests/kernel_PerfEventRename/src/
H A Dperf-rename-test.c14 static int do_something(int seed, unsigned int loops) { argument
16 for (i = 0; i < loops; i++) {
25 int loops; local
29 fprintf(stderr, "usage: <name> <loops>\n");
34 loops = strtoul(argv[2], NULL, 10);
40 do_something(rand(), loops); local
/external/v8/test/mjsunit/compiler/
H A Ddead-loops.js79 var loops = [loop1, loop2, loop3, loop4, loop5, loop6, loop7, loop8]; variable
81 for (var i = 0; i < loops.length; i++) {
82 var f = loops[i];
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dmy_corr.c33 size_t loops; local
47 loops=dim1-dim2+1;
50 WebRtcSpl_CrossCorrelation(corr, seq2, seq1, dim2, loops, scale, 1);
/external/autotest/client/site_tests/graphics_GpuReset/
H A Dgraphics_GpuReset.py27 loops = 1 variable in class:graphics_GpuReset
63 for i in range(1, self.loops + 1):
64 summary += 'graphics_GpuReset iteration %d of %d\n' % (i, self.loops)
111 if pass_count != self.loops:
113 failed_msg += '(pass_count=%d of %d)' % (pass_count, self.loops)
/external/libopus/silk/
H A DNLSF_stabilize.c53 opus_int i, I=0, k, loops; local
60 for( loops = 0; loops < MAX_LOOPS; loops++ ) {
121 if( loops == MAX_LOOPS )
/external/skia/bench/
H A DFontScalerBench.cpp28 virtual void onDraw(int loops, SkCanvas* canvas) { argument
33 for (int i = 0; i < loops; i++) {
H A DGMBench.cpp24 void GMBench::onDraw(int loops, SkCanvas* canvas) { argument
28 for (int i = 0; i < loops; ++i) {
H A DMemsetBench.cpp23 void onDraw(int loops, SkCanvas*) override;
31 template <> void MemsetBench<uint32_t, false>::onDraw(int loops, SkCanvas*) { argument
32 for (int i = 0; i < 1000*loops; i++) {
37 template <> void MemsetBench<uint16_t, false>::onDraw(int loops, SkCanvas*) { argument
38 for (int i = 0; i < 1000*loops; i++) {
48 template <> void MemsetBench<uint32_t, true>::onDraw(int loops, SkCanvas*) { argument
49 for (int i = 0; i < 1000*loops; i++) {
54 template <> void MemsetBench<uint16_t, true>::onDraw(int loops, SkCanvas*) { argument
55 for (int i = 0; i < 1000*loops; i++) {
H A DRecordingBench.cpp31 void RecordingBench::onDraw(int loops, SkCanvas*) { argument
38 for (int i = 0; i < loops; i++) {
H A DTableBench.cpp36 virtual void onDraw(int loops, SkCanvas* canvas) { argument
43 for (int i = 0; i < loops; ++i) {
H A DBenchmark.cpp56 void Benchmark::draw(int loops, SkCanvas* canvas) { argument
58 this->onDraw(loops, canvas);
H A DChromeBench.cpp464 virtual void onDraw(int loops, SkCanvas* canvas) { argument
471 for (int j = 0; j < loops * gmailScrollingRectSpec[i*3]; j++) {
H A DMatrixConvolutionBench.cpp38 virtual void onDraw(int loops, SkCanvas* canvas) { argument
43 for (int i = 0; i < loops; i++) {
H A DPerlinNoiseBench.cpp24 void onDraw(int loops, SkCanvas* canvas) override {
25 this->test(loops, canvas, 0, 0, SkPerlinNoiseShader::kFractalNoise_Type,
41 void test(int loops, SkCanvas* canvas, int x, int y, SkPerlinNoiseShader::Type type, argument
52 for (int i = 0; i < loops; i++) {
H A DBlurBench.cpp56 virtual void onDraw(int loops, SkCanvas* canvas) { argument
63 for (int i = 0; i < loops; i++) {
/external/skia/tools/VisualBench/
H A DVisualSKPBench.cpp38 void VisualSKPBench::onDraw(int loops, SkCanvas* canvas) { argument
45 for (int i = 0; i < loops; i++) {
48 // Ensure the GrContext doesn't batch across draw loops.
H A DVisualLightweightBenchModule.cpp77 void VisualLightweightBenchModule::renderFrame(SkCanvas* canvas, Benchmark* benchmark, int loops) { argument
78 benchmark->draw(loops, canvas);
82 void VisualLightweightBenchModule::printStats(Benchmark* benchmark, int loops) { argument
130 loops,
142 bool VisualLightweightBenchModule::timingFinished(Benchmark* benchmark, int loops, argument
146 this->printStats(benchmark, loops);
/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/fio/profiles/
H A Dtiobench.c6 static unsigned int loops = 1; variable
27 unsigned int loops; member in struct:tiobench_options
59 .off1 = offsetof(struct tiobench_options, loops),
102 sprintf(loop_idx, "loops=%u", loops);
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h63 VirtRegMap *vrm, const MachineLoopInfo &loops,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, VirtRegMap *vrm, const MachineLoopInfo &loops, const MachineBlockFrequencyInfo &mbfi, NormalizingFn norm = normalizeSpillWeight) argument
/external/v8/test/cctest/compiler/
H A Dtest-loop-assignment-analysis.cc74 const char* loops[] = { local
82 for (size_t i = 0; i < arraysize(loops); i++) {
83 TestHelper f(loops[i]);
90 const char* loops[] = { local
94 for (size_t i = 0; i < arraysize(loops); i++) {
95 TestHelper f(loops[i]);
169 const char* loops[] = { local
204 for (size_t i = 0; i < arraysize(loops); i++) {
205 TestHelper f(loops[i]);
212 const char* loops[] local
[all...]
/external/valgrind/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++)

Completed in 969 milliseconds

1234