OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLogSize
(Results
1 - 3
of
3
) sorted by null
/external/lzma/Java/SevenZip/
LzmaBench.java
213
static int
GetLogSize
(int size)
238
long t =
GetLogSize
(dictionarySize) - (18 << kSubBits);
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
163
static UInt32
GetLogSize
(UInt32 size)
188
UInt64 t =
GetLogSize
(dictionarySize) - (18 << kSubBits);
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
391
static UInt32
GetLogSize
(UInt32 size)
450
UInt64 t =
GetLogSize
(dictionarySize) - (kBenchMinDicLogSize << kSubBits);
Completed in 114 milliseconds