/titanic_41/usr/src/cmd/eqn/ |
H A D | shift.c | 23 int shval, d1, h1, b1, h2, b2; in bshiftb() local 114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local
|
H A D | fromto.c | 22 int b, h1, b1, pss; in fromto() local
|
H A D | paren.c | 26 int n, m, h1, j, b1, v; in paren() local
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_fletcher.c | 34 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 51 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | strcmp.c | 72 int b1, b2; in strcmp() local
|
/titanic_41/usr/src/common/zfs/ |
H A D | zfs_fletcher.c | 139 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 156 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local
|
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecl_gf.c | 621 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local 705 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local 798 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; in ec_GFp_sub_5() local 866 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; in ec_GFp_sub_6() local
|
H A D | ec2_163.c | 186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
|
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
|
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
|
H A D | ec2_aff.c | 197 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local
|
H A D | ecp_aff.c | 210 int b1, b3, i, l; in ec_GFp_pt_mul_aff() local
|
H A D | ecp_192.c | 385 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_nistp192_sub() local
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 418 int b1, b2; in bal_L() local 478 int b1, b2; in bal_R() local
|
/titanic_41/usr/src/common/mpi/ |
H A D | mp_gf2m.c | 142 s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, in s_bmul_2x2() 161 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3() 185 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 65 #define bcmp(b1, b2, len) memcmp(b1, b2, len) argument 67 #define bcopy(b1, b2, len) memcpy(b2, b1, len) argument
|
/titanic_41/usr/src/common/unicode/ |
H A D | u8_textprep.c | 147 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ argument 465 uint16_t b1 = 0; in do_case_conv() local 695 uint16_t b1 = 0; in combining_class() local 749 uint16_t b1 = 0; in do_decomp() local 971 uint16_t b1 = 0; in find_composition_start() local
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | vector.c | 31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) in STP_VECT_compare_bridge_id()
|
/titanic_41/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 553 #define bytes2word(b0, b1, b2, b3) \ argument 563 #define bytes2word(b0, b1, b2, b3) \ argument
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcsec_defs.h | 112 #define GSS_BUFFERS_EQUAL(b1, b2) (((b1).length == (b2).length) && \ argument
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_tkip.c | 179 ieee80211_read_6(uint8_t b0, uint8_t b1, uint8_t b2, in ieee80211_read_6() 592 get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in get_le32_split()
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 664 double b0, b1, b2, b3; in __vlog() local
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uudecode.c | 431 unsigned char b1 = DEC(*(in++)); in outdec() local
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 83 #define memcmp(b1, b2, n) bcmp(b1, b2, n) argument 85 #define memcpy(b1, b2, n) bcopy(b2, b1, (int)n) argument
|
/titanic_41/usr/src/cmd/checknr/ |
H A D | checknr.c | 186 char b1[4]; local
|