HomeSort by relevance Sort by last modified time
    Searched defs:DictionarySize (Results 1 - 3 of 3) sorted by null

  /external/lzma/CS/7zip/
ICoder.cs 87 DictionarySize,
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 91 UInt32 DictionarySize;
  /external/lzma/Java/SevenZip/
LzmaAlone.java 14 public int DictionarySize = 1 << 23;
36 DictionarySize = 1 << Integer.parseInt(s.substring(1));
185 dictionary = params.DictionarySize;
206 if (!encoder.SetDictionarySize(params.DictionarySize))

Completed in 73 milliseconds