Searched refs:sufficient_len (Results 1 – 1 of 1) sorted by relevance
603 U32 const sufficient_len = MIN(cParams->targetLength, ZSTD_OPT_NUM -1); in ZSTD_insertBtAndGetAllMatches() local686 if ( (repLen > sufficient_len) in ZSTD_insertBtAndGetAllMatches()715 if ( (mlen > sufficient_len) | in ZSTD_insertBtAndGetAllMatches()1097 U32 const sufficient_len = MIN(cParams->targetLength, ZSTD_OPT_NUM -1); in ZSTD_compressBlock_opt_generic() local1161 if (maxML > sufficient_len) { in ZSTD_compressBlock_opt_generic()1166 maxML, sufficient_len); in ZSTD_compressBlock_opt_generic()1295 if ( (longestML > sufficient_len) in ZSTD_compressBlock_opt_generic()