Searched defs:dictionarySize (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Decoder.java | 154 boolean SetDictionarySize(int dictionarySize)
in SetDictionarySize() argument
|
H A D | Encoder.java | 1363 public boolean SetDictionarySize(int dictionarySize)
in SetDictionarySize() argument
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaBench.cs | 186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size)
in GetCompressRating() argument 241 static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionarySize)
in LzmaBenchmark() argument 200 GetTotalRating( UInt32 dictionarySize, UInt64 elapsedTimeEn, UInt64 sizeEn, UInt64 elapsedTimeDe, UInt64 inSizeDe, UInt64 outSizeDe) GetTotalRating() argument 224 PrintResults( UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size, bool decompressMode, UInt64 secondSize) PrintResults() argument [all...] |
/third_party/lzma/Java/SevenZip/ |
H A D | LzmaBench.java | 236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size)
in GetCompressRating() argument 292 static public int LzmaBenchmark(int numIterations, int dictionarySize) throws Exception
in LzmaBenchmark() argument 250 GetTotalRating( int dictionarySize, long elapsedTimeEn, long sizeEn, long elapsedTimeDe, long inSizeDe, long outSizeDe) GetTotalRating() argument 275 PrintResults( int dictionarySize, long elapsedTime, long size, boolean decompressMode, long secondSize) PrintResults() argument [all...] |
/third_party/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaDecoder.cs | 167 void SetDictionarySize(uint dictionarySize)
in SetDictionarySize() argument
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 613 size_t dictionarySize; in LZ4IO_createCDict() local
|
Completed in 8 milliseconds