Searched refs:ZSTD_window_t (Results 1 – 2 of 2) sorted by relevance
143 } ZSTD_window_t; typedef147 ZSTD_window_t window; /* State for window round buffer management */190 ZSTD_window_t window; /* State for the window round buffer management */772 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()785 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()809 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()826 MEM_STATIC U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, in ZSTD_window_correctOverflow()903 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, in ZSTD_window_enforceMaxDist()948 ZSTD_checkDictValidity(const ZSTD_window_t* window, in ZSTD_checkDictValidity()976 MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { in ZSTD_window_init()[all …]
1551 static int ZSTD_indexTooCloseToMax(ZSTD_window_t w) in ZSTD_indexTooCloseToMax()