Searched defs:mu (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c1272 } mu; local
1376 mu.cp = buf;
1463 mu.hp->id =
1537 mu.hp->id =
1582 DYNDNS_ADD16(mu.hp->arcount, 1);
1593 DYNDNS_ADD16(mu.hp->arcount, -1);
1602 DYNDNS_ADD16(mu.hp->arcount, -1);
1623 DYNDNS_ADD16(mu.hp->arcount, -1);
/osnet-11/usr/src/common/mpi/
H A Dmpi.c1681 mp_int s, x, mu; local
1696 if((res = mp_init(&mu, FLAG(a))) != MP_OKAY)
1701 /* mu = b^2k / m */
1702 s_mp_add_d(&mu, 1);
1703 s_mp_lshd(&mu, 2 * USED(m));
1704 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY)
1716 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY)
1724 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY)
1736 if((res = s_mp_reduce(&s, m, &mu)) !
4558 s_mp_reduce(mp_int *x, const mp_int *m, const mp_int *mu) argument
[all...]

Completed in 92 milliseconds