Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1095 U32 const currentCycle = curr & cycleMask; in ZSTD_window_correctOverflow() local
1097 U32 const currentCycleCorrection = currentCycle < ZSTD_WINDOW_START_INDEX in ZSTD_window_correctOverflow()
1100 U32 const newCurrent = currentCycle in ZSTD_window_correctOverflow()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1185 U32 const currentCycle = curr & cycleMask; in ZSTD_window_correctOverflow() local
1187 U32 const currentCycleCorrection = currentCycle < ZSTD_WINDOW_START_INDEX in ZSTD_window_correctOverflow()
1190 U32 const newCurrent = currentCycle in ZSTD_window_correctOverflow()