Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128.h236 uint64 new_hi = (Uint128High64(val) << amount) | variable
239 return uint128(new_hi, new_lo);
253 uint64 new_hi = Uint128High64(val) >> amount; variable
256 return uint128(new_hi, new_lo);