Home
last modified time | relevance | path

Searched defs:ZSTD_matchState_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h204 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef
208 struct ZSTD_matchState_t { struct
209 ZSTD_window_t window; /* State for window round buffer management */
210 U32 loadedDictEnd; /* index of end of dictionary, within context's referential.
234 const ZSTD_matchState_t* dictMatchState; argument
242 ZSTD_matchState_t matchState; argument
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h135 typedef struct ZSTD_matchState_t ZSTD_matchState_t; typedef
136 struct ZSTD_matchState_t { struct
151 const ZSTD_matchState_t* dictMatchState; argument
158 ZSTD_matchState_t matchState; argument