Lines Matching refs:BitBuffer
34 void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize)
44 uint32_t BitBufferRead (BitBuffer * bits, uint8_t numBits)
69 uint8_t BitBufferReadSmall (BitBuffer * bits, uint8_t numBits)
93 uint8_t BitBufferReadOne (BitBuffer * bits)
111 uint32_t BitBufferPeek (BitBuffer * bits, uint8_t numBits)
119 uint32_t BitBufferPeekOne (BitBuffer * bits)
126 uint32_t BitBufferUnpackBERSize (BitBuffer * bits)
139 uint32_t BitBufferGetPosition (BitBuffer * bits)
150 void BitBufferByteAlign (BitBuffer * bits, int32_t addZeros)
164 void BitBufferAdvance (BitBuffer * bits, uint32_t numBits)
176 void BitBufferRewind (BitBuffer * bits, uint32_t numBits)
214 void BitBufferWrite (BitBuffer * bits, uint32_t bitValues, uint32_t numBits)
253 void BitBufferReset (BitBuffer * bits)
254 //void BitBufferInit (BitBuffer * bits, uint8_t * buffer, uint32_t byteSize)