Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
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()