Searched refs:repLen (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 569 U32 repLen = 0; in ZSTD_insertBtAndGetAllMatches() local 576 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches() 587 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) +… in ZSTD_insertBtAndGetAllMatches() 593 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + … in ZSTD_insertBtAndGetAllMatches() 596 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches() 598 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches() 599 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches() 601 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches() 603 if ( (repLen > sufficient_len) in ZSTD_insertBtAndGetAllMatches() 604 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 20715 U32 repLen = 0; in ZSTD_insertBtAndGetAllMatches() local 20722 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches() 20733 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dictEnd, prefixStart) +… in ZSTD_insertBtAndGetAllMatches() 20739 …repLen = (U32)ZSTD_count_2segments(ip+minMatch, repMatch+minMatch, iLimit, dmsEnd, prefixStart) + … in ZSTD_insertBtAndGetAllMatches() 20742 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches() 20744 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches() 20745 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches() 20747 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches() 20749 if ( (repLen > sufficient_len) in ZSTD_insertBtAndGetAllMatches() 20750 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches()
|