Searched refs:GetMsb (Results 1 – 3 of 3) sorted by relevance
18 TEST(Log2Test, GetMsb) { in TEST() argument
72 int GetMsb() const { return lsb_ + GetWidthInBits() - 1; } in GetMsb() function
195 int msb = field.GetMsb(); in Get()