Searched refs:ZSTD_MINMATCH_MIN (Results 1 – 4 of 4) sorted by relevance
1140 #define ZSTD_MINMATCH_MIN 3 /* only for ZSTD_btopt+, faster strategies are limited to 4 */ macro
1277 #define ZSTD_MINMATCH_MIN 3 /* only for ZSTD_btopt+, faster strategies are limited to 4 */ macro
452 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()3516 const size_t maxNbSeq = (srcSize / ZSTD_MINMATCH_MIN) + 1; in ZSTD_sequenceBound()
418 bounds.lowerBound = ZSTD_MINMATCH_MIN; in ZSTD_cParam_getBounds()