Searched refs:BitContainerType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | bitstream.h | 52 typedef size_t BitContainerType; typedef 58 BitContainerType bitContainer; 66 MEM_STATIC void BIT_addBits(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 92 BitContainerType bitContainer; 106 FORCE_INLINE_TEMPLATE BitContainerType BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits); 125 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 163 FORCE_INLINE_TEMPLATE BitContainerType BIT_getLowerBits(BitContainerType bitContainer, U32 const nb… in BIT_getLowerBits() 182 BitContainerType value, unsigned nbBits) in BIT_addBits() 195 BitContainerType value, unsigned nbBits) in BIT_addBitsFast() 273 …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()
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | bitstream.h | 51 typedef size_t BitContainerType; typedef 57 BitContainerType bitContainer; 65 MEM_STATIC void BIT_addBits(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 91 BitContainerType bitContainer; 105 MEM_STATIC BitContainerType BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits); 124 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, BitContainerType value, unsigned nbBits); 162 FORCE_INLINE_TEMPLATE BitContainerType BIT_getLowerBits(BitContainerType bitContainer, U32 const nb… in BIT_getLowerBits() 181 BitContainerType value, unsigned nbBits) in BIT_addBits() 194 BitContainerType value, unsigned nbBits) in BIT_addBitsFast() 272 …case 7: bitD->bitContainer += (BitContainerType)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->b… in BIT_initDStream() [all …]
|
| H A D | fse.h | 459 BIT_addBits(bitC, (BitContainerType)statePtr->value, nbBitsOut); in FSE_encodeSymbol() 465 BIT_addBits(bitC, (BitContainerType)statePtr->value, statePtr->stateLog); in FSE_flushCState()
|