Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h867 U32 const currentCycle0 = curr & cycleMask; in ZSTD_window_correctOverflow() local
869 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow()