Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_internal.h972 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
974 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()