Searched refs:lowBits (Results 1 – 2 of 2) sorted by relevance
618 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_updateState() local619 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()627 size_t const lowBits = BIT_readBits(bitD, nbBits); in FSE_decodeSymbol() local629 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()640 size_t const lowBits = BIT_readBitsFast(bitD, nbBits); in FSE_decodeSymbolFast() local642 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
916 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseState() local917 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()924 size_t const lowBits = BIT_readBits(bitD, nbBits); in ZSTD_updateFseStateWithDInfo() local925 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()