Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c2643 struct ZSTDv05_DCtx_s struct
2645 FSEv05_DTable LLTable[FSEv05_DTABLE_SIZE_U32(LLFSEv05Log)];
2646 FSEv05_DTable OffTable[FSEv05_DTABLE_SIZE_U32(OffFSEv05Log)];
2647 FSEv05_DTable MLTable[FSEv05_DTABLE_SIZE_U32(MLFSEv05Log)];
2648 unsigned hufTableX4[HUFv05_DTABLE_SIZE(HufLog)];
2649 const void* previousDstEnd;
2650 const void* base;
2651 const void* vBase;
2652 const void* dictEnd;
2653 size_t expected;
[all …]