Searched refs:currentCycle1 (Results 1 – 2 of 2) sorted by relevance
869 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow() local870 U32 const newCurrent = currentCycle1 + maxDist; in ZSTD_window_correctOverflow()
10708 U32 const currentCycle1 = currentCycle0 == 0 ? (1U << cycleLog) : currentCycle0; in ZSTD_window_correctOverflow() local10709 U32 const newCurrent = currentCycle1 + maxDist; in ZSTD_window_correctOverflow()