Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java213 static int GetLogSize(int size) in GetLogSize() method in LzmaBench
238 long t = GetLogSize(dictionarySize) - (18 << kSubBits); in GetCompressRating()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs163 static UInt32 GetLogSize(UInt32 size) in GetLogSize() method in SevenZip.LzmaBench
188 UInt64 t = GetLogSize(dictionarySize) - (18 << kSubBits); in GetCompressRating()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp563 static UInt32 GetLogSize(UInt32 size) in GetLogSize() function
665 UInt64 t = GetLogSize(dictSize) - (kBenchMinDicLogSize << kSubBits); in GetCompressRating()