OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDictionarySize
(Results
1 - 5
of
5
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java
154
boolean
SetDictionarySize
(int dictionarySize)
327
return
SetDictionarySize
(dictionarySize);
Encoder.java
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs
167
void
SetDictionarySize
(uint dictionarySize)
362
SetDictionarySize
(dictionarySize);
/external/lzma/Java/SevenZip/
LzmaAlone.java
206
if (!encoder.
SetDictionarySize
(params.DictionarySize))
LzmaBench.java
306
if (!encoder.
SetDictionarySize
(dictionarySize))
Completed in 481 milliseconds