Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress_internal.h109 struct ZSTD_DCtx_s struct
111 const ZSTD_seqSymbol* LLTptr;
112 const ZSTD_seqSymbol* MLTptr;
113 const ZSTD_seqSymbol* OFTptr;
114 const HUF_DTable* HUFptr;
115 ZSTD_entropyDTables_t entropy;
116 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */
117 const void* previousDstEnd; /* detect continuity */
118 const void* prefixStart; /* start of current segment */
119 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */
[all …]