Lines Matching defs:nbBits
129 unsigned char nbBits; member
484 int nbBits; in FSE_readNCount() local
611 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
697 static size_t FSE_lookBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_lookBits()
703 static size_t FSE_lookBitsFast(FSE_DStream_t* bitD, U32 nbBits) /* only if nbBits >= 1 !! */ in FSE_lookBitsFast()
709 static void FSE_skipBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_skipBits()
722 static size_t FSE_readBits(FSE_DStream_t* bitD, U32 nbBits) in FSE_readBits()
729 static size_t FSE_readBitsFast(FSE_DStream_t* bitD, U32 nbBits) /* only if nbBits >= 1 !! */ in FSE_readBitsFast()
781 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol() local
792 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast() local
938 BYTE nbBits; member
945 BYTE nbBits; member
954 BYTE nbBits; member
1719 U32 offsetCode, nbBits; in ZSTD_decodeSequence() local