Searched defs:mp_div_d (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_div_d.c32 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
/external/dropbear/libtommath/mtest/
H A Dmpi.c652 /* {{{ mp_div_d(a, d, q, r) */
655 mp_div_d(a, d, q, r)
662 mp_err mp_div_d(mp_int *a, mp_digit d, mp_int *q, mp_digit *r) function
727 } /* end mp_div_d() */
1421 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY)
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2139 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
4657 return mp_div_d(a, b, NULL, c);
6255 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8389 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8481 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {

Completed in 122 milliseconds