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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
sbfragment.stdout.exp 1 after 3000 loops, last size block requested 96032008
  /frameworks/compile/libbcc/tests/data/src/
iops.c 3 void loops() { function
21 loops();
  /external/valgrind/main/gdbserver_tests/
invoker 9 LOOPS=$1
13 while [ $i -lt $LOOPS ]
mcinfcallRU.stderr.exp 0 loops/sleep_ms/burn/threads_spec: 1 0 2000000000 ------B-
nlcontrolc.stderr.exp 6 loops/sleep_ms/burn/threads_spec: 1000000000 1000000000 1000000000 BSBSBSBS
mcinfcallWSRU.stderr.exp 0 loops/sleep_ms/burn/threads_spec: 100 100000000 1000000000 -S-S-SB-
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++) {
  /dalvik/dx/tests/068-dex-infinite-loop/
info.txt 2 cases of (potentially) infinite loops translate reasonably.
  /external/liblzf/
configure.ac 19 CFLAGS="$CFLAGS -O3 -funroll-all-loops"
  /external/webkit/Source/WebCore/rendering/style/
StyleMarqueeData.cpp 32 , loops(RenderStyle::initialMarqueeLoopCount())
42 , loops(o.loops)
51 behavior == o.behavior && loops == o.loops;
  /external/icu4c/tools/ctestfw/
uperf.cpp 346 int32_t loops = 0; local
384 if (loops == 0 || t == 0) {
385 loops = failsafe;
388 //System.out.println("# " + meth.getName() + " x " + loops + " = " + t);
389 loops = (int)((double)n / t * loops + 0.5);
390 if (loops == 0) {
395 //System.out.println("# " + meth.getName() + " x " + loops);
396 t = testFunction->time(loops,&status);
403 loops = iterations
    [all...]
  /external/linux-tools-perf/bench/
sched-pipe.c 32 static int loops = LOOPS_DEFAULT; variable
35 OPT_INTEGER('l', "loop", &loops,
36 "Specify number of loops"),
75 for (i = 0; i < loops; i++) {
80 for (i = 0; i < loops; i++) {
99 loops);
109 (double)result_usec / (double)loops);
111 (int)((double)loops /
  /external/iptables/extensions/
libipt_MIRROR.man 12 avoid loops and other problems.
  /frameworks/rs/
rsPath.cpp 28 Allocation *vtx, Allocation *loops, float quality)
36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
74 RsAllocation vtx, RsAllocation loops, float quality) {
75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality);
  /external/kernel-headers/original/asm-mips/
delay.h 20 static inline void __delay(unsigned long loops)
29 : "=r" (loops)
30 : "0" (loops));
38 : "=r" (loops)
39 : "0" (loops));
47 : "=r" (loops)
48 : "0" (loops), "r" (1));
  /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/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 11 // loops and determine the loop depth of various nodes of the CFG. Note that
12 // natural loops may actually be several loops that share the same header node.
14 // This analysis calculates the nesting structure of loops in a function. For
15 // each natural loop identified, this analysis identifies natural loops
76 /// iterator/begin/end - The interface to the top-level loops in the current
128 /// changeTopLevelLoop - Replace the specified loop in the top-level loops
135 /// top-level loops.
142 /// MachineBasicBlocks to loops.
149 // Allow clients to walk the list of nested loops..
    [all...]
CalcSpillWeights.h 45 const MachineLoopInfo &Loops;
49 const MachineLoopInfo &loops) :
50 MF(mf), LIS(lis), Loops(loops) {}
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-006.js 37 function DoWhileObject( breakOut, breakIn, iterations, loops ) {
39 this.loops = loops;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
options.html 79 <li><a href="http://www.free-samples-n-loops.com/loops.html">www.free-samples-n-loops.com/loops.html</a></li>
  /external/llvm/test/Transforms/LICM/
2003-02-27-NestedLoopExitBlocks.ll 1 ; Exit blocks need to be updated for all nested loops...
2003-02-27-PreheaderExitNodeUpdate.ll 2 ; information for loops.
  /external/webkit/Tools/mangleme/
Makefile 9 CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 67 * int loops;
84 * for (loops=0; loops<10; loops++) {
108 * for (loops=0; loops<loopCount; loops++) {
127 * int32_t loops;
128 * for (loops=0; loops<loopCount; loops++)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 13 target := '"' | '\'; !do this once, outside loops
15 rest_of_line := CREATE_RANGE(MARK(NONE), MARK(NONE)); !also outside loops

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011>>