Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dhuf_decompress.c1066 static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 targetLog, const U32 consumedBits, in HUF_fillDTableX2Level2() argument
1076 U32 const length = 1U << ((targetLog - consumedBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2Level2()
1115 totalBits, targetLog, in HUF_fillDTableX2Level2()
1121 static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, in HUF_fillDTableX2() argument
1127 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2()
1138 if (targetLog-nbBits >= minBits) { in HUF_fillDTableX2()
1141 U32 const length = 1U << ((targetLog - nbBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2()
1150 DTable + start, targetLog, nbBits, in HUF_fillDTableX2()
1161 nbBits, targetLog, in HUF_fillDTableX2()