Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 21 of 21) sorted by relevance

/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/common/zfs/
H A Dzfs_fletcher_superscalar4.c97 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_native() local
162 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_byteswap() local
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c149 #define U8_PUT_3BYTES_INTO_UTF32(u, b1, b2, b3) \ argument
469 uint16_t b3 = 0; in do_case_conv() local
699 uint16_t b3 = 0; in combining_class() local
753 uint16_t b3 = 0; in do_decomp() local
975 uint16_t b3 = 0; in find_composition_start() local
/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c112 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_163.c187 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; 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 Decl_gf.c735 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_aff.c195 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local
H A Decp_aff.c208 int b1, b3, i, l; in ec_GFp_pt_mul_aff() 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/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c180 uint8_t b3, uint8_t b4, uint8_t b5) 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/bnu/
H A Duudecode.c431 unsigned char b3 = DEC(*in); in outdec() local
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c664 double b0, b1, b2, b3; in __vlog() local
/illumos-gate/usr/src/common/pnglite/
H A Dpnglite.c24 #define PNG_U32(b1, b2, b3, b4) \ argument
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c409 u_int b1, b2, b3, b4; in get1101answer() local
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.c183 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/io/scsi/targets/
H A Dses_safte.c1037 uchar_t b3, int slp) in wrbuf16()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c391 int b0, b1, b2, b3, b4, b5, b6, b7; in uwacom_pad_events_intuos() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1387 uint32_t b1, b2, b3, b4; in emlxs_decode_version() local
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c65 #define b3(a) (((a)>>24) & 0xFF) macro