Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h928 U32 const newLowLimit = blockEndIdx - maxDist; in ZSTD_window_enforceMaxDist() local
929 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()