Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h196 U32 nbOverflowCorrections; /* Number of times overflow correction has run since member
1027 U32 const adjustment = window.nbOverflowCorrections + 1; in ZSTD_window_canOverflowCorrect()
1136 ++window->nbOverflowCorrections; in ZSTD_window_correctOverflow()
1248 window->nbOverflowCorrections = 0; in ZSTD_window_init()