Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dint128.cc84 uint128* quotient_ret, uint128* remainder_ret) { in DivModImpl() argument
90 *remainder_ret = dividend; in DivModImpl()
108 *remainder_ret = dividend; in DivModImpl()
Dint128.h94 uint128* quotient_ret, uint128* remainder_ret);
/external/libtextclassifier/abseil-cpp/absl/numeric/
Dint128.cc57 uint128* remainder_ret) { in DivModImpl() argument
62 *remainder_ret = dividend; in DivModImpl()
68 *remainder_ret = 0; in DivModImpl()
91 *remainder_ret = dividend; in DivModImpl()
/external/angle/third_party/abseil-cpp/absl/numeric/
Dint128.cc57 uint128* remainder_ret) { in DivModImpl() argument
62 *remainder_ret = dividend; in DivModImpl()
68 *remainder_ret = 0; in DivModImpl()
91 *remainder_ret = dividend; in DivModImpl()
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128.cc57 uint128* remainder_ret) { in DivModImpl() argument
62 *remainder_ret = dividend; in DivModImpl()
68 *remainder_ret = 0; in DivModImpl()
91 *remainder_ret = dividend; in DivModImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128.cc57 uint128* remainder_ret) { in DivModImpl() argument
62 *remainder_ret = dividend; in DivModImpl()
68 *remainder_ret = 0; in DivModImpl()
91 *remainder_ret = dividend; in DivModImpl()
/external/abseil-cpp/absl/numeric/
Dint128.cc71 uint128* remainder_ret) { in DivModImpl() argument
76 *remainder_ret = dividend; in DivModImpl()
82 *remainder_ret = 0; in DivModImpl()
105 *remainder_ret = dividend; in DivModImpl()
/external/webrtc/third_party/abseil-cpp/absl/numeric/
Dint128.cc71 uint128* remainder_ret) { in DivModImpl() argument
76 *remainder_ret = dividend; in DivModImpl()
82 *remainder_ret = 0; in DivModImpl()
105 *remainder_ret = dividend; in DivModImpl()