HomeSort by relevance Sort by last modified time
    Searched refs:LOOPS (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/gdbserver_tests/
invoker 9 LOOPS=$1
13 while [ $i -lt $LOOPS ]
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++) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imp.py 14 LOOPS = 50
21 for i in range(LOOPS):
25 for i in range(LOOPS):
pystone.py 35 LOOPS = 50000
60 def main(loops=LOOPS):
61 benchtime, stones = pystones(loops)
63 (__version__, loops, benchtime)
67 def pystones(loops=LOOPS):
68 return Proc0(loops)
79 def Proc0(loops=LOOPS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imp.py 14 LOOPS = 50
21 for i in range(LOOPS):
25 for i in range(LOOPS):
pystone.py 35 LOOPS = 50000
60 def main(loops=LOOPS):
61 benchtime, stones = pystones(loops)
63 (__version__, loops, benchtime)
67 def pystones(loops=LOOPS):
68 return Proc0(loops)
79 def Proc0(loops=LOOPS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stones.py 13 (test.pystone.__version__, test.pystone.LOOPS, benchtime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py 13 (test.pystone.__version__, test.pystone.LOOPS, benchtime)
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 22 #define LOOPS 100 //Iterations
23 //#define LOOPS 10
65 int loops = LOOPS; local
71 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
76 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
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/icu4c/test/perf/ustrperf/
stringperf.h 24 #define LOOPS 100 //Iterations
25 //#define LOOPS 10
67 int loops = LOOPS; local
73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
78 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
stringperf.cpp 38 int loops = LOOPS; local
40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));

Completed in 1207 milliseconds