Home
last modified time | relevance | path

Searched defs:withinWindow (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h980 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestMatchIndex() local
993 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestPrefixIndex() local
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1302 U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex() local
1319 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex() local