Searched defs:mp1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libmp/ |
H A D | mpasbn.c | 143 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() 211 mp_mcmp(const MINT *mp1, const MINT *mp2) in mp_mcmp() 221 _mcmpa(const char *msg __unused, const MINT *mp1, const MINT *mp2) in _mcmpa() 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() 490 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) in _mult() 503 mp_mult(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_mult()
|
/freebsd/lib/libmp/tests/ |
H A D | legacy_test.c | 38 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname) in testmcmp()
|
/freebsd/sys/security/audit/ |
H A D | audit_worker.c | 110 struct mount *mp1; in audit_worker_sync_vp() local
|
/freebsd/contrib/mandoc/ |
H A D | mansearch.c | 407 const struct manpage *mp1, *mp2; in manpage_compare() local
|
/freebsd/stand/common/ |
H A D | module.c | 1585 struct kernel_module *mp, *mp1; in file_discard() local
|
/freebsd/sys/dev/md/ |
H A D | md.c | 501 vm_page_t m, *mp1; in md_malloc_move_ma() local
|