Searched defs:dictionarySize (Results 1 – 8 of 8) sorted by relevance
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ExplodingInputStream.java | 49 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/ |
D | LzmaBench.cs | 186 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/ |
D | LzmaBench.java | 236 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/ |
D | Decoder.java | 154 boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() 322 int dictionarySize = 0; in SetDecoderProperties() local
|
D | Encoder.java | 1363 public boolean SetDictionarySize(int dictionarySize) in SetDictionarySize()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | LZMA2Decoder.java | 38 final int dictionarySize = getDictionarySize(coder); in decode() local
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize()
|
/external/lz4/programs/ |
D | lz4io.c | 479 size_t dictionarySize; in LZ4IO_createCDict() local
|