Searched refs:ZSTD_window_t (Results 1 – 2 of 2) sorted by relevance
133 } ZSTD_window_t; typedef137 ZSTD_window_t window; /* State for window round buffer management */167 ZSTD_window_t window; /* State for the window round buffer management */717 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()730 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()754 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()771 MEM_STATIC U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, in ZSTD_window_correctOverflow()848 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, in ZSTD_window_enforceMaxDist()893 ZSTD_checkDictValidity(const ZSTD_window_t* window, in ZSTD_checkDictValidity()921 MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { in ZSTD_window_init()[all …]
1412 static int ZSTD_indexTooCloseToMax(ZSTD_window_t w) in ZSTD_indexTooCloseToMax()