Searched refs:BITv05_highbit32 (Results 1 – 1 of 1) sorted by relevance
756 MEM_STATIC unsigned BITv05_highbit32 (U32 val) in BITv05_highbit32() function801 bitD->bitsConsumed = 8 - BITv05_highbit32(contain32); in BITv05_initDStream()819 bitD->bitsConsumed = 8 - BITv05_highbit32(contain32); in BITv05_initDStream()1261 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) ); in FSEv05_buildDTable()1847 tableLog = BITv05_highbit32(weightTotal) + 1; in HUFv05_readStats()1852 U32 verif = 1 << BITv05_highbit32(rest); in HUFv05_readStats()1853 U32 lastWeight = BITv05_highbit32(rest) + 1; in HUFv05_readStats()