Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h72 } ZSTD_seqSymbol; typedef
80ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables…
81ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace …
82ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D…
127 const ZSTD_seqSymbol* LLTptr;
128 const ZSTD_seqSymbol* MLTptr;
129 const ZSTD_seqSymbol* OFTptr;
H A Dzstd_decompress_block.c323 static const ZSTD_seqSymbol LL_defaultDTable[(1<<LL_DEFAULTNORMLOG)+1] = {
361 static const ZSTD_seqSymbol OF_defaultDTable[(1<<OF_DEFAULTNORMLOG)+1] = {
426 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle()
444 void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body()
449 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable_body()
564 static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body_default()
584 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable()
605 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable()
741 const ZSTD_seqSymbol* table;
1956 ZSTD_getLongOffsetsShare(const ZSTD_seqSymbol* offTable)
[all …]
H A Dzstd_decompress_block.h61 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,