Searched refs:currBytePos (Results 1 – 1 of 1) sorted by relevance
99 int currBytePos; //Current byte being written to, from 0 to bytesAllocated-1. member108 currBytePos = 0; in internalInit()164 stream[currBytePos] = (stream[currBytePos] & ~mask) | (-bit & mask); in appendBit()169 if (++currBytePos == bytesAllocated) allocate(bytesAllocated * granularity * 8); in appendBit()209 int currBytePos = 0; // Current byte being read in the stream. member222 bitOut = !!(stream[currBytePos] & mask); in readNextBit()227 ++currBytePos; in readNextBit()