Searched refs:currentCycle0 (Results 1 – 2 of 2) sorted by relevance
867 U32 const currentCycle0 = curr & cycleMask; in ZSTD_window_correctOverflow() local869 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow()
10706 U32 const currentCycle0 = current & cycleMask; in ZSTD_window_correctOverflow() local10708 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow()