Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c64 struct ZSTD_CDict_s { struct
65 const void* dictContent;
66 size_t dictContentSize;
67 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */
68 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
69 ZSTD_cwksp workspace;
70 ZSTD_matchState_t matchState;
71 ZSTD_compressedBlockState_t cBlockState;
72 ZSTD_customMem customMem;
73 U32 dictID;
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c13136 struct ZSTD_CDict_s { struct
13137 const void* dictContent;
13138 size_t dictContentSize;
13139 U32* entropyWorkspace; /* entropy workspace of HUF_WORKSPACE_SIZE bytes */
13140 ZSTD_cwksp workspace;
13141 ZSTD_matchState_t matchState;
13142 ZSTD_compressedBlockState_t cBlockState;
13143 ZSTD_customMem customMem;
13144 U32 dictID;
13145 int compressionLevel; /* 0 indicates that advanced API was used to select CDict params */