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

/external/lzma/Java/SevenZip/
H A DLzmaAlone.java14 public int DictionarySize = 1 << 23; field in class:LzmaAlone.CommandLine
36 DictionarySize = 1 << Integer.parseInt(s.substring(1));
185 dictionary = params.DictionarySize;
206 if (!encoder.SetDictionarySize(params.DictionarySize))
/external/lzma/CS/7zip/
H A DICoder.cs87 DictionarySize, enumerator in enum:SevenZip.CoderPropID
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h91 UInt32 DictionarySize; member in struct:CArchiveCommandLineOptions

Completed in 124 milliseconds