/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_ccmp.c | 361 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 …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_fletcher.c | 32 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native() 37 b0 += a0; in fletcher_2_native() 41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native() 49 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local 51 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap() 54 b0 += a0; in fletcher_2_byteswap() 58 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | fletcher.c | 32 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native() 37 b0 += a0; in fletcher_2_native() 41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native() 50 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local 52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap() 55 b0 += a0; in fletcher_2_byteswap() 59 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
|
/illumos-gate/usr/src/lib/libmp/common/ |
H A D | pow.c | 33 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()
|
/illumos-gate/usr/src/contrib/bhyve/dev/usb/ |
H A D | usb_endian.h | 98 #define USETW2(w,b1,b0) do { \ argument 99 (w)[0] = (uint8_t)(b0); \ 103 #define USETW4(w,b3,b2,b1,b0) do { \ argument 104 (w)[0] = (uint8_t)(b0); \ 110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument 111 (w)[0] = (uint8_t)(b0); \
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecl_gf.c | 647 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local 669 b0 = MP_DIGIT(b,0); in ec_GFp_sub_3() 673 MP_SUB_BORROW(r0, b0, r0, 0, borrow); in ec_GFp_sub_3() 684 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3() 694 b0 = MP_DIGIT(&meth->irr,0); in ec_GFp_sub_3() 696 MP_ADD_CARRY(b0, r0, r0, 0, borrow); in ec_GFp_sub_3() 705 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3() 713 if ((r2 == b0) && (r1 == b0) && (r0 == b0)) { in ec_GFp_sub_3() 735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local 763 b0 = MP_DIGIT(b,0); in ec_GFp_sub_4() [all …]
|
H A D | ec2_163.c | 184 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local 234 b0 = MP_DIGIT(b, 0); in ec_GF2m_163_mul() 238 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul() 244 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul() 246 b3 ^ b0); in ec_GF2m_163_mul()
|
H A D | ec2_193.c | 193 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local 249 b0 = MP_DIGIT(b, 0); in ec_GF2m_193_mul() 253 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 259 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 261 b4 ^ b0); in ec_GF2m_193_mul()
|
H A D | ec2_233.c | 211 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local 274 b0 = MP_DIGIT(b, 0); in ec_GF2m_233_mul() 278 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 284 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 286 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
|
H A D | ecp_192.c | 394 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_nistp192_sub() local 417 b0 = MP_DIGIT(b,0); in ec_GFp_nistp192_sub() 421 MP_SUB_BORROW(r0, b0, r0, 0, borrow); in ec_GFp_nistp192_sub() 432 : "r" (b0), "r" (b1), "r" (b2), "0" (r0), in ec_GFp_nistp192_sub()
|
/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; 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 D | ServiceLocationAttribute.java | 768 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()
|
/illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_entp_setup.c | 311 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()
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 64.vbmi.out | 7 libdis_test+0x1f: 62 e2 25 8a 8d b0 vpermb 0x12345(%rax),%xmm11,%xmm22{%k2}{z} 19 libdis_test+0x5d: 62 e2 25 aa 8d b0 vpermb 0x12345(%rax),%ymm11,%ymm22{%k2}{z} 31 libdis_test+0x9b: 62 e2 25 ca 8d b0 vpermb 0x12345(%rax),%zmm11,%zmm22{%k2}{z} 43 libdis_test+0xd6: 62 e2 a5 8a 8d b0 vpermw 0x12345(%rax),%xmm11,%xmm22{%k2}{z} 55 libdis_test+0x114: 62 e2 a5 aa 8d b0 vpermw 0x12345(%rax),%ymm11,%ymm22{%k2}{z} 67 libdis_test+0x152: 62 e2 a5 ca 8d b0 vpermw 0x12345(%rax),%zmm11,%zmm22{%k2}{z} 79 libdis_test+0x18d: 62 e2 25 8a 75 b0 vpermi2b 0x12345(%rax),%xmm11,%xmm22{%k2}{z} 91 libdis_test+0x1cb: 62 e2 25 aa 75 b0 vpermi2b 0x12345(%rax),%ymm11,%ymm22{%k2}{z} 103 libdis_test+0x209: 62 e2 25 ca 75 b0 vpermi2b 0x12345(%rax),%zmm11,%zmm22{%k2}{z} 115 libdis_test+0x244: 62 e2 a5 8a 75 b0 vpermi2w 0x12345(%rax),%xmm11,%xmm22{%k2}{z} [all …]
|
H A D | 32.avx512cd.out | 5 libdis_test+0x18: 62 f2 7d 0b c4 b0 vpconflictd 0x167(%eax),%xmm6{%k3} 18 libdis_test+0x59: 62 f2 7d 2b c4 b0 vpconflictd 0x167(%eax),%ymm6{%k3} 31 libdis_test+0x9a: 62 f2 7d 4b c4 b0 vpconflictd 0x167(%eax),%zmm6{%k3} 44 libdis_test+0xdb: 62 f2 fd 0b c4 b0 vpconflictq 0x167(%eax),%xmm6{%k3} 57 libdis_test+0x11c: 62 f2 fd 2b c4 b0 vpconflictq 0x167(%eax),%ymm6{%k3} 70 libdis_test+0x15d: 62 f2 fd 4b c4 b0 vpconflictq 0x167(%eax),%zmm6{%k3} 83 libdis_test+0x19e: 62 f2 7d 0b 44 b0 vplzcntd 0x167(%eax),%xmm6{%k3} 96 libdis_test+0x1df: 62 f2 7d 2b 44 b0 vplzcntd 0x167(%eax),%ymm6{%k3} 109 libdis_test+0x220: 62 f2 7d 4b 44 b0 vplzcntd 0x167(%eax),%zmm6{%k3} 122 libdis_test+0x261: 62 f2 fd 0b 44 b0 vplzcntq 0x167(%eax),%xmm6{%k3} [all …]
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 91 const mp_digit b0); 98 const mp_digit b2, const mp_digit b1, const mp_digit b0); 106 const mp_digit b0);
|
H A D | mp_gf2m.c | 141 const mp_digit b0) in s_bmul_2x2() argument 146 s_bmul_1x1(r+1, r, a0, b0); in s_bmul_2x2() 147 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2() 159 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3() argument 164 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ in s_bmul_3x3() 165 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_3x3() 184 const mp_digit b0) in s_bmul_4x4() argument 189 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4() 190 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_4x4()
|
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_ring.c | 1542 mlxcx_buffer_t *b0) in mlxcx_sq_add_buffer() argument 1558 ASSERT3P(b0->mlb_tx_head, ==, b0); in mlxcx_sq_add_buffer() 1559 ASSERT3U(b0->mlb_state, ==, MLXCX_BUFFER_ON_WQ); in mlxcx_sq_add_buffer() 1564 b0->mlb_wqe_index = mlwq->mlwq_pc; in mlxcx_sq_add_buffer() 1572 ent0->mlsqe_control.mlcs_wqe_index = to_be16(b0->mlb_wqe_index); in mlxcx_sq_add_buffer() 1611 b = b0; in mlxcx_sq_add_buffer() 1653 if (b == b0) { in mlxcx_sq_add_buffer() 1654 b = list_head(&b0->mlb_tx_chain); in mlxcx_sq_add_buffer() 1656 b = list_next(&b0->mlb_tx_chain, b); in mlxcx_sq_add_buffer() 1660 b0->mlb_wqebbs = ents; in mlxcx_sq_add_buffer() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/ddr4/ |
H A D | 36ASF8G72PZ-3G2E1.spd | 15 00b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31 01b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | scope-test-v6.ksh | 99 b0=fe80::2112:2%llt_vnic0 111 ping -i llt_vnic0 -s ${b0} 56 1 || 127 ${scriptdir}/dup_bind ${c} --addr ${b1} --addr ${b3} ${b0} ||
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_fletcher.c | 255 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_native() local 259 b0 = zcp->zc_word[2]; in fletcher_2_incremental_native() 265 b0 += a0; in fletcher_2_incremental_native() 269 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_native() 288 uint64_t a0, b0, a1, b1; in fletcher_2_incremental_byteswap() local 292 b0 = zcp->zc_word[2]; in fletcher_2_incremental_byteswap() 298 b0 += a0; in fletcher_2_incremental_byteswap() 302 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_incremental_byteswap()
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan2f.S | 348 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 …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uudecode.c | 428 unsigned char b0 = DEC(*(in++)); in outdec() local 433 if (!isvalid(b0)) { in outdec() 440 *(out++) = (b0 << 2) | (b1 >> 4); in outdec()
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 664 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()
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 553 #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) | \
|