Home
last modified time | relevance | path

Searched refs:Fls128 (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dint128.cc72 static inline int Fls128(uint128 n) { in Fls128() function
106 int shift = Fls128(dividend) - Fls128(denominator); in DivModImpl()