Searched refs:BitContainerType (Results 1 – 2 of 2) sorted by relevance
/linux/lib/zstd/common/ |
H A D | bitstream.h | 45 typedef size_t BitContainerType; typedef 51 BitContainerType bitContainer; 59 MEM_STATIC void BIT_addBits(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 85 BitContainerType bitContainer; 99 MEM_STATIC BitContainerType BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits); 118 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 156 FORCE_INLINE_TEMPLATE BitContainerType BIT_getLowerBits(BitContainerType bitContainer, U32 const nb… in BIT_getLowerBits() 166 BitContainerType value, unsigned nbBits) in BIT_addBits() 179 BitContainerType value, unsigned nbBits) in BIT_addBitsFast() 257 …case 7: bitD->bitContainer += (BitContainerType)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->b… in BIT_initDStream() [all …]
|
H A D | fse.h | 460 BIT_addBits(bitC, (BitContainerType)statePtr->value, nbBitsOut); in FSE_encodeSymbol() 466 BIT_addBits(bitC, (BitContainerType)statePtr->value, statePtr->stateLog); in FSE_flushCState()
|