Searched refs:maxDistance (Results 1 – 6 of 6) sorted by relevance
978 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local980 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestMatchIndex()991 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local993 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestPrefixIndex()
87 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local88 … U32 const windowLow = (current - windowValid > maxDistance) ? current - maxDistance : windowValid; in ZSTD_insertDUBT1()497 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch_generic() local499 …const U32 withinMaxDistance = (current - lowestValid > maxDistance) ? current - maxDistance : lowe… in ZSTD_HcFindBestMatch_generic()
240 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local242 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()243 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
1300 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local1302 U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex()1317 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local1319 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex()
405 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local407 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()408 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
87 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local88 U32 const windowLow = (curr - windowValid > maxDistance) ? curr - maxDistance : windowValid; in ZSTD_insertDUBT1()664 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch() local666 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_HcFindBestMatch()1147 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_RowFindBestMatch() local1149 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_RowFindBestMatch()