Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h102 struct ZSTD_DCtx_s struct
104 const ZSTD_seqSymbol* LLTptr;
105 const ZSTD_seqSymbol* MLTptr;
106 const ZSTD_seqSymbol* OFTptr;
107 const HUF_DTable* HUFptr;
108 ZSTD_entropyDTables_t entropy;
109 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */
110 const void* previousDstEnd; /* detect continuity */
111 const void* prefixStart; /* start of current segment */
112 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */
[all …]