Searched refs:mpz_init (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_gmp.c338 mpz_init(hptr->n);
339 mpz_init(hptr->d);
340 mpz_init(hptr->e);
341 mpz_init(hptr->p);
342 mpz_init(hptr->q);
343 mpz_init(hptr->dmp1);
344 mpz_init(hptr->dmq1);
345 mpz_init(hptr->iqmp);
346 mpz_init(hptr->r0);
347 mpz_init(hpt
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbigrat.c573 mpz_init(&tmpn);
574 mpz_init(&tmpd);
575 mpz_init(&big_xi);
830 mpz_init(&z);
1237 mpz_init(&c);
1252 mpz_init(&c);
1266 mpz_init(&c);
1277 mpz_init(&c);
1289 mpz_init(&c);
1303 mpz_init(
[all...]
H A Dlgmp.c34 void mpz_init(x) MP_INT *x; {} function

Completed in 22 milliseconds