/illumos-gate/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-
|
/illumos-gate/usr/src/common/unicode/ |
H A D | u8_textprep.c | 147 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ 149 (uint32_t)(b3) & 0x3F; 467 uint16_t b3 = 0; local 480 b3 = u8s[0] = s[0]; 484 b3 = u8s[1] = s[1]; 489 b3 = u8s[2] = s[2]; 515 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; 526 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base; 531 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; 541 b3_base = u8_tolower_b3_tbl[uv][b2][b3] 697 uint16_t b3 = 0; local 751 uint16_t b3 = 0; local 973 uint16_t b3 = 0; local [all...] |
/illumos-gate/usr/src/cmd/eqn/ |
H A D | shift.c | 114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local 131 b3 = ebase[p3]; 134 h3 = eht[p3]; b3 = ebase[p3]; 141 supsh = -VERT((4*(h1-b1))/10) - b3; 145 supsh = - VERT(1) - b3; 149 supsh = -(h1-b1) + (h3-b3) - d2;
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_193.c | 195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local 233 b3 = MP_DIGIT(b, 3); 243 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local 249 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local 250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1,
|
H A D | ecl_gf.c | 705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; local 721 b3 = MP_DIGIT(b,3); 734 MP_SUB_BORROW(r3, b3, r3, borrow, borrow); 744 : "r" (b0), "r" (b1), "r" (b2), "r" (b3), 752 b3 = MP_DIGIT(&meth->irr,3); 760 MP_ADD_CARRY(b3, r3, r3, borrow, borrow); 768 : "r" (b0), "r" (b1), "r" (b2), "r" (b3), 798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; local 818 b3 = MP_DIGIT(b,3); 830 MP_SUB_BORROW(r3, b3, r 866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; local [all...] |
H A D | ec2_163.c | 189 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; local 219 b3 = MP_DIGIT(b, 3); 235 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); 238 b3 ^ b0);
|
H A D | ec2_233.c | 213 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local 256 b3 = MP_DIGIT(b, 3); 266 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local 272 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local 273 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3,
|
H A D | ec2_aff.c | 197 int b1, b3, i, l; local 255 b3 = MP_GET_BIT(&k3, i); 258 if ((b3 == 1) && (b1 == 0)) { 262 } else if ((b3 == 0) && (b1 == 1)) {
|
H A D | ecp_aff.c | 210 int b1, b3, i, l; local 268 b3 = MP_GET_BIT(&k3, i); 271 if ((b3 == 1) && (b1 == 0)) { 275 } else if ((b3 == 0) && (b1 == 1)) {
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | IANACharCode.java | 274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; 280 b3 = (byte) ((code >> 24) & 0xFf); 290 b[3] = b3; 308 if (b3 != 0) {
|
H A D | ServiceLocationAttribute.java | 768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; 774 b3 = (byte) ((code >> 24) & 0xFF); 778 if (b3 != 0) { 780 b[3] = b3;
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 102 /* Compute xor-multiply of two binary polynomials (a3, a2, a1, a0) x (b3, b2, b1, b0) 107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
|
H A D | mp_gf2m.c | 180 /* Compute xor-multiply of two binary polynomials (a3, a2, a1, a0) x (b3, b2, b1, b0) 185 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, 190 s_bmul_2x2(r+4, a3, a2, b3, b2); /* fill top 4 words */ 191 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ 184 s_bmul_4x4(mp_digit *r, const mp_digit a3, const mp_digit a2, const mp_digit a1, const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, const mp_digit b0) argument
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | log__L.c | 84 vc(L7, 1.3338356561139403517E-1 ,95b3,3f08,cd92,907f, -2, .8895B3907FCD92)
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uudecode.c | 433 unsigned char b3 = DEC(*in); local 452 if (!isvalid(b3)) { 455 *out = (b2 << 6) | b3;
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 553 #define bytes2word(b0, b1, b2, b3) \ 554 (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | \ 563 #define bytes2word(b0, b1, b2, b3) \ 565 ((uint32_t)(b2) << 8) | (b3))
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 387 int b0, b1, b2, b3, b4, b5, b6, b7; local 403 b3 = PACKET_BIT(3, 2); 411 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_3, b3); 422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; 431 b3 = PACKET_BIT(5, 3); 442 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_3, b3); 450 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | rx | ry;
|
/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) 425 *bp++ = b3;
|
/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) 182 uint32_t iv32 = (b0 << 0) | (b1 << 8) | (b2 << 16) | (b3 << 24); 592 get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) argument 594 return (b0 | (b1 << 8) | (b2 << 16) | (b3 << 24)); 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/libmvec/common/ |
H A D | __vlog.c | 664 double b0, b1, b2, b3; local 757 b3 = (s3 * s3) * (mhalf + s3 * (P3 + s3 * (P4 + 770 (n3 * ln2lo + TBL[i3+3]) + b3));
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_safte.c | 1039 uchar_t b3, int slp) 1067 sdata[3] = b3; 1068 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3); 1038 wrbuf16(ses_softc_t *ssc, uchar_t op, uchar_t b1, uchar_t b2, uchar_t b3, int slp) argument
|
/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 1385 b3 = (version & 0x000000c0) >> 6; 1414 (void) snprintf(buffer, len, "%d.%d%d", b1, b2, b3); 1416 (void) snprintf(buffer, len, "%d.%d%d%c%d", b1, b2, b3, c, b4);
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 60 #define b3(a) (((a)>>24) & 0xFF) macro
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_s390x.c | 462 BITFLD(b3, d3h); 2304 val_4_8(inst->smi.d3h, inst->smi.d3l), B[inst->smi.b3]);
|