Searched refs:FSE_readBits (Results 1 – 1 of 1) sorted by relevance
722 static size_t FSE_readBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_readBits() function773 DStatePtr->state = FSE_readBits(bitD, DTableH->tableLog); in FSE_initDState()783 size_t lowBits = FSE_readBits(bitD, nbBits); in FSE_decodeSymbol()1724 …offset = ((size_t)1 << (nbBits & ((sizeof(offset)*8)-1))) + FSE_readBits(&(seqState->DStream), nbB… in ZSTD_decodeSequence()