Searched refs:dmsIndexDelta (Results 1 – 4 of 4) sorted by relevance
600 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() local627 dmsBase + repIndex - dmsIndexDelta : in ZSTD_insertBtAndGetAllMatches()637 …&& ( ((repOffset-1) /*intentional overflow*/ < curr - (dmsLowLimit + dmsIndexDelta)) /* equivalen… in ZSTD_insertBtAndGetAllMatches()753 …match = base + dictMatchIndex + dmsIndexDelta; /* to prepare for next usage of match[matchLength… in ZSTD_insertBtAndGetAllMatches()756 matchIndex = dictMatchIndex + dmsIndexDelta; in ZSTD_insertBtAndGetAllMatches()
726 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_HcFindBestMatch() local741 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_HcFindBestMatch()742 *offsetPtr = STORE_OFFSET(curr - (matchIndex + dmsIndexDelta)); in ZSTD_HcFindBestMatch()1264 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_RowFindBestMatch() local1296 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_RowFindBestMatch()1297 *offsetPtr = STORE_OFFSET(curr - (matchIndex + dmsIndexDelta)); in ZSTD_RowFindBestMatch()
636 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() local663 dmsBase + repIndex - dmsIndexDelta : in ZSTD_insertBtAndGetAllMatches()673 …&& ( ((repOffset-1) /*intentional overflow*/ < curr - (dmsLowLimit + dmsIndexDelta)) /* equivalen… in ZSTD_insertBtAndGetAllMatches()789 …match = base + dictMatchIndex + dmsIndexDelta; /* to prepare for next usage of match[matchLength… in ZSTD_insertBtAndGetAllMatches()792 matchIndex = dictMatchIndex + dmsIndexDelta; in ZSTD_insertBtAndGetAllMatches()
747 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_HcFindBestMatch() local762 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_HcFindBestMatch()763 *offsetPtr = OFFSET_TO_OFFBASE(curr - (matchIndex + dmsIndexDelta)); in ZSTD_HcFindBestMatch()1293 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_RowFindBestMatch() local1327 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_RowFindBestMatch()1328 *offsetPtr = OFFSET_TO_OFFBASE(curr - (matchIndex + dmsIndexDelta)); in ZSTD_RowFindBestMatch()