Searched refs:baseValue (Results 1 – 3 of 3) sorted by relevance
431 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()441 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body() argument535 tableDecode[position].baseValue = s; in ZSTD_buildFSETable_body()546 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable_body()552 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable_body()560 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body_default() argument612 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()1165 seq.matchLength = mlDInfo->baseValue;1166 seq.litLength = llDInfo->baseValue;1167 { U32 const ofBase = ofDInfo->baseValue;[all …]
60 const U32* baseValue, const U8* nbAdditionalBits,
66 U32 baseValue; member
Completed in 18 milliseconds