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

/development/tools/emulator/system/libqemu/
H A Dtest_guest_1.c43 const int maxCount = 100; local
66 for (count = 0; count < maxCount; count++) {
H A Dtest_guest_2.c56 int maxCount = 1000; local
162 for (count = 0; count < maxCount; count++) {
237 printf("Total bytes: %g bytes\n", 1.0*maxCount*bufferSize);
238 printf("Bandwidth: %g MB/s\n", (maxCount*bufferSize/(1024.0*1024.0))/(time1 - time0) );

Completed in 56 milliseconds