Lines Matching refs:UInt64
11 UInt64 GlobalTime;
12 UInt64 GlobalFreq;
13 UInt64 UserTime;
14 UInt64 UserFreq;
15 UInt64 UnpackSize;
16 UInt64 PackSize;
17 UInt64 NumIterations;
20 UInt64 GetUsage() const;
21 UInt64 GetRatingPerUsage(UInt64 rating) const;
22 UInt64 GetSpeed(UInt64 numCommands) const;
27 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
32 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
33 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt64 n…
37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);