Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 42) sorted by relevance

12

/titanic_44/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c361 uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN]) in ccmp_init()
370 b0[0] = 0x59; in ccmp_init()
372 IEEE80211_ADDR_COPY(b0 + 2, wh->i_addr2); in ccmp_init()
373 b0[8] = pn >> 40; in ccmp_init()
374 b0[9] = pn >> 32; in ccmp_init()
375 b0[10] = pn >> 24; in ccmp_init()
376 b0[11] = pn >> 16; in ccmp_init()
377 b0[12] = pn >> 8; in ccmp_init()
378 b0[13] = (uint8_t)(pn >> 0); in ccmp_init()
379 b0[14] = (dlen >> 8) & 0xff; in ccmp_init()
[all …]
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c34 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
39 b0 += a0; in fletcher_2_native()
43 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
51 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
56 b0 += a0; in fletcher_2_byteswap()
60 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/titanic_44/usr/src/lib/libmp/common/
H A Dpow.c33 MINT a0, b0, c0; in mp_pow() local
35 a0.len = b0.len = c0.len = x.len = y.len = 0; in mp_pow()
37 _mp_move(b, &b0); in mp_pow()
43 for (j = 0; j < b0.len; j++) { in mp_pow()
44 n = b0.val[b0.len - j - 1]; in mp_pow()
57 _mp_xfree(&b0); in mp_pow()
/titanic_44/usr/src/common/zfs/
H A Dzfs_fletcher.c139 uint64_t a0, b0, a1, b1; in fletcher_2_native() local
141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
144 b0 += a0; in fletcher_2_native()
148 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native()
156 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
161 b0 += a0; in fletcher_2_byteswap()
165 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
/titanic_44/usr/src/common/crypto/ecc/
H A Decl_gf.c621 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local
639 b0 = MP_DIGIT(b,0); in ec_GFp_sub_3()
643 MP_SUB_BORROW(r0, b0, r0, 0, borrow); in ec_GFp_sub_3()
654 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3()
664 b0 = MP_DIGIT(&meth->irr,0); in ec_GFp_sub_3()
666 MP_ADD_CARRY(b0, r0, r0, 0, borrow); in ec_GFp_sub_3()
675 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3()
683 if ((r2 == b0) && (r1 == b0) && (r0 == b0)) { in ec_GFp_sub_3()
705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
727 b0 = MP_DIGIT(b,0); in ec_GFp_sub_4()
[all …]
H A Dec2_163.c186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
226 b0 = MP_DIGIT(b, 0); in ec_GF2m_163_mul()
230 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
236 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
238 b3 ^ b0); in ec_GF2m_163_mul()
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
239 b0 = MP_DIGIT(b, 0); 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()
251 b4 ^ b0); 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
262 b0 = MP_DIGIT(b, 0); 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()
274 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
H A Decp_192.c385 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_nistp192_sub() local
404 b0 = MP_DIGIT(b,0); in ec_GFp_nistp192_sub()
408 MP_SUB_BORROW(r0, b0, r0, 0, borrow); in ec_GFp_nistp192_sub()
419 : "r" (b0), "r" (b1), "r" (b2), "0" (r0), in ec_GFp_nistp192_sub()
/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()
277 b0 = (byte) (code & 0xFF); in unescapeChar()
287 b[0] = b0; in unescapeChar()
295 b[0] = b0; in unescapeChar()
320 b[0] = b0; in unescapeChar()
324 b[0] = b0; in unescapeChar()
327 b[0] = b0; in unescapeChar()
H A DServiceLocationAttribute.java768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
771 b0 = (byte) (code & 0xFF); in unescapeChar()
783 b[0] = b0; in unescapeChar()
788 b[0] = b0; in unescapeChar()
792 b[0] = b0; in unescapeChar()
795 b[0] = b0; in unescapeChar()
/titanic_44/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c311 int b0, b1, b2; in n2rng_noise_gen_preferred() local
344 for (b0 = 0; b0 < N2RNG_NBIASES; b0++) { in n2rng_noise_gen_preferred()
345 candidates[0] = &rng->n_perftable[0][b0]; in n2rng_noise_gen_preferred()
347 if (b0 == b1) continue; in n2rng_noise_gen_preferred()
352 if (b0 == b2 || b1 == b2) continue; in n2rng_noise_gen_preferred()
359 bset = ENCODEBIAS(0, b0) | in n2rng_noise_gen_preferred()
/titanic_44/usr/src/common/mpi/
H A Dmp_gf2m-priv.h93 const mp_digit b0);
100 const mp_digit b2, const mp_digit b1, const mp_digit b0);
108 const mp_digit b0);
H A Dmp_gf2m.c143 const mp_digit b0) in s_bmul_2x2() argument
148 s_bmul_1x1(r+1, r, a0, b0); in s_bmul_2x2()
149 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2()
161 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3() argument
166 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ in s_bmul_3x3()
167 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_3x3()
186 const mp_digit b0) in s_bmul_4x4() argument
191 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4()
192 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_4x4()
/titanic_44/usr/src/lib/libmvec/common/vis/
H A D__vatan2f.S348 cmp %o5,_0x7f800000 ! (1_0) b0 ? 0x7f800000
349 bge,pn %icc,.update0 ! (1_0) if ( b0 > 0x7f800000 )
404 cmp %o5,_0x7f800000 ! (2_0) b0 ? 0x7f800000
405 bge,pn %icc,.update1 ! (2_0) if ( b0 > 0x7f800000 )
467 cmp %o5,_0x7f800000 ! (3_0) b0 ? 0x7f800000
468 bge,pn %icc,.update2 ! (3_0) if ( b0 > 0x7f800000 )
535 cmp %o5,_0x7f800000 ! (4_0) b0 ? 0x7f800000
536 bge,pn %icc,.update3 ! (4_0) if ( b0 > 0x7f800000 )
610 cmp %o5,_0x7f800000 ! (5_1) b0 ? 0x7f800000
611 bge,pn %icc,.update4 ! (5_1) if ( b0 > 0x7f800000 )
[all …]
/titanic_44/usr/src/cmd/bnu/
H A Duudecode.c430 unsigned char b0 = DEC(*(in++)); in outdec() local
435 if (!isvalid(b0)) { in outdec()
442 *(out++) = (b0 << 2) | (b1 >> 4); in outdec()
/titanic_44/usr/src/lib/libmvec/common/
H A D__vlog.c664 double b0, b1, b2, b3; in __vlog() local
751 b0 = (s0 * s0) * (mhalf + s0 * (P3 + s0 * (P4 + in __vlog()
761 (n0 * ln2lo + TBL[i0+3]) + b0)); in __vlog()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_PS0_data.info77 REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
110 name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
112 …PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0:p…
H A Dfru_PS0.info75 name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
81 PROP UnitAddress string r 0 "0,b0"
/titanic_44/usr/src/common/crypto/aes/amd64/
H A Daesopt.h553 #define bytes2word(b0, b1, b2, b3) \ argument
555 ((uint32_t)(b1) << 8) | (b0))
563 #define bytes2word(b0, b1, b2, b3) \ argument
564 (((uint32_t)(b0) << 24) | ((uint32_t)(b1) << 16) | \
/titanic_44/usr/src/cmd/vi/port/
H A Dport.mk.37086 ${CC} ${CFLAGS} -b0,2 -c ex.c
92 ${CC} ${CFLAGS} -b0,2 -c ex_cmds2.c
95 ${CC} ${CFLAGS} -b0,2 -c ex_cmdsub.c
98 ${CC} ${CFLAGS} -b0,5 -c ex_io.c
101 ${CC} ${CFLAGS} -b0,4 -c ex_temp.c
/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
202 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_0, b0); 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
400 b0 = PACKET_BIT(2, 0); in uwacom_pad_events_intuos()
408 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_0, b0); in uwacom_pad_events_intuos()
422 prox = b0 | b1 | b2 | b3 | b4 | b5 | b6 | b7 | b8 | whl; in uwacom_pad_events_intuos()
428 b0 = PACKET_BIT(5, 0); in uwacom_pad_events_intuos()
439 uwacom_event(usbwcmp, EVT_BTN, BTN_MISC_0, b0); 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/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_PS0_data.info77 REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
121 name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
123 …PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0:p…
/titanic_44/usr/src/lib/libm/common/R/
H A Dbesself.c228 #define b0 (Cj1+4) macro
486 s = b0[0] + z * (b0[1] + z * (b0[2] + z * b0[3])); in __k_j1f()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_PS0_data.info77 REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
129 name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0
131 …PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,b0:p…

12