Home
last modified time | relevance | path

Searched refs:endPosInBlock (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_opt.c788 U32 endPosInBlock; /* End position of the current match candidate */ member
826 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
844 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
852 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
855 if (optLdm->endPosInBlock > currBlockEndPos) { in ZSTD_opt_getNextMatchAndUpdateSeqStore()
857 optLdm->endPosInBlock = currBlockEndPos; in ZSTD_opt_getNextMatchAndUpdateSeqStore()
873 U32 candidateMatchLength = optLdm->endPosInBlock - optLdm->startPosInBlock - posDiff; in ZSTD_optLdm_maybeAddMatch()
878 || currPosInBlock >= optLdm->endPosInBlock in ZSTD_optLdm_maybeAddMatch()
901 if (currPosInBlock >= optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()
902 if (currPosInBlock > optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()
[all …]