Searched refs:CurrentBitIndex (Results 1 – 1 of 1) sorted by relevance
1015 return CurrentBitIndex + BitsWidth < BitIndexUpbound; in canWriteNextNBits()1020 CurrentBitIndex = 0; in reset()1030 UnderlyingValue |= Value << CurrentBitIndex; in addBits()1031 CurrentBitIndex += BitsWidth; in addBits()1038 uint32_t CurrentBitIndex = 0; variable