Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dint128.cc83 uint128* quotient_ret, uint128* remainder_ret) { in DivModImpl() argument
91 *remainder_ret = dividend; in DivModImpl()
97 *remainder_ret = 0; in DivModImpl()
122 *remainder_ret = dividend; in DivModImpl()
Dint128.h92 uint128* quotient_ret, uint128* remainder_ret);