Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c21 int shval, d1, h1, b1, h2, b2; in bshiftb() local
112 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_superscalar.c82 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar_native() local
121 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar_byteswap() local
H A Dzfs_fletcher_superscalar4.c96 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar4_native() local
161 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar4_byteswap() local
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_endian.h103 #define USETW4(w,b3,b2,b1,b0) do { \ argument
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/illumos-gate/usr/src/boot/libsa/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) in bcmp()
/illumos-gate/usr/src/boot/common/
H A Dutil.h42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) argument
H A Dutil.c47 memcmp(const void *b1, const void *b2, size_t len) in memcmp()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c70 int b1, b2; in strcmp() local
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c647 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local
735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
834 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0; in ec_GFp_sub_5() local
910 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0, b4 = 0, b5 = 0; in ec_GFp_sub_6() local
H A Dec2_163.c184 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
H A Dec2_193.c193 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local
H A Dec2_233.c211 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local
H A Decp_192.c394 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_nistp192_sub() local
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c414 int b1, b2; in bal_L() local
474 int b1, b2; in bal_R() local
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c149 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ argument
468 uint16_t b2 = 0; in do_case_conv() local
698 uint16_t b2 = 0; in combining_class() local
752 uint16_t b2 = 0; in do_decomp() local
974 uint16_t b2 = 0; in find_composition_start() local
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) in STP_VECT_compare_bridge_id()
/illumos-gate/usr/src/tools/smatch/src/
H A Dflowgraph.c89 struct basic_block *b1, struct basic_block *b2) in intersect_dom()
H A Dsort.c118 struct ptr_list *b2, int m, in merge_block_seqs()
H A Dcse.c302 struct basic_block *b1, *b2, *common; in try_to_cse() local
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h553 #define bytes2word(b0, b1, b2, b3) \ argument
563 #define bytes2word(b0, b1, b2, b3) \ argument
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.c159 const mp_digit b2, const mp_digit b1, const mp_digit b0) in s_bmul_3x3()
183 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h110 #define GSS_BUFFERS_EQUAL(b1, b2) (((b1).length == (b2).length) && \ argument
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c179 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()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h81 #define memcmp(b1, b2, n) bcmp(b1, b2, n) argument
83 #define memcpy(b1, b2, n) bcopy(b2, b1, (int)n) argument
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c430 unsigned char b2 = DEC(*(in++)); in outdec() local

12