Searched refs:gcd (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libmp/
H A DMakefile.com31 OBJECTS= gcd.o madd.o mdiv.o mout.o msqrt.o mult.o pow.o util.o
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h597 #define IS_CRSRV(gcd) (IS_RSRV(&(gcd)->devices->id_cache_dev))
598 #define IS_RRSRV(gcd) (IS_RSRV(&(gcd)->devices->id_raw_dev))
600 #define IS_RFAILED(gcd) \
601 (RFAILED(&(gcd)->devices->id_cache_dev) || \
602 RFAILED(&(gcd)->devices->id_raw_dev))
607 #define RDC_U_FD(gcd) (IS_CRSRV(gcd) ? (gcd)
[all...]
/illumos-gate/usr/src/lib/libmp/common/
H A Dlibmp.h59 extern void gcd(MINT *, MINT *, MINT *);
H A Dold_mp.c29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); } function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c112 static int gcd(int, int);
164 gcd(int a, int b) function
195 ncycle = gcd(nnonopts, nopts);
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h155 BIG_ERR_CODE big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce,
H A Dbignumimpl.c3011 * gcd(m, e) = cm * m + ce * e
3014 big_ext_gcd_pos(BIGNUM *gcd, BIGNUM *cm, BIGNUM *ce, BIGNUM *m, BIGNUM *e) argument
3124 if ((gcd != NULL) && ((err = big_copy(gcd, riminus1)) != BIG_OK)) {
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1890 ... by computing the product, and dividing out the gcd.
1895 mp_int gcd, prod; local
1901 if((res = mp_init(&gcd, FLAG(a))) != MP_OKAY)
1908 if((res = mp_gcd(a, b, &gcd)) != MP_OKAY)
1911 res = mp_div(&prod, &gcd, c, NULL);
1916 mp_clear(&gcd);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c339 gss_clntdata_t *gcd = (gss_clntdata_t *)fsecdata->data; local
341 tsecdata->data = (caddr_t)copy_sec_data_gss(gcd);

Completed in 377 milliseconds