/external/dropbear/libtommath/ |
bn_mp_div_d.c | 32 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 652 /* {{{ 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) [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 2139 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function [all...] |