Searched refs:qp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c560 mp_int qp; local
587 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
590 res = s_mp_div_d(&qp, d, &rem);
592 if(s_mp_cmp_d(&qp, 0) == 0)
599 s_mp_exch(&qp, q);
601 mp_clear(&qp);
4142 mp_digit *qp, mp_digit *rp)
4170 if (qp)
4171 *qp = (q1 << MP_HALF_DIGIT_BIT) | q0;
4141 s_mpv_div_2dx1d(mp_digit Nhi, mp_digit Nlo, mp_digit divisor, mp_digit *qp, mp_digit *rp) argument

Completed in 1786 milliseconds