Searched defs:minMatch (Results 1 – 1 of 1) sorted by relevance
250 const U32 minMatch = (mls == 3) ? 3 : 4; in ZSTD_insertBtAndGetAllMatches() local411 const U32 minMatch = (ctx->params.cParams.searchLength == 3) ? 3 : 4; in ZSTD_compressBlock_opt_generic() local708 const U32 minMatch = (ctx->params.cParams.searchLength == 3) ? 3 : 4; in ZSTD_compressBlock_opt_extDict_generic() local
Completed in 5 milliseconds