Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c201 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + curr - matchIndex; in ZSTD_DUBT_findBetterDictMatch()
221 U32 const mIndex = curr - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch()
370 U32 const mIndex = curr - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBestMatch()
655 *offsetPtr = curr - matchIndex + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()
706 *offsetPtr = curr - (matchIndex + ddsIndexDelta) + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()
743 *offsetPtr = curr - (matchIndex + ddsIndexDelta) + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()
771 *offsetPtr = curr - (matchIndex + dmsIndexDelta) + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()
1066 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_generic()
1071 offset_2 = offset_1; offset_1 = (U32)(offset - ZSTD_REP_MOVE); in ZSTD_compressBlock_lazy_generic()
1339 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
H A Dzstd_fast.c143 offcode = offset_1 + ZSTD_REP_MOVE; in ZSTD_compressBlock_fast_generic()
295 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_fast_dictMatchState_generic()
310 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_fast_dictMatchState_generic()
442 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c253 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_doubleFast_generic()
428 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_doubleFast_extDict_generic()
453 …ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, offset + ZSTD_REP_MOVE, mLength-MINMATC… in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_opt.c629 matches[0].off = (curr - matchIndex3) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
663 (U32)matchLength, curr - matchIndex, curr - matchIndex + ZSTD_REP_MOVE); in ZSTD_insertBtAndGetAllMatches()
668 matches[mnum].off = (curr - matchIndex) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
711 (U32)matchLength, curr - matchIndex, curr - matchIndex + ZSTD_REP_MOVE); in ZSTD_insertBtAndGetAllMatches()
715 matches[mnum].off = (curr - matchIndex) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
861 U32 candidateOffCode = optLdm->offset + ZSTD_REP_MOVE; in ZSTD_optLdm_maybeAddMatch()
H A Dzstd_ldm.c650 sequence.offset + ZSTD_REP_MOVE, in ZSTD_ldm_blockCompress()
H A Dzstd_compress_internal.h402 newReps.rep[0] = offset - ZSTD_REP_MOVE; in ZSTD_updateRep()
H A Dzstd_compress.c4552 … RETURN_ERROR_IF(offCode > offsetBound + ZSTD_REP_MOVE, corruption_detected, "Offset too large!"); in ZSTD_validateSequence()
4559 U32 offCode = rawOffset + ZSTD_REP_MOVE; in ZSTD_finalizeOffCode()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h141 #define ZSTD_REP_MOVE (ZSTD_REP_NUM-1) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6438 #define ZSTD_REP_MOVE (ZSTD_REP_NUM-1) macro
10250 newReps.rep[0] = offset - ZSTD_REP_MOVE; in ZSTD_updateRep()
18030 offcode = offset_1 + ZSTD_REP_MOVE; in ZSTD_compressBlock_fast_generic()
18911 *offsetPtr = current - matchIndex + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()
19203 offset_2 = offset_1; offset_1 = (U32)(offset - ZSTD_REP_MOVE); in ZSTD_compressBlock_lazy_generic()
19450 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic()
19454 offset_2 = offset_1; offset_1 = (U32)(offset - ZSTD_REP_MOVE); in ZSTD_compressBlock_lazy_extDict_generic()
20134 sequence.offset + ZSTD_REP_MOVE, in ZSTD_ldm_blockCompress()
20775 matches[0].off = (current - matchIndex3) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
20814 matches[mnum].off = (current - matchIndex) + ZSTD_REP_MOVE; in ZSTD_insertBtAndGetAllMatches()
[all …]