Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c648 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument
666 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
669 *DTablePtr = defaultTable; in ZSTD_buildSeqTable()
675 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable()
687 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()