Home
last modified time | relevance | path

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

/freebsd/sys/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;
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_ddict.c37 struct ZSTD_DDict_s { struct
38 void* dictBuffer;
39 const void* dictContent;
40 size_t dictSize;
41 ZSTD_entropyDTables_t entropy;
42 U32 dictID;
43 U32 entropyPresent;
44 ZSTD_customMem cMem;