Searched refs:baseValue (Results 1 – 3 of 3) sorted by relevance
435 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()446 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body() argument541 tableDecode[position].baseValue = s; in ZSTD_buildFSETable_body()552 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable_body()558 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable_body()566 const U32* baseValue, const U8* nbAdditionalBits, in ZSTD_buildFSETable_body_default() argument619 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()1175 seq.matchLength = mlDInfo->baseValue;1176 seq.litLength = llDInfo->baseValue;1177 { U32 const ofBase = ofDInfo->baseValue;[all …]
63 const U32* baseValue, const U8* nbAdditionalBits,
71 U32 baseValue; member
Completed in 9 milliseconds