Lines Matching refs:baseValue
22692 U32 baseValue; member
24567 const U32* baseValue, const U32* nbAdditionalBits,
26737 static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U32 nbAddBits) in ZSTD_buildSeqTable_rle() argument
26750 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()
26761 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable() argument
26783 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable()
26800 tableDecode[position].baseValue = s; in ZSTD_buildFSETable()
26810 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable()
26816 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable()
26827 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildSeqTable() argument
26837 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
26861 ZSTD_buildFSETable(DTableSpace, norm, max, baseValue, nbAdditionalBits, tableLog); in ZSTD_buildSeqTable()
27235 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()
27236 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence()
27237 U32 const ofBase = ofDInfo.baseValue; in ZSTD_decodeSequence()