Home
last modified time | relevance | path

Searched defs:GetCompressRating (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size) in GetCompressRating() method in SevenZip.LzmaBench
/external/lzma/Java/SevenZip/
DLzmaBench.java236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size) in GetCompressRating() method in LzmaBench
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp658 UInt64 CBenchProps::GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size) in GetCompressRating() function in CBenchProps
678 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size) in GetCompressRating() function