Searched refs:numCommands (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp444 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; local
445 return MyMultDiv64(numCommands, elapsedTime, freq);
450 // UInt64 numCommands = (inSize * 216 + outSize * 14) * numIterations; // AMD K8
451 UInt64 numCommands = (inSize * 220 + outSize * 8) * numIterations; // Intel Core2 local
452 return MyMultDiv64(numCommands, elapsedTime, freq);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp444 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; local
445 return MyMultDiv64(numCommands, elapsedTime, freq);
450 // UInt64 numCommands = (inSize * 216 + outSize * 14) * numIterations; // AMD K8
451 UInt64 numCommands = (inSize * 220 + outSize * 8) * numIterations; // Intel Core2 local
452 return MyMultDiv64(numCommands, elapsedTime, freq);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp444 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; local
445 return MyMultDiv64(numCommands, elapsedTime, freq);
450 // UInt64 numCommands = (inSize * 216 + outSize * 14) * numIterations; // AMD K8
451 UInt64 numCommands = (inSize * 220 + outSize * 8) * numIterations; // Intel Core2 local
452 return MyMultDiv64(numCommands, elapsedTime, freq);

Completed in 77 milliseconds