Searched refs:repLen (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_opt.c | 581 U32 repLen = 0; in ZSTD_insertBtAndGetAllMatches() local 588 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches() 599 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) +… in ZSTD_insertBtAndGetAllMatches() 605 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + … in ZSTD_insertBtAndGetAllMatches() 608 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches() 610 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches() 611 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches() 613 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches() 615 if ( (repLen > sufficient_len) in ZSTD_insertBtAndGetAllMatches() 616 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches()
|