Searched refs:adjustedIndex (Results 1 – 2 of 2) sorted by relevance
1028 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local1030 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
1116 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local1118 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()