Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c36 struct ZSTD_DDict_s { struct
37 void* dictBuffer;
38 const void* dictContent;
39 size_t dictSize;
40 ZSTD_entropyDTables_t entropy;
41 U32 dictID;
42 U32 entropyPresent;
43 ZSTD_customMem cMem;
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c24236 struct ZSTD_DDict_s { struct
24237 void* dictBuffer;
24238 const void* dictContent;
24239 size_t dictSize;
24240 ZSTD_entropyDTables_t entropy;
24241 U32 dictID;
24242 U32 entropyPresent;
24243 ZSTD_customMem cMem;