Searched refs:dictIndexDelta (Results 1 – 3 of 3) sorted by relevance
288 const U32 dictIndexDelta = prefixLowestIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local321 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_doubleFast_dictMatchState_generic()351 offset = (U32)(curr - dictMatchIndexL - dictIndexDelta); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()365 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()402 offset = (U32)(curr + 1 - dictMatchIndexL3 - dictIndexDelta); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()444 dictBase + repIndex2 - dictIndexDelta : in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
399 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_fast_dictMatchState_generic() local433 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_fast_dictMatchState_generic()454 U32 const offset = (U32)(curr-dictMatchIndex-dictIndexDelta); in ZSTD_compressBlock_fast_dictMatchState_generic()495 dictBase - dictIndexDelta + repIndex2 : in ZSTD_compressBlock_fast_dictMatchState_generic()
176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; in ZSTD_DUBT_findBetterDictMatch() local194 …match = base + dictMatchIndex + dictIndexDelta; /* to prepare for next usage of match[matchLengt… in ZSTD_DUBT_findBetterDictMatch()197 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch()1504 const U32 dictIndexDelta = isDxS ? in ZSTD_compressBlock_lazy_generic() local1549 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()1592 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()1628 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()1664 …* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + match… in ZSTD_compressBlock_lazy_generic()1683 dictBase - dictIndexDelta + repIndex : in ZSTD_compressBlock_lazy_generic()