Home
last modified time | relevance | path

Searched defs:dictionarySize (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java154 boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() argument
H A DEncoder.java1363 public boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() argument
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs186 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 DLzmaBench.java236 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 DLzmaDecoder.cs167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize() argument
/third_party/lz4/programs/
H A Dlz4io.c613 size_t dictionarySize; in LZ4IO_createCDict() local

Completed in 8 milliseconds