Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c477 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()
488 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body() argument
584 tableDecode[position].baseValue = s; in ZSTD_buildFSETable_body()
595 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable_body()
601 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable_body()
609 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body_default() argument
662 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
1254 seq.matchLength = mlDInfo->baseValue; in ZSTD_decodeSequence()
1255 seq.litLength = llDInfo->baseValue; in ZSTD_decodeSequence()
1256 { U32 const ofBase = ofDInfo->baseValue; in ZSTD_decodeSequence()
[all …]
H A Dzstd_decompress_block.h64 const U32* baseValue, const U8* nbAdditionalBits,
H A Dzstd_decompress_internal.h72 U32 baseValue; member