Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq); in PrintResults()
121 …UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSiz… in SetEncodeResult()
136 …UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSi… in SetDecodeResult()
/external/lzma/CPP/7zip/UI/Common/
DBench.h11 UInt64 GlobalFreq; member
DBench.cpp349 bi.GlobalFreq = GetFreq(); in SetStartTime()
357 dest.GlobalFreq = GetFreq(); in SetFinishTime()
414 UInt64 globalFreq = info.GlobalFreq; in GetUsage()
429 UInt64 globalFreq = info.GlobalFreq; in GetRatingPerUsage()