Searched refs:res_x (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/dev/pckbport/
H A Dalpsvar.h39 uint32_t res_x, res_y; member in struct:alps_softc
H A Dalps.c534 sc->res_x = 0xfff * 10 / x_phy;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistz256.c271 BN_ULONG *res_x = r->X; local
296 ecp_nistz256_sqr_mont(res_x, M);
298 ecp_nistz256_sub(res_x, res_x, tmp0);
299 ecp_nistz256_sub(S, S, res_x);
318 BN_ULONG res_x[P256_LIMBS]; local
413 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
414 ecp_nistz256_sub(res_x, res_x, Hcub);
416 ecp_nistz256_sub(res_y, U2, res_x);
447 BN_ULONG res_x[P256_LIMBS]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistz256.c277 BN_ULONG *res_x = r->X; local
302 ecp_nistz256_sqr_mont(res_x, M);
304 ecp_nistz256_sub(res_x, res_x, tmp0);
305 ecp_nistz256_sub(S, S, res_x);
324 BN_ULONG res_x[P256_LIMBS]; local
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
420 ecp_nistz256_sub(res_x, res_x, Hcub);
422 ecp_nistz256_sub(res_y, U2, res_x);
453 BN_ULONG res_x[P256_LIMBS]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Decp_nistz256-x86.pl1351 &call ("_ecp_nistz256_mul_mont"); # p256_sqr_mont(res_x, M);
1353 &mov ("esi","edi"); # %edi is still res_x here
1355 &call ("_ecp_nistz256_sub"); # p256_sub(res_x, res_x, tmp0);
1358 &mov ("ebp","edi"); # %edi is still res_x
1360 &call ("_ecp_nistz256_sub"); # p256_sub(S, S, res_x);
1380 { my ($res_x,$res_y,$res_z,
1583 &lea ("edi",&DWP($res_x,"esp"));
1584 &call ("_ecp_nistz256_sub"); # p256_sub(res_x, Rsqr, Hsqr);
1586 &lea ("esi",&DWP($res_x,"es
[all...]
H A Decp_nistz256-sparcv9.pl843 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M);
847 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0);
851 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x);
874 my ($res_x,$res_y,$res_z,
1087 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr);
1088 add %sp,LOCALS+$res_x,$rp
1091 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub);
1092 add %sp,LOCALS+$res_x,
[all...]
H A Decp_nistz256-armv4.pl1354 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
1357 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
1361 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
1387 my ($res_x,$res_y,$res_z,
1568 add $r_ptr,sp,#$res_x
1569 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
1572 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
1576 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-ppc64.pl992 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M);
995 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0);
999 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x);
1040 my ($res_x,$res_y,$res_z,
1269 addi $rp,$sp,$res_x
1270 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr);
1273 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub);
1282 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-armv8.pl834 bl __ecp_nistz256_sqr_mont // p256_sqr_mont(res_x, M);
837 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, tmp0);
841 bl __ecp_nistz256_sub_morf // p256_sub(S, S, res_x);
869 my ($res_x,$res_y,$res_z,
1039 add $rp,sp,#$res_x
1040 bl __ecp_nistz256_sub_morf // p256_sub(res_x, Rsqr, Hsqr);
1043 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, Hcub);
1050 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-x86_64.pl3405 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_x, M);
3412 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0);
3419 call __ecp_nistz256_sub$x # p256_sub(S, S, res_x);
3470 $res_x,$res_y,$res_z,
3714 call __ecp_nistz256_sub$x # p256_sub(res_x, Rsqr, Hsqr);
3717 lea $res_x(%rsp), $r_ptr
3718 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, Hcub);
3726 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistz256-x86.pl1350 &call ("_ecp_nistz256_mul_mont"); # p256_sqr_mont(res_x, M);
1352 &mov ("esi","edi"); # %edi is still res_x here
1354 &call ("_ecp_nistz256_sub"); # p256_sub(res_x, res_x, tmp0);
1357 &mov ("ebp","edi"); # %edi is still res_x
1359 &call ("_ecp_nistz256_sub"); # p256_sub(S, S, res_x);
1379 { my ($res_x,$res_y,$res_z,
1582 &lea ("edi",&DWP($res_x,"esp"));
1583 &call ("_ecp_nistz256_sub"); # p256_sub(res_x, Rsqr, Hsqr);
1585 &lea ("esi",&DWP($res_x,"es
[all...]
H A Decp_nistz256-sparcv9.pl845 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M);
849 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0);
853 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x);
876 my ($res_x,$res_y,$res_z,
1089 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr);
1090 add %sp,LOCALS+$res_x,$rp
1093 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub);
1094 add %sp,LOCALS+$res_x,
[all...]
H A Decp_nistz256-armv4.pl1358 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
1361 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
1365 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
1391 my ($res_x,$res_y,$res_z,
1572 add $r_ptr,sp,#$res_x
1573 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
1576 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-ppc64.pl995 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M);
998 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0);
1002 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x);
1043 my ($res_x,$res_y,$res_z,
1272 addi $rp,$sp,$res_x
1273 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr);
1276 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub);
1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-armv8.pl837 bl __ecp_nistz256_sqr_mont // p256_sqr_mont(res_x, M);
840 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, tmp0);
844 bl __ecp_nistz256_sub_morf // p256_sub(S, S, res_x);
872 my ($res_x,$res_y,$res_z,
1042 add $rp,sp,#$res_x
1043 bl __ecp_nistz256_sub_morf // p256_sub(res_x, Rsqr, Hsqr);
1046 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, Hcub);
1053 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-x86_64.pl3407 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_x, M);
3414 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0);
3421 call __ecp_nistz256_sub$x # p256_sub(S, S, res_x);
3472 $res_x,$res_y,$res_z,
3716 call __ecp_nistz256_sub$x # p256_sub(res_x, Rsqr, Hsqr);
3719 lea $res_x(%rsp), $r_ptr
3720 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, Hcub);
3728 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x);
[all...]
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c322 struct __res_state res_x, res_t; local
351 res_x = res;
362 read(fp, (char *)&res_x, (sizeof res_x));
364 res = res_x;
419 res = res_x;
775 res_x = res;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2449 tree res_x = build_class_member_access_expr (actor_frame, resume_m, NULL_TREE, local
2452 p_data.to = res_x;
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Decp_nistz256-armv4.S3709 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
3712 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
3716 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
3903 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
3906 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
3910 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
3935 ldmia r1!,{r4,r5} @ res_x
3949 ldmia r1!,{r4,r5} @ res_x
[all...]
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Decp_nistz256-armv4.S3711 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
3714 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
3718 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
3905 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
3908 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
3912 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
3937 ldmia r1!,{r4,r5} @ res_x
3951 ldmia r1!,{r4,r5} @ res_x
[all...]

Completed in 441 milliseconds