Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_internal.h73 } ZSTD_seqSymbol; typedef
82ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables…
83ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace …
84ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D…
129 const ZSTD_seqSymbol* LLTptr;
130 const ZSTD_seqSymbol* MLTptr;
131 const ZSTD_seqSymbol* OFTptr;
H A Dzstd_decompress_block.c468 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle()
486 void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body()
491 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable_body()
627 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable()
648 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable()
787 const ZSTD_seqSymbol* table;
1242 ZSTD_seqSymbol llDInfoS, mlDInfoS, ofDInfoS; in ZSTD_decodeSequence()
1243 ZSTD_seqSymbol* const llDInfo = &llDInfoS; in ZSTD_decodeSequence()
1244 ZSTD_seqSymbol* const mlDInfo = &mlDInfoS; in ZSTD_decodeSequence()
1245 ZSTD_seqSymbol* const ofDInfo = &ofDInfoS; in ZSTD_decodeSequence()
[all …]
H A Dzstd_decompress_block.h62 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,