Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v07.c530 MEM_STATIC unsigned BITv07_highbit32 (U32 val) in BITv07_highbit32() function
570 bitD->bitsConsumed = lastByte ? 8 - BITv07_highbit32(lastByte) : 0; in BITv07_initDStream()
587 bitD->bitsConsumed = lastByte ? 8 - BITv07_highbit32(lastByte) : 0; in BITv07_initDStream()
1358 { U32 const tableLog = BITv07_highbit32(weightTotal) + 1; in HUFv07_readStats()
1364 U32 const verif = 1 << BITv07_highbit32(rest); in HUFv07_readStats()
1365 U32 const lastWeight = BITv07_highbit32(rest) + 1; in HUFv07_readStats()
1533 tableDecode[u].nbBits = (BYTE) (tableLog - BITv07_highbit32 ((U32)nextState) ); in FSEv07_buildDTable()