/titanic_50/usr/src/common/unicode/ |
H A D | u8_textprep.c | 147 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ argument 149 (uint32_t)(b3) & 0x3F; 467 uint16_t b3 = 0; in do_case_conv() local 480 b3 = u8s[0] = s[0]; in do_case_conv() 484 b3 = u8s[1] = s[1]; in do_case_conv() 489 b3 = u8s[2] = s[2]; in do_case_conv() 515 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv() 526 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base; in do_case_conv() 531 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv() 541 b3_base = u8_tolower_b3_tbl[uv][b2][b3].base; in do_case_conv() [all …]
|
/titanic_50/usr/src/cmd/eqn/ |
H A D | shift.c | 114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local 131 b3 = ebase[p3]; in shift2() 134 h3 = eht[p3]; b3 = ebase[p3]; in shift2() 141 supsh = -VERT((4*(h1-b1))/10) - b3; in shift2() 145 supsh = - VERT(1) - b3; in shift2() 149 supsh = -(h1-b1) + (h3-b3) - d2; in shift2()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/ |
H A D | Makefile.com | 37 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3- 38 SSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3- 39 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3- 47 | cut -b3-
|
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecl_gf.c | 705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local 721 b3 = MP_DIGIT(b,3); in ec_GFp_sub_4() 734 MP_SUB_BORROW(r3, b3, r3, borrow, borrow); in ec_GFp_sub_4() 744 : "r" (b0), "r" (b1), "r" (b2), "r" (b3), in ec_GFp_sub_4() 752 b3 = MP_DIGIT(&meth->irr,3); in ec_GFp_sub_4() 760 MP_ADD_CARRY(b3, r3, r3, borrow, borrow); in ec_GFp_sub_4() 768 : "r" (b0), "r" (b1), "r" (b2), "r" (b3), in ec_GFp_sub_4() 798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; in ec_GFp_sub_5() local 818 b3 = MP_DIGIT(b,3); in ec_GFp_sub_5() 830 MP_SUB_BORROW(r3, b3, r3, borrow, borrow); in ec_GFp_sub_5() [all …]
|
H A D | ec2_193.c | 195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local 233 b3 = MP_DIGIT(b, 3); in ec_GF2m_193_mul() 243 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 249 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
|
H A D | ec2_233.c | 213 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local 256 b3 = MP_DIGIT(b, 3); in ec_GF2m_233_mul() 266 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 272 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 273 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3, in ec_GF2m_233_mul()
|
H A D | ec2_163.c | 189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; in ec_GF2m_163_mul() local 219 b3 = MP_DIGIT(b, 3); in ec_GF2m_163_mul() 235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); in ec_GF2m_163_mul() 238 b3 ^ b0); in ec_GF2m_163_mul()
|
H A D | ec2_aff.c | 197 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local 255 b3 = MP_GET_BIT(&k3, i); in ec_GF2m_pt_mul_aff() 258 if ((b3 == 1) && (b1 == 0)) { in ec_GF2m_pt_mul_aff() 262 } else if ((b3 == 0) && (b1 == 1)) { in ec_GF2m_pt_mul_aff()
|
H A D | ecp_aff.c | 210 int b1, b3, i, l; in ec_GFp_pt_mul_aff() local 268 b3 = MP_GET_BIT(&k3, i); in ec_GFp_pt_mul_aff() 271 if ((b3 == 1) && (b1 == 0)) { in ec_GFp_pt_mul_aff() 275 } else if ((b3 == 0) && (b1 == 1)) { in ec_GFp_pt_mul_aff()
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | IANACharCode.java | 274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar() 280 b3 = (byte) ((code >> 24) & 0xFf); in unescapeChar() 290 b[3] = b3; in unescapeChar() 308 if (b3 != 0) { in unescapeChar()
|
H A D | ServiceLocationAttribute.java | 768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar() 774 b3 = (byte) ((code >> 24) & 0xFF); in unescapeChar() 778 if (b3 != 0) { in unescapeChar() 780 b[3] = b3; in unescapeChar()
|
/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 664 double b0, b1, b2, b3; in __vlog() local 757 b3 = (s3 * s3) * (mhalf + s3 * (P3 + s3 * (P4 + in __vlog() 770 (n3 * ln2lo + TBL[i3+3]) + b3)); in __vlog()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uudecode.c | 433 unsigned char b3 = DEC(*in); in outdec() local 452 if (!isvalid(b3)) { in outdec() 455 *out = (b2 << 6) | b3; in outdec()
|
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 553 #define bytes2word(b0, b1, b2, b3) \ argument 554 (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | \ 563 #define bytes2word(b0, b1, b2, b3) \ argument 565 ((uint32_t)(b2) << 8) | (b3))
|
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_tkip.c | 180 uint8_t b3, uint8_t b4, uint8_t b5) in ieee80211_read_6() argument 182 uint32_t iv32 = (b0 << 0) | (b1 << 8) | (b2 << 16) | (b3 << 24); in ieee80211_read_6() 592 get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in get_le32_split() argument 594 return (b0 | (b1 << 8) | (b2 << 16) | (b3 << 24)); in get_le32_split()
|
/titanic_50/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
|
H A D | mp_gf2m.c | 185 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4() argument 190 s_bmul_2x2(r+4, a3, a2, b3, b2); /* fill top 4 words */ in s_bmul_4x4() 191 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4()
|
/titanic_50/usr/src/lib/libast/common/uwin/ |
H A D | log__L.c | 84 vc(L7, 1.3338356561139403517E-1 ,95b3,3f08,cd92,907f, -2, .8895B3907FCD92)
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 387 int b0, b1, b2, b3, b4, b5, b6, b7; in uwacom_pad_events_intuos() local 403 b3 = PACKET_BIT(3, 2); in uwacom_pad_events_intuos() 411 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_3, b3); in uwacom_pad_events_intuos() 422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; in uwacom_pad_events_intuos() 431 b3 = PACKET_BIT(5, 3); in uwacom_pad_events_intuos() 442 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_3, b3); in uwacom_pad_events_intuos() 450 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | rx | ry; in uwacom_pad_events_intuos()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | dns_nw.c | 413 u_int b1, b2, b3, b4; in get1101answer() local 417 &b1, &b2, &b3, &b4) != 4) in get1101answer() 425 *bp++ = b3; in get1101answer()
|
/titanic_50/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | b.lp | 44 *c 1 ,\b3
|
H A D | ab.tn300 | 71 *c 1 ,\b3
|
/titanic_50/usr/src/cmd/eqn/eqnchar.d/ |
H A D | iso | 20 | b0 � | b1 � | b2 � | b3 � | b4 � | b5 � | b6 � | b7 � |
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | driver-serial-usbftdi.mf | 62 alias=usb411,00b3 \
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/ |
H A D | UTF-8+CP1255.src | 199 0xC2B3 0xB3 // U+00b3 219 0xD6B3 0xC3 // U+05b3
|