Home
last modified time | relevance | path

Searched refs:quotient_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
90 *quotient_ret = 0; in DivModImpl()
96 *quotient_ret = 1; in DivModImpl()
121 *quotient_ret = quotient; in DivModImpl()
Dint128.h92 uint128* quotient_ret, uint128* remainder_ret);