Searched refs:maxDistance (Results 1 – 3 of 3) sorted by relevance
1389 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local1391 U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex()1406 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local1408 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex()
98 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local99 U32 const windowLow = (curr - windowValid > maxDistance) ? curr - maxDistance : windowValid; in ZSTD_insertDUBT1()684 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch() local686 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_HcFindBestMatch()1160 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_RowFindBestMatch() local1162 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_RowFindBestMatch()
515 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local517 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()518 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()