Searched refs:matchEndIdx (Results 1 – 2 of 2) sorted by relevance
473 U32 matchEndIdx = curr+8+1; in ZSTD_insertBt1() local529 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBt1()530 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBt1()556 assert(matchEndIdx > curr + 8); in ZSTD_insertBt1()557 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()624 …U32 matchEndIdx = curr+8+1; /* farthest referenced position of any match => detects repetitive p… in ZSTD_insertBtAndGetAllMatches() local747 assert(matchEndIdx > matchIndex); in ZSTD_insertBtAndGetAllMatches()748 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()749 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()795 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()[all …]
318 U32 matchEndIdx = curr + 8 + 1; in ZSTD_DUBT_findBestMatch() local341 if (matchLength > matchEndIdx - matchIndex) in ZSTD_DUBT_findBestMatch()342 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_DUBT_findBestMatch()381 assert(matchEndIdx > curr+8); /* ensure nextToUpdate is increased */ in ZSTD_DUBT_findBestMatch()382 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch()