Home
last modified time | relevance | path

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

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