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

/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp985 UInt64 timeVal; local
1001 timeVal = GetTimeCount();
1017 timeVal = GetTimeCount();
1021 timeVal = GetTimeCount() - timeVal;
1022 if (timeVal == 0)
1023 timeVal = 1;
1026 speed = MyMultDiv64(size, timeVal, GetFreq());

Completed in 54 milliseconds