HomeSort by relevance Sort by last modified time
    Searched refs:GlobalFreq (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.h 11 UInt64 GlobalFreq;
Bench.cpp 349 bi.GlobalFreq = GetFreq();
357 dest.GlobalFreq = GetFreq();
414 UInt64 globalFreq = info.GlobalFreq;
416 NormalizeVals(globalFreq, globalTime);
421 return userTime * globalFreq * 1000000 / userFreq / globalTime;
429 UInt64 globalFreq = info.GlobalFreq;
431 NormalizeVals(globalTime, globalFreq);
432 if (globalFreq == 0)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq);
121 UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSize);
136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);

Completed in 281 milliseconds