Searched defs:dictionarySize (Results 1 – 6 of 6) sorted by relevance
/third_party/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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize()
|
/third_party/lz4/programs/ |
D | lz4io.c | 613 size_t dictionarySize; in LZ4IO_createCDict() local
|