Searched refs:ZSTD_seqSymbol (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 72 } ZSTD_seqSymbol; typedef 80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables… 81 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace … 82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D… 104 const ZSTD_seqSymbol* LLTptr; 105 const ZSTD_seqSymbol* MLTptr; 106 const ZSTD_seqSymbol* OFTptr;
|
| H A D | zstd_decompress_block.c | 247 static const ZSTD_seqSymbol LL_defaultDTable[(1<<LL_DEFAULTNORMLOG)+1] = { 350 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle() 368 void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body() 373 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable_body() 488 static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body_default() 508 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable() 529 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() 666 const ZSTD_seqSymbol* table; 914 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() 1427 ZSTD_getLongOffsetsShare(const ZSTD_seqSymbol* offTable) in ZSTD_getLongOffsetsShare() [all …]
|
| H A D | zstd_decompress_block.h | 55 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 22695 } ZSTD_seqSymbol; typedef 22728 const ZSTD_seqSymbol* LLTptr; 22729 const ZSTD_seqSymbol* MLTptr; 22730 const ZSTD_seqSymbol* OFTptr; 24567 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, 26743 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle() 26761 ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable() 26766 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable() 26826 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() 26955 const ZSTD_seqSymbol* table; [all …]
|