Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dport.h325 static uint32 Log2FloorNonZero64(uint64 n) { in Log2FloorNonZero64() function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h1265 uint32 log2value = Bits::Log2FloorNonZero64(value | 0x1); in VarintSize64()