Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h945 U32 const newLowLimit = blockEndIdx - maxDist; in ZSTD_window_enforceMaxDist() local
946 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10784 U32 const newLowLimit = blockEndIdx - maxDist; in ZSTD_window_enforceMaxDist() local
10785 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()