Searched refs:matchEndIdx (Results 1 – 4 of 4) sorted by relevance
395 U32 matchEndIdx = current+8+1; in ZSTD_insertBt1() local450 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBt1()451 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBt1()477 assert(matchEndIdx > current + 8); in ZSTD_insertBt1()478 return MAX(positions, matchEndIdx - (current + 8)); in ZSTD_insertBt1()541 …U32 matchEndIdx = current+8+1; /* farthest referenced position of any match => detects repetitiv… in ZSTD_insertBtAndGetAllMatches() local664 assert(matchEndIdx > matchIndex); in ZSTD_insertBtAndGetAllMatches()665 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()666 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()712 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()[all …]
304 U32 matchEndIdx = current + 8 + 1; in ZSTD_DUBT_findBestMatch() local327 if (matchLength > matchEndIdx - matchIndex) in ZSTD_DUBT_findBestMatch()328 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_DUBT_findBestMatch()366 assert(matchEndIdx > current+8); /* ensure nextToUpdate is increased */ in ZSTD_DUBT_findBestMatch()367 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch()
441 U32 matchEndIdx = curr+8+1; in ZSTD_insertBt1() local497 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBt1()498 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBt1()524 assert(matchEndIdx > curr + 8); in ZSTD_insertBt1()525 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()588 …U32 matchEndIdx = curr+8+1; /* farthest referenced position of any match => detects repetitive p… in ZSTD_insertBtAndGetAllMatches() local711 assert(matchEndIdx > matchIndex); in ZSTD_insertBtAndGetAllMatches()712 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()713 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()759 if (matchLength > matchEndIdx - matchIndex) in ZSTD_insertBtAndGetAllMatches()[all …]
305 U32 matchEndIdx = curr + 8 + 1; in ZSTD_DUBT_findBestMatch() local328 if (matchLength > matchEndIdx - matchIndex) in ZSTD_DUBT_findBestMatch()329 matchEndIdx = matchIndex + (U32)matchLength; in ZSTD_DUBT_findBestMatch()368 assert(matchEndIdx > curr+8); /* ensure nextToUpdate is increased */ in ZSTD_DUBT_findBestMatch()369 ms->nextToUpdate = matchEndIdx - 8; /* skip repetitive patterns */ in ZSTD_DUBT_findBestMatch()