Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h12 UInt64 GlobalFreq; member
DBench.cpp506 BenchInfo.GlobalFreq = GetFreq(); in SetStartTime()
586 UInt64 globalFreq = GlobalFreq; in GetUsage()
601 UInt64 globalFreq = GlobalFreq; in GetRatingPerUsage()
622 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed()
1923 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()
1940 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()