Home
last modified time | relevance | path

Searched defs:dictionarySize (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExplodingInputStream.java49 private final int dictionarySize; field in ExplodingInputStream
80 …public ExplodingInputStream(final int dictionarySize, final int numberOfTrees, final InputStream i… in ExplodingInputStream()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size) in GetCompressRating()
201 UInt32 dictionarySize, in GetTotalRating()
225 UInt32 dictionarySize, in PrintResults()
241 static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionarySize) in LzmaBenchmark()
/external/lzma/Java/SevenZip/
DLzmaBench.java236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size) in GetCompressRating()
251 int dictionarySize, in GetTotalRating()
276 int dictionarySize, in PrintResults()
292 static public int LzmaBenchmark(int numIterations, int dictionarySize) throws Exception in LzmaBenchmark()
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java154 boolean SetDictionarySize(int dictionarySize) in SetDictionarySize()
322 int dictionarySize = 0; in SetDecoderProperties() local
DEncoder.java1363 public boolean SetDictionarySize(int dictionarySize) in SetDictionarySize()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DLZMA2Decoder.java38 final int dictionarySize = getDictionarySize(coder); in decode() local
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize()
/external/lz4/programs/
Dlz4io.c479 size_t dictionarySize; in LZ4IO_createCDict() local