Searched refs:BITv06_highbit32 (Results 1 – 1 of 1) sorted by relevance
860 MEM_STATIC unsigned BITv06_highbit32 ( U32 val) in BITv06_highbit32() function903 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()920 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()1513 tableDecode[u].nbBits = (BYTE) (tableLog - BITv06_highbit32 ((U32)nextState) ); in FSEv06_buildDTable()1906 { U32 const tableLog = BITv06_highbit32(weightTotal) + 1; in HUFv06_readStats()1912 U32 const verif = 1 << BITv06_highbit32(rest); in HUFv06_readStats()1913 U32 const lastWeight = BITv06_highbit32(rest) + 1; in HUFv06_readStats()