Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h27 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating);
DBench.cpp424 UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) in GetRatingPerUsage() function
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp100 UInt64 rpu = GetRatingPerUsage(info, rating); in PrintResults()