/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_163.c | 189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; local 217 b4 = MP_DIGIT(b, 4); 235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); 237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1,
|
H A D | ec2_193.c | 198 mp_digit a6 = 0, a5 = 0, a4 = 0, b6 = 0, b5 = 0, b4 = 0; local 230 b4 = MP_DIGIT(b, 4); 248 s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4); 251 b4 ^ b0);
|
H A D | ec2_233.c | 216 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = local 253 b4 = MP_DIGIT(b, 4); 271 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4); 274 b6 ^ b2, b5 ^ b1, b4 ^ b0);
|
H A D | ecl_gf.c | 798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; local 816 b4 = MP_DIGIT(b,4); 831 MP_SUB_BORROW(r4, b4, r4, borrow, borrow); 836 b4 = MP_DIGIT(&meth->irr,4); 866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; local 888 b4 = MP_DIGIT(b,4); 903 MP_SUB_BORROW(r4, b4, r4, borrow, borrow); 910 b4 = MP_DIGIT(&meth->irr,4); 919 MP_ADD_CARRY(b4, r4, r4, borrow, borrow);
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_nw.c | 413 u_int b1, b2, b3, b4; local 417 &b1, &b2, &b3, &b4) != 4) 424 *bp++ = b4;
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_tkip.c | 180 uint8_t b3, uint8_t b4, uint8_t b5) 183 uint16_t iv16 = (b4 << 0) | (b5 << 8); 179 ieee80211_read_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) argument
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 1098 struct sockaddr_in *a4, *b4; local 1106 b4 = (struct sockaddr_in *)b; 1107 return a4->sin_port == b4->sin_port && 1108 a4->sin_addr.s_addr == b4->sin_addr.s_addr;
|
/illumos-gate/usr/src/common/unicode/ |
H A D | u8_textprep.c | 470 uint16_t b4 = 0; local 481 b4 = u8s[1] = s[1]; 485 b4 = u8s[2] = s[2]; 490 b4 = u8s[3] = s[3]; 519 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4]; 520 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; 535 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; 536 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; 698 uint16_t b4 = 0; local 705 b4 754 uint16_t b4 = 0; local 976 uint16_t b4 = 0; local [all...] |
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 199 uwacom_pad_events_graphire4(usbwcm_state_t *usbwcmp, int b0, int b1, int b4, argument 204 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); 208 uwacom_tool_events_graphire(usbwcmp, 1, b0 | b1 | b4 | b5 | rel | abs); 387 int b0, b1, b2, b3, b4, b5, b6, b7; local 404 b4 = PACKET_BIT(3, 3); 412 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); 422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; 432 b4 = PACKET_BIT(6, 0); 443 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); 450 prox = b0 | b1 | b2 | b3 | b4 | b [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 1380 uint32_t b1, b2, b3, b4; local 1386 b4 = (version & 0x00000030) >> 4; 1394 switch (b4) { 1411 b4 = (version & 0x0000000f); 1416 (void) snprintf(buffer, len, "%d.%d%d%c%d", b1, b2, b3, c, b4);
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 364 int8_t i, b4; local 367 b4 = b32 & 0xf; 368 b4 += delta; 369 if (b4 < 0) 370 b4 = 0; 371 else if (b4 > 0xf) 372 b4 = 0xf; 373 b32 = b32 >> 4 | b4 << 28;
|