Searched refs:remainder_ret (Results 1 – 2 of 2) sorted by relevance
83 uint128* quotient_ret, uint128* remainder_ret) { in DivModImpl() argument91 *remainder_ret = dividend; in DivModImpl()97 *remainder_ret = 0; in DivModImpl()122 *remainder_ret = dividend; in DivModImpl()
92 uint128* quotient_ret, uint128* remainder_ret);