Searched refs:currentCycle0 (Results 1 – 1 of 1) sorted by relevance
850 U32 const currentCycle0 = curr & cycleMask; in ZSTD_window_correctOverflow() local852 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow()