OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DICT_SIZE_MIN
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2InputStream.java
30
public static final int
DICT_SIZE_MIN
= 4096;
69
* in the range [<code>
DICT_SIZE_MIN
</code>,
82
if (dictSize <
DICT_SIZE_MIN
|| dictSize > DICT_SIZE_MAX)
113
* in the range [<code>
DICT_SIZE_MIN
</code>,
132
* in the range [<code>
DICT_SIZE_MIN
</code>,
LZMA2Options.java
43
public static final int
DICT_SIZE_MIN
= 4096;
230
* Any value in the range [
DICT_SIZE_MIN
, DICT_SIZE_MAX] is valid,
238
if (dictSize <
DICT_SIZE_MIN
)
Completed in 49 milliseconds