Searched refs:BITv05_highbit32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c753 MEM_STATIC unsigned BITv05_highbit32 (U32 val) function
797 bitD->bitsConsumed = 8 - BITv05_highbit32(contain32);
815 bitD->bitsConsumed = 8 - BITv05_highbit32(contain32);
1257 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) );
1843 tableLog = BITv05_highbit32(weightTotal) + 1;
1848 U32 verif = 1 << BITv05_highbit32(rest);
1849 U32 lastWeight = BITv05_highbit32(rest) + 1;

Completed in 203 milliseconds