Searched defs:s_mp_mul (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h554 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) macro
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c3423 mp_err s_mp_mul(mp_int *a, mp_int *b) function
[all...]

Completed in 81 milliseconds