OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultDictionaryLogSize
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java
65
static final int
kDefaultDictionaryLogSize
= 22;
342
int _distTableSize = (
kDefaultDictionaryLogSize
* 2);
349
int _dictionarySize = (1 <<
kDefaultDictionaryLogSize
);
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs
65
const int
kDefaultDictionaryLogSize
= 22;
342
UInt32 _distTableSize = (
kDefaultDictionaryLogSize
* 2);
349
UInt32 _dictionarySize = (1 <<
kDefaultDictionaryLogSize
);
[
all
...]
Completed in 1191 milliseconds