Home
last modified time | relevance | path

Searched refs:b4 (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/common/unicode/
H A Du8_textprep.c470 uint16_t b4 = 0; in do_case_conv() local
481 b4 = u8s[1] = s[1]; in do_case_conv()
485 b4 = u8s[2] = s[2]; in do_case_conv()
490 b4 = u8s[3] = s[3]; in do_case_conv()
519 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()
520 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()
535 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()
536 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()
698 uint16_t b4 = 0; in combining_class() local
705 b4 = s[1]; in combining_class()
[all …]
/titanic_44/usr/src/common/crypto/ecc/
H A Dec2_163.c189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; in ec_GF2m_163_mul() local
217 b4 = MP_DIGIT(b, 4); in ec_GF2m_163_mul()
235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); in ec_GF2m_163_mul()
237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Dec2_193.c198 mp_digit a6 = 0, a5 = 0, a4 = 0, b6 = 0, b5 = 0, b4 = 0; in ec_GF2m_193_mul() local
230 b4 = MP_DIGIT(b, 4); in ec_GF2m_193_mul()
248 s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4); in ec_GF2m_193_mul()
251 b4 ^ b0); in ec_GF2m_193_mul()
H A Dec2_233.c216 mp_digit a7 = 0, a6 = 0, a5 = 0, a4 = 0, b7 = 0, b6 = 0, b5 = 0, b4 = in ec_GF2m_233_mul() local
253 b4 = MP_DIGIT(b, 4); in ec_GF2m_233_mul()
271 s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4); in ec_GF2m_233_mul()
274 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
H A Decl_gf.c798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; in ec_GFp_sub_5() local
816 b4 = MP_DIGIT(b,4); in ec_GFp_sub_5()
831 MP_SUB_BORROW(r4, b4, r4, borrow, borrow); in ec_GFp_sub_5()
836 b4 = MP_DIGIT(&meth->irr,4); in ec_GFp_sub_5()
866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; in ec_GFp_sub_6() local
888 b4 = MP_DIGIT(b,4); in ec_GFp_sub_6()
903 MP_SUB_BORROW(r4, b4, r4, borrow, borrow); in ec_GFp_sub_6()
910 b4 = MP_DIGIT(&meth->irr,4); in ec_GFp_sub_6()
919 MP_ADD_CARRY(b4, r4, r4, borrow, borrow); in ec_GFp_sub_6()
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c199 uwacom_pad_events_graphire4(usbwcm_state_t *usbwcmp, int b0, int b1, int b4, in uwacom_pad_events_graphire4() argument
204 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); in uwacom_pad_events_graphire4()
208 uwacom_tool_events_graphire(usbwcmp, 1, b0 | b1 | b4 | b5 | rel | abs); in uwacom_pad_events_graphire4()
387 int b0, b1, b2, b3, b4, b5, b6, b7; in uwacom_pad_events_intuos() local
404 b4 = PACKET_BIT(3, 3); in uwacom_pad_events_intuos()
412 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); in uwacom_pad_events_intuos()
422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; in uwacom_pad_events_intuos()
432 b4 = PACKET_BIT(6, 0); in uwacom_pad_events_intuos()
443 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_4, b4); in uwacom_pad_events_intuos()
450 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | rx | ry; in uwacom_pad_events_intuos()
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c413 u_int b1, b2, b3, b4; in get1101answer() local
417 &b1, &b2, &b3, &b4) != 4) in get1101answer()
424 *bp++ = b4; in get1101answer()
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c1072 struct sockaddr_in *a4, *b4; in sock_eq() local
1080 b4 = (struct sockaddr_in *)b; in sock_eq()
1081 return a4->sin_port == b4->sin_port && in sock_eq()
1082 a4->sin_addr.s_addr == b4->sin_addr.s_addr; in sock_eq()
/titanic_44/usr/src/cmd/eqn/eqnchar.d/
H A Diso20 | b0 � | b1 � | b2 � | b3 � | b4 � | b5 � | b6 � | b7 � |
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frudata/
H A Dlibpiclfrudata.conf47 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b4
/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c180 uint8_t b3, uint8_t b4, uint8_t b5) in ieee80211_read_6() argument
183 uint16_t iv16 = (b4 << 0) | (b5 << 8); in ieee80211_read_6()
/titanic_44/usr/src/uts/common/io/rwn/
H A Drt2860.c364 int8_t i, b4; in b4inc() local
367 b4 = b32 & 0xf; in b4inc()
368 b4 += delta; in b4inc()
369 if (b4 < 0) in b4inc()
370 b4 = 0; in b4inc()
371 else if (b4 > 0xf) in b4inc()
372 b4 = 0xf; in b4inc()
373 b32 = b32 >> 4 | b4 << 28; in b4inc()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1380 uint32_t b1, b2, b3, b4; in emlxs_decode_version() local
1386 b4 = (version & 0x00000030) >> 4; in emlxs_decode_version()
1394 switch (b4) { in emlxs_decode_version()
1411 b4 = (version & 0x0000000f); in emlxs_decode_version()
1416 (void) snprintf(buffer, len, "%d.%d%d%c%d", b1, b2, b3, c, b4); in emlxs_decode_version()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d.out104 base 12 of 1000: 6b4
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dsystem-board.info377 REFNODE mem-module fru WITH name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b4
467 REFPROP _seeprom_source name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b4
527 name:/platform/i2c@1f,520000/dimm-spd@0,b4
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids1902 1043 03b4 EAH6850 [Radeon HD 6850]
3538 94b4 RV740 PRO [Radeon HD 4750]
4120 10cf 10b4 Crystal CS4281 PCI Audio
4585 15b4 Stoney PM Configuration
4737 43b4 300 Series Chipset PCIe Port
5300 43b4 Morphis Qxt encoding engine
5389 01b4 Celleb platform IDE interface
5720 12b4 zx1 QuickSilver AGP8x Local Bus Adapter
7306 70b4 PCI-6250
7556 73b4 PXI-8532 DeviceNet
[all …]
H A Dusb.ids1004 02b4 Aterm WL300NU-AG
1117 05b4 Digital Camera
2199 00b4 Digital Media Keyboard 1.0A
2613 08b4 QuickCam Zoom
3906 26b4 MF4010 series
3993 30b4 PowerShot S500
4227 32b4 EOS Rebel T6
4355 04b4 Cypress Semiconductor Corp.
5664 01b4 MFC-460CN
5818 02b4 MFC-J4710DW
[all …]