Searched defs:minMatch (Results 1 – 3 of 3) sorted by relevance
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
1201 …unsigned minMatch; /*< match length searched : larger == faster decompression, sometimes le… member
Completed in 12 milliseconds