Searched refs:endPosInBlock (Results 1 – 2 of 2) sorted by relevance
873 U32 endPosInBlock; /* End position of the current match candidate */ member915 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()933 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()941 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()944 if (optLdm->endPosInBlock > currBlockEndPos) { in ZSTD_opt_getNextMatchAndUpdateSeqStore()946 optLdm->endPosInBlock = currBlockEndPos; in ZSTD_opt_getNextMatchAndUpdateSeqStore()964 U32 const candidateMatchLength = optLdm->endPosInBlock - optLdm->startPosInBlock - posDiff; in ZSTD_optLdm_maybeAddMatch()968 || currPosInBlock >= optLdm->endPosInBlock in ZSTD_optLdm_maybeAddMatch()995 if (currPosInBlock >= optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()996 if (currPosInBlock > optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()[all …]
911 U32 endPosInBlock; /* End position of the current match candidate */ member953 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()971 optLdm->endPosInBlock = UINT_MAX; in ZSTD_opt_getNextMatchAndUpdateSeqStore()979 optLdm->endPosInBlock = optLdm->startPosInBlock + matchBytesRemaining; in ZSTD_opt_getNextMatchAndUpdateSeqStore()982 if (optLdm->endPosInBlock > currBlockEndPos) { in ZSTD_opt_getNextMatchAndUpdateSeqStore()984 optLdm->endPosInBlock = currBlockEndPos; in ZSTD_opt_getNextMatchAndUpdateSeqStore()1003 U32 const candidateMatchLength = optLdm->endPosInBlock - optLdm->startPosInBlock - posDiff; in ZSTD_optLdm_maybeAddMatch()1007 || currPosInBlock >= optLdm->endPosInBlock in ZSTD_optLdm_maybeAddMatch()1035 if (currPosInBlock >= optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()1036 if (currPosInBlock > optLdm->endPosInBlock) { in ZSTD_optLdm_processMatchCandidate()[all …]