HomeSort by relevance Sort by last modified time
    Searched refs:mp_div_d (Results 1 - 10 of 10) sorted by null

  /external/dropbear/libtommath/
bn_mp_mod_d.c 21 return mp_div_d(a, b, NULL, c);
bn_mp_radix_size.c 61 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
bn_mp_toradix.c 51 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
bn_mp_toradix_n.c 64 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
bn_mp_div_d.c 32 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
tommath.h 343 int mp_div_d(mp_int *a, mp_digit b, mp_int *c, mp_digit *d);
bn.tex     [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 111 mp_err mp_div_d(mp_int *a, mp_digit d, mp_int *q, mp_digit *r);
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...]

Completed in 3223 milliseconds