Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h1052 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex() local
1069 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex() local