HomeSort by relevance Sort by last modified time
    Searched defs:loops (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
my_corr.c 32 int16_t max, scale, loops; local
45 loops=dim1-dim2+1;
48 WebRtcSpl_CrossCorrelation(corr, (int16_t*)seq2, seq1, dim2, loops, scale, 1);
  /external/strace/test/
sigkill_rain.c 14 int loops; local
29 loops = 999;
31 loops = atoi(argv[1]);
33 while (--loops >= 0) {
43 loops = 99;
44 while (--loops) {
64 switch (loops & 1) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleMarqueeData.h 49 int loops; // -1 means infinite. member in class:WebCore::StyleMarqueeData
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops.js 79 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/chromium_org/third_party/opus/src/silk/
NLSF_stabilize.c 53 opus_int i, I=0, k, loops; local
60 for( loops = 0; loops < MAX_LOOPS; loops++ ) {
121 if( loops == MAX_LOOPS )
  /external/libopus/silk/
NLSF_stabilize.c 53 opus_int i, I=0, k, loops; local
60 for( loops = 0; loops < MAX_LOOPS; loops++ ) {
121 if( loops == MAX_LOOPS )
  /external/webrtc/src/common_audio/signal_processing/
auto_correlation.c 71 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/chromium_org/third_party/skia/tools/
bench_record.cpp 93 const int loops = (int)ceil(timerOverhead / timer.fWall / FLAGS_overheadGoal); local
98 for (int j = 0; j < loops; j++) {
102 samples[i] = timer.fWall / loops;
  /external/fio/profiles/
tiobench.c 6 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/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-pipe.c 32 static int loops = LOOPS_DEFAULT; variable
35 OPT_INTEGER('l', "loop", &loops,
36 "Specify number of loops"),
73 for (i = 0; i < loops; i++) {
78 for (i = 0; i < loops; i++) {
97 loops);
107 (double)result_usec / (double)loops);
109 (int)((double)loops /
  /external/skia/tools/
bench_record.cpp 92 const int loops = (int)ceil(timerOverhead / timer.fWall / FLAGS_overheadGoal); local
97 for (int j = 0; j < loops; j++) {
101 samples[i] = timer.fWall * scale / loops;
  /external/valgrind/main/helgrind/tests/
t2t.c 21 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/chromium_org/third_party/icu/source/common/
ucnvlat1.c 63 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...]
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.cpp 38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp 122 loop_state *loops; member in class:loop_analysis
134 this->loops = new loop_state;
217 loop_variable_state *ls = this->loops->insert(ir);
236 * inlining will allow us to unroll loops anyway.
527 return v.loops;
  /external/fio/
idletime.h 31 double loops; member in struct:idle_prof_thread
  /external/icu/icu4c/source/common/
ucnvlat1.c 64 int32_t count, loops; local
66 loops=count=targetCapacity>>3;
92 } while(--loops>0);
183 int32_t count, loops; local
186 loops=count=targetCapacity>>4;
229 count=loops-count;
503 int32_t count, loops; local
506 loops=count=targetCapacity>>3;
525 count=loops-count;
639 int32_t count, loops; local
    [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp 38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
rdpmc.c 93 u64 i, loops = 1000; local
128 for (i = 0; i < loops; i++)
132 loops *= 10;
  /external/llvm/lib/CodeGen/
SpillPlacement.h 47 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
  /external/mesa3d/src/glsl/
loop_analysis.cpp 122 loop_state *loops; member in class:loop_analysis
134 this->loops = new loop_state;
217 loop_variable_state *ls = this->loops->insert(ir);
236 * inlining will allow us to unroll loops anyway.
527 return v.loops;
  /external/valgrind/main/gdbserver_tests/
sleepers.c 12 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);
t.c 14 #define LOOPS 10000000
53 static void loops (int *loopnr) function
56 for (i = 0; i < LOOPS; i++)
57 for (j = 0; j < LOOPS; j++)
68 loops (&loopt1);
78 loops (&loopt2);
132 for (i = 0; i < LOOPS; i++) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyUtilsTest.java 72 int loops = 10; local
74 for (int i = 0; i < loops; i++) {
82 assertFalse(count == loops);

Completed in 745 milliseconds

1 2 3