Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
Dfse.h619 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_updateState() local
620 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()
628 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local
630 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()
641 size_t const lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local
643 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress_block.c1152 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseStateWithDInfo() local
1153 DStatePtr->state = nextState + lowBits; in ZSTD_updateFseStateWithDInfo()