Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c433 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument
450 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
453 *DTablePtr = defaultTable; in ZSTD_buildSeqTable()
459 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable()
471 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c605 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument
623 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
626 *DTablePtr = defaultTable; in ZSTD_buildSeqTable()
632 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable()
644 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()