Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c96 U32 baseValue; member
784 static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U32 nbAddBits) in ZSTD_buildSeqTable_rle() argument
797 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()
806 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable() argument
828 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable()
844 tableDecode[position].baseValue = s; in ZSTD_buildFSETable()
854 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable()
860 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable()
871 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildSeqTable() argument
880 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
[all …]