Searched refs:lowestValid (Results 1 – 3 of 3) sorted by relevance
1051 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local1052 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex()1058 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()1068 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local1069 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex()1074 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
614 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch_generic() local615 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_HcFindBestMatch_generic()617 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic()
10890 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local10891 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestMatchIndex()10893 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()10903 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local10904 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestPrefixIndex()10906 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()18883 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch_generic() local18884 …const U32 withinMaxDistance = (current - lowestValid > maxDistance) ? current - maxDistance : lowe… in ZSTD_HcFindBestMatch_generic()18886 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic()