Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h1136 U32 const newLowLimit = blockEndIdx - maxDist; in ZSTD_window_enforceMaxDist() local
1137 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()