Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress_internal.h545 U32 const newCurrent = (current & cycleMask) + maxDist; in ZSTD_window_correctOverflow() local
546 U32 const correction = current - newCurrent; in ZSTD_window_correctOverflow()
548 assert(current > newCurrent); in ZSTD_window_correctOverflow()