Searched refs:loops (Results 226 - 250 of 274) sorted by relevance

1234567891011

/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java817 long loops = (timeout / 200L);
818 if (loops < 1) {
819 loops = 1;
821 for (int i = 0; i < loops; i++) {
2093 long loops = (timeout / 200L);
2094 if (loops < 1) {
2095 loops = 1;
2097 for (int i = 0; i < loops; i++) {
/external/libopus/
H A DAndroid.mk143 LOCAL_CPPFLAGS := -DBSD=1 -ffast-math -O1 -funroll-loops
/external/skia/bench/
H A DMatrixBench.cpp34 virtual void onDraw(const int loops, SkCanvas*) { argument
35 for (int i = 0; i < loops; i++) {
/external/fio/
H A Dlibfio.c99 if (td->o.time_based || td->o.loops || td->o.do_verify)
H A Dcconv.c187 o->loops = le32_to_cpu(top->loops);
344 top->loops = cpu_to_le32(o->loops);
H A Dfilesetup.c957 td->total_io_size = o->io_limit * o->loops;
959 td->total_io_size = o->size * o->loops;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A DMakefile12 SPU_CFLAGS=-W -Wall -Winline -Wno-main -I. -I /usr/spu/include -I /opt/cell/sdk/usr/spu/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2
/external/srtp/
H A DMakefile37 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as25 * This is used to prevent infinite loops where an error is found
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h65 int loops = LOOPS; local
71 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
76 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.cc866 int loops = (num_samples_to_process[1] > 0) ? 2 : 1;
867 for (int i = 0; i < loops; i++) {
/external/icu/icu4c/source/test/perf/ustrperf/
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/valgrind/main/helgrind/tests/
H A Dt2t_laog.stdout.exp0 loops 4
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile39 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp202 loops = &getAnalysis<MachineLoopInfo>();
233 // landing pads, or loops with many 'continue' statements. It is difficult to
294 // Ignore self-loops.
H A DMachineTraceMetrics.cpp288 // We never allow traces that leave loops, but we do allow traces to enter
289 // nested loops. We also never allow traces to contain back-edges.
321 // Don't leave loops, and never follow back-edges.
332 // Ignore cycles that aren't natural loops.
362 // Ignore cycles that aren't natural loops.
422 const MachineLoopInfo *loops)
423 : Blocks(blocks), Loops(loops), Downward(false) {}
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c48 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
979 unsigned int loops = 1, i; local
990 loops = arg_parse_uint(&arg);
995 for (i = 0; !error && i < loops; i++)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
/external/libvpx/libvpx/
H A Dvpxdec.c46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1,
975 unsigned int loops = 1, i; local
986 loops = arg_parse_uint(&arg);
991 for (i = 0; !error && i < loops; i++)
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c363 unsigned loops[R500_PVS_MAX_LOOP_DEPTH]; local
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
592 /* Instructions inside of loops need to use the ENDLOOP
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S34 mov r9, r12 @ Iteration counter for outer loops.
/external/iproute2/doc/
H A Dip-tunnels.tex94 tunnel loops, you may append option \verb|ttl 64|, when creating tunnel
202 tunnel setup will result in formation of tunnel loops,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm63 mov r0, r1 ; keep same as other loops
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm63 mov r0, r1 ; keep same as other loops
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c2087 int32_t count, loops, oredEntries; local
2089 loops=count=targetCapacity>>4;
2132 count=loops-count;
3737 int32_t count, loops; local
3740 loops=count=targetCapacity>>2;
3763 count=loops-count;

Completed in 1419 milliseconds

1234567891011