Searched defs:minMatch (Results 1 – 6 of 6) sorted by relevance
67 MatchStrength optMatch, MatchStrength minMatch, int maxInputLookahead) { in DataFormatDetector()90 public DataFormatDetector withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch()
74 MatchStrength optMatch, MatchStrength minMatch, in DataFormatReaders()96 public DataFormatReaders withMinimalMatch(MatchStrength minMatch) { in withMinimalMatch()
583 ZSTD_ldm_skipSequences(rawSeqStore_t* rawSeqStore, size_t srcSize, U32 const minMatch) in ZSTD_ldm_skipSequences()620 U32 const remaining, U32 const minMatch) in maybeSplitSequence()666 unsigned const minMatch = cParams->minMatch; in ZSTD_ldm_blockCompress() local
571 U32 const minMatch = (mls==3) ? 3 : 4; in ZSTD_insertBtAndGetAllMatches() local1057 U32 const minMatch = (cParams->minMatch == 3) ? 3 : 4; in ZSTD_compressBlock_opt_generic() local
419 final int minMatch = params.getMinBackReferenceLength(); in compress() local
1220 …unsigned minMatch; /**< match length searched : larger == faster decompression, sometimes l… member