Searched refs:CurrentBitIndex (Results 1 – 1 of 1) sorted by relevance
890 return CurrentBitIndex + BitsWidth < BitIndexUpbound; in canWriteNextNBits()895 CurrentBitIndex = 0; in reset()905 UnderlyingValue |= Value << CurrentBitIndex; in addBits()906 CurrentBitIndex += BitsWidth; in addBits()913 uint32_t CurrentBitIndex = 0; variable