Searched refs:nrOfLoops (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
62 nrOfLoops = atoi (argv[j + 3]);
63 if (bufferSize <= 0 || nrOfLoops <= 0) {
80 while (i < nrOfLoops) {
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
62 nrOfLoops = atoi (argv[j + 3]);
63 if (bufferSize <= 0 || nrOfLoops <= 0) {
80 while (i < nrOfLoops) {
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);

Completed in 37 milliseconds