Home
last modified time | relevance | path

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

/Linux-v5.10/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