Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dint128.h238 uint64 new_lo = Uint128Low64(val) << amount; variable
239 return uint128(new_hi, new_lo);
254 uint64 new_lo = (Uint128Low64(val) >> amount) | variable
256 return uint128(new_hi, new_lo);