Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h212 mp_err s_mp_sub_d(mp_int *mp, mp_digit d); /* unsigned digit subtract */
H A Dmpi.c443 if((res = s_mp_sub_d(&tmp, d)) != MP_OKAY) in mp_add_d()
487 if((res = s_mp_sub_d(&tmp, d)) != MP_OKAY) in mp_sub_d()
3291 mp_err s_mp_sub_d(mp_int *mp, mp_digit d) /* unsigned digit subtract */ in s_mp_sub_d() function