Searched refs:dmsIndexDelta (Results 1 – 2 of 2) sorted by relevance
553 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() local580 dmsBase + repIndex - dmsIndexDelta : in ZSTD_insertBtAndGetAllMatches()590 … ( ((repOffset-1) /*intentional overflow*/ < current - (dmsLowLimit + dmsIndexDelta)) /* equivale… in ZSTD_insertBtAndGetAllMatches()706 …match = base + dictMatchIndex + dmsIndexDelta; /* to prepare for next usage of match[matchLength… in ZSTD_insertBtAndGetAllMatches()709 matchIndex = dictMatchIndex + dmsIndexDelta; in ZSTD_insertBtAndGetAllMatches()
543 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_HcFindBestMatch_generic() local558 *offsetPtr = current - (matchIndex + dmsIndexDelta) + ZSTD_REP_MOVE; in ZSTD_HcFindBestMatch_generic()