Searched refs:s_mp_exch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.c281 s_mp_exch(mp1, mp2);
454 s_mp_exch(&tmp, b);
499 s_mp_exch(&tmp, b);
609 s_mp_exch(&qp, q);
671 s_mp_exch(&s, c);
1078 s_mp_exch(pQ, q);
1081 s_mp_exch(pR, r);
1379 s_mp_exch(&x, b);
1576 s_mp_exch(&s, c);
1621 s_mp_exch(
2938 void s_mp_exch(mp_int *a, mp_int *b) function
[all...]
H A Dmpi-priv.h200 void s_mp_exch(mp_int *a, mp_int *b); /* swap a and b in place */

Completed in 50 milliseconds