Home
last modified time | relevance | path

Searched refs:ry (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Decc.c850 u64 ry[2][ECC_MAX_DIGITS]; in ecc_point_mult() local
864 vli_set(ry[1], point->y, ndigits); in ecc_point_mult()
866 xycz_initial_double(rx[1], ry[1], rx[0], ry[0], initial_z, curve_prime, in ecc_point_mult()
871 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve_prime, in ecc_point_mult()
873 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve_prime, in ecc_point_mult()
878 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve_prime, in ecc_point_mult()
885 vli_mod_mult_fast(z, z, ry[1 - nb], curve_prime, ndigits); in ecc_point_mult()
898 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve_prime, ndigits); in ecc_point_mult()
900 apply_z(rx[0], ry[0], z, curve_prime, ndigits); in ecc_point_mult()
903 vli_set(result->y, ry[0], ndigits); in ecc_point_mult()
/linux-4.19.296/drivers/hid/
Dhid-wiimote-modules.c1049 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
1105 ry = ext[2] & 0x1f; in wiimod_classic_in_ext()
1112 ry <<= 1; in wiimod_classic_in_ext()
1119 input_report_abs(wdata->extension.input, ABS_HAT2Y, ry - 0x20); in wiimod_classic_in_ext()
1609 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local
1655 ry = (ext[6] & 0xff) | ((ext[7] & 0x0f) << 8); in wiimod_pro_in_ext()
1661 ry = 0x800 - ry; in wiimod_pro_in_ext()
1676 if (abs(ry) < 500) in wiimod_pro_in_ext()
1677 wdata->state.calib_pro_sticks[3] = -ry; in wiimod_pro_in_ext()
1684 ry += wdata->state.calib_pro_sticks[3]; in wiimod_pro_in_ext()
[all …]