Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c529 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument
547 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
550 *DTablePtr = defaultTable; in ZSTD_buildSeqTable()
556 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable()
568 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()