Home
last modified time | relevance | path

Searched defs: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
254 uint64 new_lo = (Uint128Low64(val) >> amount) | variable