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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h203 mp_err s_mp_sub_d(mp_int *mp, mp_digit d); /* unsigned digit subtract */
H A Dmpi.c433 if((res = s_mp_sub_d(&tmp, d)) != MP_OKAY)
477 if((res = s_mp_sub_d(&tmp, d)) != MP_OKAY)
3282 /* {{{ s_mp_sub_d(mp, d) */
3285 mp_err s_mp_sub_d(mp_int *mp, mp_digit d) /* unsigned digit subtract */ function
3328 } /* end s_mp_sub_d() */

Completed in 38 milliseconds