Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress_internal.h190 U32 nbOverflowCorrections; /* Number of times overflow correction has run since member
971 U32 const adjustment = window.nbOverflowCorrections + 1; in ZSTD_window_canOverflowCorrect()
1080 ++window->nbOverflowCorrections; in ZSTD_window_correctOverflow()
1192 window->nbOverflowCorrections = 0; in ZSTD_window_init()