Home
last modified time | relevance | path

Searched refs:ZSTD_seqSymbol (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_decompress_internal.h72 } ZSTD_seqSymbol; typedef
77ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables…
78ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace …
79ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D…
105 const ZSTD_seqSymbol* LLTptr;
106 const ZSTD_seqSymbol* MLTptr;
107 const ZSTD_seqSymbol* OFTptr;
H A Dzstd_decompress_block.c247 static const ZSTD_seqSymbol LL_defaultDTable[(1<<LL_DEFAULTNORMLOG)+1] = {
285 static const ZSTD_seqSymbol OF_defaultDTable[(1<<OF_DEFAULTNORMLOG)+1] = {
308 static const ZSTD_seqSymbol ML_defaultDTable[(1<<ML_DEFAULTNORMLOG)+1] = {
350 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle()
368 ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable()
373 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable()
433 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable()
562 const ZSTD_seqSymbol* table;
810 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState()
1319 ZSTD_getLongOffsetsShare(const ZSTD_seqSymbol* offTable) in ZSTD_getLongOffsetsShare()
[all …]
H A Dzstd_decompress_block.h53 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,