Home
last modified time | relevance | path

Searched refs:dmsIndexDelta (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c600 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() local
627 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()
H A Dzstd_lazy.c726 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_HcFindBestMatch() local
741 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() local
1296 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_RowFindBestMatch()
1297 *offsetPtr = STORE_OFFSET(curr - (matchIndex + dmsIndexDelta)); in ZSTD_RowFindBestMatch()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c636 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() local
663 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()
H A Dzstd_lazy.c747 const U32 dmsIndexDelta = dictLimit - dmsSize; in ZSTD_HcFindBestMatch() local
762 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() local
1327 assert(curr > matchIndex + dmsIndexDelta); in ZSTD_RowFindBestMatch()
1328 *offsetPtr = OFFSET_TO_OFFBASE(curr - (matchIndex + dmsIndexDelta)); in ZSTD_RowFindBestMatch()