Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h1039 U32 const currentCycle = curr & cycleMask; in ZSTD_window_correctOverflow() local
1041 U32 const currentCycleCorrection = currentCycle < ZSTD_WINDOW_START_INDEX in ZSTD_window_correctOverflow()
1044 U32 const newCurrent = currentCycle in ZSTD_window_correctOverflow()