Home
last modified time | relevance | path

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

/external/u-boot/lib/zstd/
Ddecompress.c1968 struct ZSTD_DDict_s { struct
1969 void *dictBuffer;
1970 const void *dictContent;
1971 size_t dictSize;
1972 ZSTD_entropyTables_t entropy;
1973 U32 dictID;
1974 U32 entropyPresent;
1975 ZSTD_customMem cMem;