Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c857 MEM_STATIC unsigned BITv06_highbit32 ( U32 val) in BITv06_highbit32() function
899 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()
916 bitD->bitsConsumed = 8 - BITv06_highbit32(lastByte); } in BITv06_initDStream()
1509 tableDecode[u].nbBits = (BYTE) (tableLog - BITv06_highbit32 ((U32)nextState) ); in FSEv06_buildDTable()
1902 { U32 const tableLog = BITv06_highbit32(weightTotal) + 1; in HUFv06_readStats()
1908 U32 const verif = 1 << BITv06_highbit32(rest); in HUFv06_readStats()
1909 U32 const lastWeight = BITv06_highbit32(rest) + 1; in HUFv06_readStats()