Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Ddecompress.c1979 struct ZSTD_DDict_s { struct
1980 void *dictBuffer;
1981 const void *dictContent;
1982 size_t dictSize;
1983 ZSTD_entropyTables_t entropy;
1984 U32 dictID;
1985 U32 entropyPresent;
1986 ZSTD_customMem cMem;