Lines Matching defs:repLen
616 U32 repLen = 0;
623 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch;
634 repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) + minMatch;
640 repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + minMatch;
643 if (repLen > bestLength) {
645 repCode, ll0, repOffset, repLen);
646 bestLength = repLen;
648 matches[mnum].len = (U32)repLen;
650 if ( (repLen > sufficient_len)
651 | (ip+repLen == iLimit) ) { /* best possible */