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