Home
last modified time | relevance | path

Searched refs:res_x (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c268 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local
293 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double()
295 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
296 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double()
315 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local
410 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add()
411 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add()
413 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add()
419 copy_conditional(res_x, in2_x, in1infty); in ecp_nistz256_point_add()
423 copy_conditional(res_x, in1_x, in2infty); in ecp_nistz256_point_add()
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl1043 my ($res_x,$res_y,$res_z,
1272 addi $rp,$sp,$res_x
1307 ld $a0,$res_x+0($sp) # res
1308 ld $a1,$res_x+8($sp)
1309 ld $a2,$res_x+16($sp)
1310 ld $a3,$res_x+24($sp)
1347 ld $a0,$res_x+$i+32($sp)
1348 ld $a1,$res_x+$i+40($sp)
1349 ld $a2,$res_x+$i+48($sp)
1350 ld $a3,$res_x+$i+56($sp)
[all …]
H A Decp_nistz256-x86.pl1379 { my ($res_x,$res_y,$res_z,
1582 &lea ("edi",&DWP($res_x,"esp"));
1585 &lea ("esi",&DWP($res_x,"esp"));
1587 &lea ("edi",&DWP($res_x,"esp"));
1591 &lea ("ebp",&DWP($res_x,"esp"));
1625 &and ("eax",&DWP($res_x+$i,"esp"));
1636 &and ("eax",&DWP($res_x+$i,"esp"));
1655 my ($res_x,$res_y,$res_z,
1791 &lea ("edi",&DWP($res_x,"esp"));
1794 &lea ("esi",&DWP($res_x,"esp"));
[all …]
H A Decp_nistz256-armv8.pl899 my ($res_x,$res_y,$res_z,
1071 add $rp,sp,#$res_x
1098 ldp $a0,$a1,[sp,#$res_x] // res
1099 ldp $a2,$a3,[sp,#$res_x+16]
1110 ldp $a0,$a1,[sp,#$res_x+$i+32] // res
1114 ldp $a2,$a3,[sp,#$res_x+$i+48]
1159 my ($res_x,$res_y,$res_z,
1283 add $rp,sp,#$res_x
1310 ldp $a0,$a1,[sp,#$res_x] // res
1311 ldp $a2,$a3,[sp,#$res_x+16]
[all …]
H A Decp_nistz256-sparcv9.pl876 my ($res_x,$res_y,$res_z,
1090 add %sp,LOCALS+$res_x,$rp
1094 add %sp,LOCALS+$res_x,$rp
1147 my ($res_x,$res_y,$res_z,
1284 add %sp,LOCALS+$res_x,$rp
1288 add %sp,LOCALS+$res_x,$rp
2030 my ($res_x,$res_y,$res_z,
2212 add %sp,LOCALS64+$res_x,$rp
2216 add %sp,LOCALS64+$res_x,$rp
2231 ldx [%sp+LOCALS64+$res_x],$a0 ! forward load
[all …]
H A Decp_nistz256-armv4.pl1391 my ($res_x,$res_y,$res_z,
1572 add $r_ptr,sp,#$res_x
1597 add r1,sp,#$res_x
1641 my ($res_x,$res_y,$res_z,
1767 add $r_ptr,sp,#$res_x
1792 add r1,sp,#$res_x
H A Decp_nistz256-x86_64.pl3482 $res_x,$res_y,$res_z,
3729 lea $res_x(%rsp), $r_ptr
3787 pandn $res_x(%rsp), %xmm0
3789 pandn $res_x+0x10(%rsp), %xmm1
3862 $res_x,$res_y,$res_z,
4054 lea $res_x(%rsp), $r_ptr
4112 pandn $res_x(%rsp), %xmm0
4114 pandn $res_x+0x10(%rsp), %xmm1
/freebsd/sys/crypto/openssl/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
3965 ldmia r1!,{r4,r5} @ res_x
3979 ldmia r1!,{r4,r5} @ res_x
[all …]
/freebsd/sys/dev/hid/
H A Dietp.c117 uint16_t res_x; /* dots per mm */ member
331 0, sc->max_x, 0, 0, sc->res_x); in ietp_attach()
577 sc->res_x = ietp_res2dpmm(buf8[0], sc->hi_precision); in ietp_iic_attach()
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c211 int res_x; /* dots per mm */ member
1619 tphw->res_x = ai.resolution == 0 ? in r_init_touchpad_hw()
1630 tphw->res_x = dim.x; in r_init_touchpad_hw()
1634 tphw->res_x = (tphw->max_x - tphw->min_x) / dim.x; in r_init_touchpad_hw()
1756 accel->accelx /= tphw->res_x; in r_init_touchpad_accel()
1760 accel->accelz /= (tphw->res_x * DFLT_LINEHEIGHT); in r_init_touchpad_accel()
2847 int vscroll_hor_area = tpinfo->vscroll_hor_area * tphw->res_x; in r_gestures()
2985 (dx >= tpinfo->vscroll_min_delta * tphw->res_x || in r_gestures()
3045 tap_max_delta_x = tpinfo->tap_max_delta * tphw->res_x; in r_gestures()