Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c359 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()
370 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable_body() argument
465 tableDecode[position].baseValue = s; in ZSTD_buildFSETable_body()
476 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable_body()
482 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable_body()
490 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable_body_default() argument
500 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable_body_bmi2() argument
543 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
948 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()
949 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence()
[all …]
H A Dzstd_decompress_block.h57 const U32* baseValue, const U32* nbAdditionalBits,
H A Dzstd_decompress_internal.h71 U32 baseValue; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22694 U32 baseValue; member
24569 const U32* baseValue, const U32* nbAdditionalBits,
26752 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()
26763 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable() argument
26802 tableDecode[position].baseValue = s; in ZSTD_buildFSETable()
26812 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable()
26818 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable()
26839 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
27237 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()
27238 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence()
[all …]