Searched refs:lowestValid (Results 1 – 4 of 4) sorted by relevance
980 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local981 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestMatchIndex()983 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()993 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local994 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestPrefixIndex()996 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
499 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch_generic() local500 …const U32 withinMaxDistance = (current - lowestValid > maxDistance) ? current - maxDistance : lowe… in ZSTD_HcFindBestMatch_generic()502 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic()
1301 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local1302 U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex()1308 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()1318 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local1319 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex()1324 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
665 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch() local666 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_HcFindBestMatch()668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch()1148 const U32 lowestValid = ms->window.lowLimit; in ZSTD_RowFindBestMatch() local1149 …const U32 withinMaxDistance = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestVali… in ZSTD_RowFindBestMatch()1151 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch()