Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26826 static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD_seqSymbol** DTablePtr, in ZSTD_buildSeqTable() argument
26843 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()
26846 *DTablePtr = defaultTable; in ZSTD_buildSeqTable()
26852 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable()
26864 *DTablePtr = DTableSpace; in ZSTD_buildSeqTable()