Searched refs:BitsIndexUpbound (Results 1 – 1 of 1) sorted by relevance
2444 constexpr static uint32_t BitsIndexUpbound = 32; variable2468 assert(Width < BitsIndexUpbound); in getNextBits()2475 return CurrentBitsIndex + Width < BitsIndexUpbound; in canGetNextNBits()2479 bool isValid() const { return CurrentBitsIndex < BitsIndexUpbound; } in isValid()