Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress_internal.h1292 U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestMatchIndex() local
1309 … U32 const withinWindow = (curr - lowestValid > maxDistance) ? curr - maxDistance : lowestValid; in ZSTD_getLowestPrefixIndex() local