H A D | zstd_compress_internal.h | 956 U32 maxDist, in ZSTD_window_canOverflowCorrect() 963 + MAX(maxDist, cycleSize) in ZSTD_window_canOverflowCorrect() 979 U32 const dictionaryInvalidated = curr > maxDist + loadedDictEnd; in ZSTD_window_canOverflowCorrect() 991 U32 maxDist, in ZSTD_window_needOverflowCorrection() 998 if (ZSTD_window_canOverflowCorrect(window, cycleLog, maxDist, loadedDictEnd, src)) { in ZSTD_window_needOverflowCorrection() 1012 * which may be 0. Every index up to maxDist in the past must be valid. 1015 U32 maxDist, void const* src) in ZSTD_window_correctOverflow() 1040 /* Ensure newCurrent - maxDist >= ZSTD_WINDOW_START_INDEX. */ in ZSTD_window_correctOverflow() 1046 + MAX(maxDist, cycleSize); in ZSTD_window_correctOverflow() 1048 /* maxDist mus in ZSTD_window_correctOverflow() 954 ZSTD_window_canOverflowCorrect(ZSTD_window_t const window, U32 cycleLog, U32 maxDist, U32 loadedDictEnd, void const* src) ZSTD_window_canOverflowCorrect() argument 989 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, U32 cycleLog, U32 maxDist, U32 loadedDictEnd, void const* src, void const* srcEnd) ZSTD_window_needOverflowCorrection() argument 1014 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, U32 maxDist, void const* src) ZSTD_window_correctOverflow() argument 1111 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) ZSTD_window_enforceMaxDist() argument 1156 ZSTD_checkDictValidity(const ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) ZSTD_checkDictValidity() argument [all...] |