Searched refs:FSE_DStream_t (Results 1 – 1 of 1) sorted by relevance
83 } FSE_DStream_t; typedef701 static size_t FSE_lookBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_lookBits()713 static void FSE_skipBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_skipBits()726 static size_t FSE_readBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_readBits()740 static unsigned FSE_reloadDStream(FSE_DStream_t* bitD) in FSE_reloadDStream()782 static BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD) in FSE_decodeSymbol()807 static unsigned FSE_endOfDStream(const FSE_DStream_t* bitD) in FSE_endOfDStream()828 FSE_DStream_t bitD; in FSE_decompress_usingDTable_generic()1100 FSE_DStream_t bitD1, bitD2, bitD3, bitD4; in HUF_decompress_usingDTable()1154 FSE_DStream_t bitTail; in HUF_decompress_usingDTable()[all …]