Searched refs:DTableSpace (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.c | 648 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument 664 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits); in ZSTD_buildSeqTable() 666 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable() 686 …ZSTD_buildFSETable(DTableSpace, norm, max, baseValue, nbAdditionalBits, tableLog, wksp, wkspSize, … in ZSTD_buildSeqTable() 687 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
|