Searched refs:Log2FloorNonZero64 (Results 1 – 2 of 2) sorted by relevance
325 static uint32 Log2FloorNonZero64(uint64 n) { in Log2FloorNonZero64() function
1265 uint32 log2value = Bits::Log2FloorNonZero64(value | 0x1); in VarintSize64()