Searched refs:a_d (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_nist.c334 register BN_ULONG *r_d, *a_d = a->d; local
365 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
367 r_d = a_d;
369 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
475 BN_ULONG *r_d, *a_d = a->d; local
510 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
512 r_d = a_d;
516 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
523 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP,
656 register BN_ULONG *a_d local
902 register BN_ULONG *r_d, *a_d = a->d; local
1170 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_nist.c356 register BN_ULONG *r_d, *a_d = a->d; local
386 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
388 r_d = a_d;
390 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
492 BN_ULONG *r_d, *a_d = a->d; local
523 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
525 r_d = a_d;
529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
536 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP,
664 register BN_ULONG *a_d local
901 register BN_ULONG *r_d, *a_d = a->d; local
1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c104 vector char a_d = {'q','q','q','q','q','q','q','q','q','q','q','q','q','q','q','q'}; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c104 vector char a_d = {'q','q','q','q','q','q','q','q','q','q','q','q','q','q','q','q'}; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv770_dpm.c268 int a_d; local
278 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) +
281 l[1] = (u8)(pi->lmp - (int)pi->lmp * a_n / a_d);
282 r[0] = (u8)(pi->rlp + (100 - (int)pi->rlp) * a_n / a_d);
286 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) +
289 l[2] = (u8)(pi->lhp - (int)pi->lhp * a_n / a_d);
290 r[1] = (u8)(pi->rmp + (100 - (int)pi->rmp) * a_n / a_d);
H A Dradeon_rv6xx_dpm.c1009 int a_n, a_d, h_r, l_r; local
1015 a_d = (int)l_f * l_r + (int)h_f * h_r;
1017 if (a_d != 0) {
1018 *l = d_l - h_r * a_n / a_d;
1019 *r = d_r + l_r * a_n / a_d;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.cc7 double a_d; variable
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.cc7 double a_d; variable

Completed in 212 milliseconds