Searched refs:ZSTD_MINMATCH_MIN (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h311 * Must be clamped between ZSTD_MINMATCH_MIN and ZSTD_MINMATCH_MAX.
1121 #define ZSTD_MINMATCH_MIN 3 /* only for ZSTD_btopt+, faster strategies are limited to 4 */ macro
1408 * - ZSTD_c_minMatch MUST be set as less than or equal to the smallest match generated by the match finder. It has a minimum value of ZSTD_MINMATCH_MIN.
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c408 bounds.lowerBound = ZSTD_MINMATCH_MIN;

Completed in 198 milliseconds