Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress_internal.h797 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow() local
798 U32 const newCurrent = currentCycle1 + maxDist; in ZSTD_window_correctOverflow()