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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h1124 overflowing next operation `newLowLimit = blockEndIdx - maxDist`.
1136 U32 const newLowLimit = blockEndIdx - maxDist; local
1137 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit;

Completed in 213 milliseconds