Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h869 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow() local
870 U32 const newCurrent = currentCycle1 + maxDist; in ZSTD_window_correctOverflow()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10708 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow() local
10709 U32 const newCurrent = currentCycle1 + maxDist; in ZSTD_window_correctOverflow()