Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c90 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() local
140 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_doubleFast_generic()
180 offset = (U32)(current - dictMatchIndexL - dictIndexDelta); in ZSTD_compressBlock_doubleFast_generic()
194 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()
231 offset = (U32)(current + 1 - dictMatchIndexL3 - dictIndexDelta); in ZSTD_compressBlock_doubleFast_generic()
277 dictBase + repIndex2 - dictIndexDelta : in ZSTD_compressBlock_doubleFast_generic()
H A Dzstd_lazy.c176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; in ZSTD_DUBT_findBetterDictMatch() local
194 …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()
660 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_lazy_generic() local
700 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
742 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
777 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
814 …* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + match… in ZSTD_compressBlock_lazy_generic()
834 dictBase - dictIndexDelta + repIndex : in ZSTD_compressBlock_lazy_generic()
H A Dzstd_fast.c234 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_fast_dictMatchState_generic() local
266 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_fast_dictMatchState_generic()
287 U32 const offset = (U32)(current-dictMatchIndex-dictIndexDelta); in ZSTD_compressBlock_fast_dictMatchState_generic()
328 dictBase - dictIndexDelta + repIndex2 : in ZSTD_compressBlock_fast_dictMatchState_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c288 const U32 dictIndexDelta = prefixLowestIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
321 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()
H A Dzstd_fast.c399 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_fast_dictMatchState_generic() local
433 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()
H A Dzstd_lazy.c176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; in ZSTD_DUBT_findBetterDictMatch() local
194 …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()
1503 const U32 dictIndexDelta = isDxS ? in ZSTD_compressBlock_lazy_generic() local
1551 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
1594 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
1630 dictBase + (repIndex - dictIndexDelta) : in ZSTD_compressBlock_lazy_generic()
1666 …* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + match… in ZSTD_compressBlock_lazy_generic()
1685 dictBase - dictIndexDelta + repIndex : in ZSTD_compressBlock_lazy_generic()