Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs163 static UInt32 GetLogSize(UInt32 size) in GetLogSize() method in SevenZip.LzmaBench
188 UInt64 t = GetLogSize(dictionarySize) - (18 << kSubBits); in GetCompressRating()
/third_party/lzma/Java/SevenZip/
H A DLzmaBench.java213 static int GetLogSize(int size) in GetLogSize() method in LzmaBench
238 long t = GetLogSize(dictionarySize) - (18 << kSubBits); in GetCompressRating()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp637 static unsigned GetLogSize(UInt64 size)
652 const unsigned i = GetLogSize(size) - 1;
680 unsigned n1 = GetLogSize(m1);
681 unsigned n2 = GetLogSize(m2);

Completed in 5 milliseconds