Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_lazy.c200 …curr, (U32)bestLength, (U32)matchLength, (U32)*offsetPtr, ZSTD_REP_MOVE + curr - matchIndex, dictM… in ZSTD_DUBT_findBetterDictMatch()
201 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()
331 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + curr - matchIndex; in ZSTD_DUBT_findBestMatch()
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()
1061 while ( ((start > anchor) & (start - (offset-ZSTD_REP_MOVE) > prefixLowest)) in ZSTD_compressBlock_lazy_generic()
[all …]
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()
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()
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()
Dzstd_ldm.c650 sequence.offset + ZSTD_REP_MOVE, in ZSTD_ldm_blockCompress()
Dzstd_compress_internal.h402 newReps.rep[0] = offset - ZSTD_REP_MOVE; in ZSTD_updateRep()
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()
/external/zstd/lib/common/
Dzstd_internal.h141 #define ZSTD_REP_MOVE (ZSTD_REP_NUM-1) macro
/external/zstd/tests/
Ddecodecorpus.c712 offsetCode = offset + ZSTD_REP_MOVE; in generateSequences()