Searched refs:mp (Results 26 - 36 of 36) sorted by relevance

12

/barrelfish-2018-10-04/usr/eclipseclp/Alog/src/
H A Dadjlogs.c518 #include <mp.h>
533 fprintf( stderr, "Could not allocate mp int\n" );
538 fprintf( stderr, "Could not allocate mp int\n" );
543 fprintf( stderr, "Could not allocate mp int\n" );
552 fprintf( stderr, "Could not allocate mp int\n" );
558 fprintf( stderr, "Could not allocate mp int\n" );
564 fprintf( stderr, "Could not allocate mp int\n" );
698 #include <mp.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_mul.c763 BN_ULONG ll,lc,*lp,*mp; local
855 mp= &(t[n2]);
857 lp[i]=((~mp[i])+1)&BN_MASK2;
/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c59 mp_digit mp; local
82 mp_montgomery_setup(&a, &mp);
91 mp_montgomery_reduce(&c, &a, mp);
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetaddrinfo.c789 u_char *mp, *ep, *k, *p, m; local
813 mp = (u_char *)&pol->addrmask.sin6_addr;
814 ep = mp + 16; /* XXX: scope field? */
817 for (; mp < ep && *mp; mp++, k++, p++) {
818 m = *mp;
/barrelfish-2018-10-04/include/vm/
H A Dvm_object.c1003 struct mount *mp; local
1036 (void) vn_start_write(vp, &mp, V_WAIT);
1060 vn_finished_write(mp);
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppoe.c1152 pppoe_ifattach_hook(void *arg, struct pbuf **mp, struct netif *ifp, int dir)
1157 if (mp != (struct pbuf **)PFIL_IFNET_DETACH) {
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppoe.c1152 pppoe_ifattach_hook(void *arg, struct pbuf **mp, struct netif *ifp, int dir)
1157 if (mp != (struct pbuf **)PFIL_IFNET_DETACH) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dwrite.c272 #define Pwrite(ww, s, v, t, mp, d, mod, mt, sd, flags) \
273 if((status = _pwrite1(ww, s, v, t, mp, d, mod, mt, sd, flags)) < 0) \
/barrelfish-2018-10-04/usr/eclipseclp/config/
H A Dconfig.guess768 *:UNICOS/mp:*:*)
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4205 char* mp = (char*)(CALL_MMAP(asize)); local
4206 if (mp != CMFAIL) {
4207 tbase = mp;
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/GmpDll/
H A DGmpDll.mak4525 "..\..\Gmp\src\mpz\mp.h"\
5272 "..\..\Gmp\src\mpz\mp.h"\
6652 "..\..\Gmp\src\mpz\mp.h"\
7952 "..\..\Gmp\src\mpz\mp.h"\
8468 "..\..\Gmp\src\mpz\mp.h"\
8944 "..\..\Gmp\src\mpz\mp.h"\
9378 "..\..\Gmp\src\mpz\mp.h"\
9421 "..\..\Gmp\src\mpz\mp.h"\
9661 "..\..\Gmp\src\mpz\mp.h"\

Completed in 279 milliseconds

12