Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 30) sorted by relevance

12

/titanic_44/usr/src/common/unicode/
H A Du8_textprep.c147 #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_44/usr/src/cmd/eqn/
H A Dshift.c114 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_44/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com37 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_44/usr/src/common/crypto/ecc/
H A Decl_gf.c705 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 Dec2_193.c195 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 Dec2_233.c213 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 Dec2_163.c189 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 Dec2_aff.c197 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 Decp_aff.c210 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_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java274 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 DServiceLocationAttribute.java768 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_44/usr/src/cmd/bnu/
H A Duudecode.c433 unsigned char b3 = DEC(*in); in outdec() local
452 if (!isvalid(b3)) { in outdec()
455 *out = (b2 << 6) | b3; in outdec()
/titanic_44/usr/src/lib/libmvec/common/
H A D__vlog.c664 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_44/usr/src/common/crypto/aes/amd64/
H A Daesopt.h553 #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_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
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_44/usr/src/common/mpi/
H A Dmp_gf2m-priv.h107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
H A Dmp_gf2m.c185 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_44/usr/src/lib/libast/common/uwin/
H A Dlog__L.c84 vc(L7, 1.3338356561139403517E-1 ,95b3,3f08,cd92,907f, -2, .8895B3907FCD92)
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c387 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_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()
425 *bp++ = b3; in get1101answer()
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/
H A Db.lp44 *c 1 ,\b3
H A Dab.tn30071 *c 1 ,\b3
/titanic_44/usr/src/cmd/eqn/eqnchar.d/
H A Diso20 | b0 � | b1 � | b2 � | b3 � | b4 � | b5 � | b6 � | b7 � |
/titanic_44/usr/src/pkg/manifests/
H A Ddriver-serial-usbftdi.mf62 alias=usb411,00b3 \
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c1039 uchar_t b3, int slp) in wrbuf16() argument
1067 sdata[3] = b3; in wrbuf16()
1068 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3); in wrbuf16()

12