Searched refs:BIT_highbit32 (Results 1 – 3 of 3) sorted by relevance
189 U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_wksp()197 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_wksp()198 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_wksp()
118 ZSTD_STATIC unsigned BIT_highbit32(register U32 val) { return 31 - __builtin_clz(val); } in BIT_highbit32() function222 …bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; /* ensures bitsConsumed is always… in BIT_initDStream()241 bitD->bitsConsumed = lastByte ? 8 - BIT_highbit32(lastByte) : 0; in BIT_initDStream()
129 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp()