Searched refs:nbDecodeLoops (Results 1 – 1 of 1) sorted by relevance
275 … U32 nbDecodeLoops = (U32)((100 MB) / (srcSize+1)) + 1; /* initial conservative speed estimate */ in BMK_benchMem() local398 if (!g_nbSeconds) nbDecodeLoops = 1; in BMK_benchMem()399 for (nbLoops=0; nbLoops < nbDecodeLoops; nbLoops++) { in BMK_benchMem()415 if (loopDuration < fastestD * nbDecodeLoops) in BMK_benchMem()416 fastestD = loopDuration / nbDecodeLoops; in BMK_benchMem()417 nbDecodeLoops = (U32)(TIMELOOP_NANOSEC / fastestD) + 1; in BMK_benchMem()419 assert(nbDecodeLoops < 40000000); /* avoid overflow */ in BMK_benchMem()420 nbDecodeLoops *= 100; in BMK_benchMem()