Searched refs:baseValue (Results 1 – 3 of 3) sorted by relevance
477 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()488 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body() argument584 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() argument662 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 …]
64 const U32* baseValue, const U8* nbAdditionalBits,
72 U32 baseValue; member