HomeSort by relevance Sort by last modified time
    Searched refs:LOOPS (Results 1 - 4 of 4) 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++) {
  /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 53 milliseconds