Home | History | Annotate | Download | only in Common

Lines Matching full:uint64

10   UInt64 GlobalTime;

11 UInt64 GlobalFreq;
12 UInt64 UserTime;
13 UInt64 UserFreq;
14 UInt64 UnpackSize;
15 UInt64 PackSize;
26 UInt64 GetUsage(const CBenchInfo &benchOnfo);
27 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
28 UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
29 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);
37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
40 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed);