Searched refs:dictIndexDelta (Results 1 - 3 of 3) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c288 const U32 dictIndexDelta = prefixLowestIndex - (U32)(dictEnd - dictBase); local
321 dictBase + (repIndex - dictIndexDelta) :
351 offset = (U32)(curr - dictMatchIndexL - dictIndexDelta);
365 matchIndexS = dictMatchIndexS + dictIndexDelta;
402 offset = (U32)(curr + 1 - dictMatchIndexL3 - dictIndexDelta);
444 dictBase + repIndex2 - dictIndexDelta :
H A Dzstd_fast.c399 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); local
433 dictBase + (repIndex - dictIndexDelta) :
454 U32 const offset = (U32)(curr-dictMatchIndex-dictIndexDelta);
495 dictBase - dictIndexDelta + repIndex2 :
H A Dzstd_lazy.c176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; local
194 match = base + dictMatchIndex + dictIndexDelta; /* to prepare for next usage of match[matchLength] */
197 U32 matchIndex = dictMatchIndex + dictIndexDelta;
1504 const U32 dictIndexDelta = isDxS ? local
1549 dictBase + (repIndex - dictIndexDelta) :
1592 dictBase + (repIndex - dictIndexDelta) :
1628 dictBase + (repIndex - dictIndexDelta) :
1664 const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : base + matchIndex;
1683 dictBase - dictIndexDelta + repIndex :

Completed in 188 milliseconds