Home
last modified time | relevance | path

Searched defs:minMatch (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Dzstd_opt.h260 const U32 minMatch = (mls == 3) ? 3 : 4; in ZSTD_insertBtAndGetAllMatches() local
421 const U32 minMatch = (ctx->params.cParams.searchLength == 3) ? 3 : 4; in ZSTD_compressBlock_opt_generic() local
718 const U32 minMatch = (ctx->params.cParams.searchLength == 3) ? 3 : 4; in ZSTD_compressBlock_opt_extDict_generic() local