Home | History | Annotate | Download | only in source

Lines Matching refs:bitsUsed

583 		const int32 bitsUsed = codeSize - bitsSoFar;
587 const int32 bitsNotUsed = 32 - bitsUsed;
591 fBitBuffer <<= bitsUsed;
592 fBitBufferCount -= bitsUsed;