Home
last modified time | relevance | path

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

/linux-5.10/lib/zstd/
Ddecompress.c77 struct ZSTD_DCtx_s { struct
78 const FSE_DTable *LLTptr;
79 const FSE_DTable *MLTptr;
80 const FSE_DTable *OFTptr;
81 const HUF_DTable *HUFptr;
82 ZSTD_entropyTables_t entropy;
83 const void *previousDstEnd; /* detect continuity */
84 const void *base; /* start of curr segment */
85 const void *vBase; /* virtual start of previous segment if it was just before curr one */
86 const void *dictEnd; /* end of previous segment */
[all …]