Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h125 struct ZSTD_DCtx_s struct
127 const ZSTD_seqSymbol* LLTptr;
128 const ZSTD_seqSymbol* MLTptr;
129 const ZSTD_seqSymbol* OFTptr;
130 const HUF_DTable* HUFptr;
131 ZSTD_entropyDTables_t entropy;
132 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */
133 const void* previousDstEnd; /* detect continuity */
134 const void* prefixStart; /* start of current segment */
135 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h103 struct ZSTD_DCtx_s struct
105 const ZSTD_seqSymbol* LLTptr;
106 const ZSTD_seqSymbol* MLTptr;
107 const ZSTD_seqSymbol* OFTptr;
108 const HUF_DTable* HUFptr;
109 ZSTD_entropyDTables_t entropy;
110 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */
111 const void* previousDstEnd; /* detect continuity */
112 const void* prefixStart; /* start of current segment */
113 …t void* virtualStart; /* virtual start of previous segment if it was just before current one */
[all …]
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2442 struct ZSTD_DCtx_s struct
2444 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)];
2445 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)];
2446 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)];
2447 void* previousDstEnd;
2448 void* base;
2449 size_t expected;
2450 blockType_t bType;
2451 U32 phase;
2452 const BYTE* litPtr;
[all …]
H A Dzstd_v02.c2801 struct ZSTD_DCtx_s struct
2803 U32 LLTable[FSE_DTABLE_SIZE_U32(LLFSELog)];
2804 U32 OffTable[FSE_DTABLE_SIZE_U32(OffFSELog)];
2805 U32 MLTable[FSE_DTABLE_SIZE_U32(MLFSELog)];
2806 void* previousDstEnd;
2807 void* base;
2808 size_t expected;
2809 blockType_t bType;
2810 U32 phase;
2811 const BYTE* litPtr;
[all …]