Searched refs:iLimit (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/compress/ |
| A D | zstd_lazy.c | 383 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch() argument 390 ZSTD_updateDUBT(ms, ip, iLimit, mls); in ZSTD_BtFindBestMatch() 397 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_selectMLS() argument 413 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() argument 429 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_extDict_selectMLS() argument 645 currentMl = ZSTD_count(ip, match, iLimit); in ZSTD_HcFindBestMatch_generic() 709 if (ip+currentMl == iLimit) { in ZSTD_HcFindBestMatch_generic() 789 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_selectMLS() argument 805 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() argument 821 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dedicatedDictSearch_selectMLS() argument [all …]
|
| A D | zstd_opt.c | 525 const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches() argument 588 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches() 616 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches() 628 mlen = ZSTD_count(ip, match, iLimit); in ZSTD_insertBtAndGetAllMatches() 631 mlen = ZSTD_count_2segments(ip, match, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches() 645 (ip+mlen == iLimit) ) { /* best possible length */ in ZSTD_insertBtAndGetAllMatches() 664 matchLength += ZSTD_count(ip+matchLength, match+matchLength, iLimit); in ZSTD_insertBtAndGetAllMatches() 668 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dictEnd, prefixStar… in ZSTD_insertBtAndGetAllMatches() 684 | (ip+matchLength == iLimit) /* equal : no way to know if inf or sup */) { in ZSTD_insertBtAndGetAllMatches() 717 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dmsEnd, prefixStart… in ZSTD_insertBtAndGetAllMatches() [all …]
|
| /linux/lib/lz4/ |
| A D | lz4hc_compress.c | 102 const BYTE * const iLimit, in LZ4HC_InsertAndFindBestMatch() argument 131 match + MINMATCH, iLimit) + MINMATCH; in LZ4HC_InsertAndFindBestMatch() 146 if (vLimit > iLimit) in LZ4HC_InsertAndFindBestMatch() 147 vLimit = iLimit; in LZ4HC_InsertAndFindBestMatch() 151 && (vLimit < iLimit)) in LZ4HC_InsertAndFindBestMatch() 154 iLimit); in LZ4HC_InsertAndFindBestMatch()
|
Completed in 14 milliseconds