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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_233.c216 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = local
247 b7 = MP_DIGIT(b, 7);
271 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4);
273 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3,
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c387 int b0, b1, b2, b3, b4, b5, b6, b7; local
393 b7 = PACKET_BIT(3, 6);
396 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_7, b7);
422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl;
435 b7 = PACKET_BIT(6, 3);
446 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_7, b7);
450 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | rx | ry;

Completed in 76 milliseconds