Searched defs:GetMsb (Results 1 – 2 of 2) sorted by relevance
18 TEST(Log2Test, GetMsb) { in TEST() argument
72 int GetMsb() const { return lsb_ + GetWidthInBits() - 1; } in GetMsb() function