Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1052 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex() local
1058 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()
1069 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex() local
1074 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10891 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestMatchIndex() local
10893 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()
10904 …U32 const withinWindow = (current - lowestValid > maxDistance) ? current - maxDistance : lowest… in ZSTD_getLowestPrefixIndex() local
10906 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()