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

1 2 3

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
my_corr.c 33 size_t loops; local
47 loops=dim1-dim2+1;
50 WebRtcSpl_CrossCorrelation(corr, seq2, seq1, dim2, loops, scale, 1);
  /external/autotest/client/site_tests/kernel_PerfEventRename/src/
perf-rename-test.c 14 static int do_something(int seed, unsigned int loops) {
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/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 27 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/
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/ltp/testcases/kernel/ipc/semaphore/
sem01.c 47 int loops = 100; variable
90 for (i = 0; i < loops; i++) {
116 loops = atoi(optarg);
123 printf("Usage: -l loops [-v]\n");
  /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/valgrind/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/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.h 45 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
  /external/valgrind/perf/
memrw.c 25 static int nr_loops; // nr of loops reading or writing the ws
38 int loops, m, b; local
43 for (loops = 0; loops < nr_loops; loops++) {
44 // printf("loop %d dowrite %d\n", loops, dowrite);
105 nr_b_ws = nr_b; // to make it easy to do loops combining values
  /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/fio/
idletime.h 31 double loops; member in struct:idle_prof_thread
  /external/icu/icu4c/source/common/
ucnvlat1.c 66 int32_t count, loops; local
68 loops=count=targetCapacity>>3;
94 } while(--loops>0);
185 int32_t count, loops; local
188 loops=count=targetCapacity>>4;
231 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/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp 43 int loops = LOOPS; local
45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
50 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
  /external/libdrm/tests/
drmstat.c 105 int loops; local
347 loops = strtoul(pt+1, NULL, 0);
365 if (loops < 0) {
366 loops = -loops;
373 for (i = 0; i < loops; i++) {
  /external/libmicrohttpd/src/examples/
spdy_event_loop.c 49 static uint64_t loops; variable
132 loops = 0;
368 loops++;
417 printf("%lu loops in %llu secs\n", loops, (long long unsigned)(time(NULL) - start));
  /external/llvm/lib/CodeGen/
SpillPlacement.h 48 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/gdbserver_tests/
sleepers.c 13 static int loops = 15; // each thread+main will do this amount of loop variable
82 for (i = 0; i < loops; i++) {
143 loops = atoi(argv[1]);
156 fprintf(stderr, "loops/sleep_ms/burn/threads_spec: %d %d %d %s\n",
157 loops, sleepms, burn, threads_spec);
t.c 14 #define LOOPS 10000000
54 static void loops (int *loopnr) function
57 for (i = 0; i < LOOPS; i++)
58 for (j = 0; j < LOOPS; j++)
69 loops (&loopt1);
79 loops (&loopt2);
133 for (i = 0; i < LOOPS; i++) {
  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 362 final int loops = 1; local
392 audioTrack.setLoopPoints(0 /* startInFrames */, bufferFrames, loops));
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 373 int done = 0, loops = 0; local
391 if (++loops < 42) /*doug adams*/
874 int done = 0, loops = 0; local
891 if (++loops < 42) /*doug adams*/
  /external/autotest/client/tests/hackbench/src/
hackbench.c 6 * Usage: hackbench [-pipe] <num groups> [process|thread] [loops]
37 I added another new parameter,`loops`, which can be used to change variable loops,
38 so more messages will be passed from writers to receivers. Parameter 'loops' is equal to
45 Usage: hackbench [-pipe] <num groups> [process|thread] [loops]
95 static unsigned int loops = 100; variable
126 printf("Usage: hackbench [-pipe] <num groups> [process|thread] [loops]\n");
157 /* Sender sprays loops messages down each file descriptor */
166 for (i = 0; i < loops; i++) {
283 ctx->num_packets = num_fds*loops;
    [all...]
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 142 long loops; /* # of test loop iterations */ member in struct:test_info
167 test->loops++; \
212 (double)elapsed/(double)test->loops,
  /external/fio/engines/
binject.c 281 int fdb, dev_there, loops; local
302 dev_there = loops = 0;
310 } while (++loops < 100);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 351 int32_t loops = 0; local
389 if (loops == 0 || t == 0) {
390 loops = failsafe;
393 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
394 loops = (int)((double)n / t * loops + 0.5);
395 if (loops == 0) {
400 //System.out.println("# " + meth.getName() + " x " + loops);
401 t = testFunction->time(loops,&status);
408 loops = iterations
    [all...]

Completed in 986 milliseconds

1 2 3