Searched defs:ZSTD_DCtx_s (Results 1 – 2 of 2) sorted by relevance
50753 struct ZSTD_DCtx_s { struct50754 const ZSTD_seqSymbol *LLTptr;50755 const ZSTD_seqSymbol *MLTptr;50756 const ZSTD_seqSymbol *OFTptr;50757 const HUF_DTable *HUFptr;50758 ZSTD_entropyDTables_t entropy;50759 U32 workspace[640];50760 const void *previousDstEnd;50761 const void *prefixStart;50762 const void *virtualStart;[all …]
60510 struct ZSTD_DCtx_s { struct60511 const ZSTD_seqSymbol *LLTptr;60512 const ZSTD_seqSymbol *MLTptr;60513 const ZSTD_seqSymbol *OFTptr;60514 const HUF_DTable *HUFptr;60515 ZSTD_entropyDTables_t entropy;60516 U32 workspace[640];60517 const void *previousDstEnd;60518 const void *prefixStart;60519 const void *virtualStart;[all …]