Home
last modified time | relevance | path

Searched defs:rmp (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libmp/
H A Dmpasbn.c143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_gcd()
188 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _madd()
201 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_madd()
250 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) in mp_mdiv()
290 MINT *rmp; in mp_min() local
368 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt()
409 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _msub()
422 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_msub()
503 mp_mult(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_mult()
540 mp_rpow(const MINT *bmp, short e, MINT *rmp) in mp_rpow()
[all …]
/freebsd/libexec/rbootd/
H A Ddefs.h115 struct rmp_packet rmp; /* RMP packet */ member
H A Drmpproto.c80 struct rmp_packet *rmp; in ProcessPacket() local
H A Dutils.c77 struct rmp_packet *rmp; in DispPkt() local