Home
last modified time | relevance | path

Searched defs:GetMsb (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dlog2_test.cc19 TEST(Log2Test, GetMsb) { in TEST() argument
/aosp_15_r20/external/vixl/src/aarch64/
H A Dcpu-aarch64.h72 int GetMsb() const { return lsb_ + GetWidthInBits() - 1; } in GetMsb() function