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

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

Completed in 81 milliseconds