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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c432 } else if(s_mp_cmp_d(&tmp, d) >= 0) {
441 if(s_mp_cmp_d(&tmp, 0) == 0)
476 } else if(s_mp_cmp_d(&tmp, d) >= 0) {
486 if(s_mp_cmp_d(&tmp, 0) == 0)
592 if(s_mp_cmp_d(&qp, 0) == 0)
721 if(s_mp_cmp_d(b, 0) == MP_EQ)
754 if (s_mp_cmp_d(c, 0) == MP_EQ)
796 if (s_mp_cmp_d(c, 0) == MP_EQ)
886 if(SIGN(a) == SIGN(b) || s_mp_cmp_d(c, 0) == MP_EQ)
1061 if(s_mp_cmp_d(p
4482 int s_mp_cmp_d(const mp_int *a, mp_digit d) function
[all...]
H A Dmpi-priv.h225 int s_mp_cmp_d(const mp_int *a, mp_digit d); /* magnitude digit compare */

Completed in 1584 milliseconds