Searched refs:CurrentBitIndex (Results 1 – 1 of 1) sorted by relevance
1068 return CurrentBitIndex + BitsWidth < BitIndexUpbound; in canWriteNextNBits()1073 CurrentBitIndex = 0; in reset()1083 UnderlyingValue |= Value << CurrentBitIndex; in addBits()1084 CurrentBitIndex += BitsWidth; in addBits()1091 uint32_t CurrentBitIndex = 0; variable