Searched defs:minMatch (Results 1 – 7 of 7) sorted by relevance
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/ |
D | DataFormatDetector.java | 67 MatchStrength optMatch, MatchStrength minMatch, int maxInputLookahead) { in DataFormatDetector() 90 public DataFormatDetector withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | DataFormatReaders.java | 74 MatchStrength optMatch, MatchStrength minMatch, in DataFormatReaders() 96 public DataFormatReaders withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch()
|
/external/zstd/lib/compress/ |
D | zstd_ldm.c | 521 void ZSTD_ldm_skipSequences(rawSeqStore_t* rawSeqStore, size_t srcSize, U32 const minMatch) { in ZSTD_ldm_skipSequences() 557 U32 const remaining, U32 const minMatch) in maybeSplitSequence() 602 unsigned const minMatch = cParams->minMatch; in ZSTD_ldm_blockCompress() local
|
D | zstd_opt.c | 524 U32 const minMatch = (mls==3) ? 3 : 4; in ZSTD_insertBtAndGetAllMatches() local 948 U32 const minMatch = (cParams->minMatch == 3) ? 3 : 4; in ZSTD_compressBlock_opt_generic() local
|
D | zstd_compress.c | 4543 size_t posInSrc, U32 windowLog, size_t dictSize, U32 minMatch) { in ZSTD_validateSequence()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | LZ77Compressor.java | 419 final int minMatch = params.getMinBackReferenceLength(); in compress() local
|
/external/zstd/lib/ |
D | zstd.h | 1168 …unsigned minMatch; /**< match length searched : larger == faster decompression, sometimes l… member
|