Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_endian.h101 #define USETW4(w,b3,b2,b1,b0) do { \ argument
108 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/dragonfly/usr.bin/window/
H A Dwwframe.c47 char b1, b2, b3; in wwframe() local
/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom44_mul.c116 #define b3 (bp + 3*n) in mpn_toom44_mul() macro
/dragonfly/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c253 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
758 static __inline u32 get_le32_split(u8 b0, u8 b1, u8 b2, u8 b3) in get_le32_split()
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_lgammal.c112 b3 = 8.506975785032585797446253359230031874803E2L, variable
/dragonfly/sys/crypto/twofish/
H A Dtwofish.c286 u_int32_t b0, b1, b2, b3; in h_fun() local
/dragonfly/sys/netproto/802_11/wlan_ccmp/
H A Dieee80211_crypto_ccmp.c211 READ_6(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) in READ_6()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c500 char b3[2]; in dovmstat() local
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1263 int b3 = 1 + (b & 3); in decode_xterm_SGR1006() local
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_lib.c584 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; in EC_GROUP_cmp() local
/dragonfly/usr.sbin/moused/
H A Dmoused.c438 #define A(b1, b3) (((b1) ? 2 : 0) | ((b3) ? 1 : 0)) argument
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ses.c2439 uint8_t b3, int slp) in wrbuf16()
/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4176 int64_t b3 = 2097151 & (load_4(b + 7) >> 7); in sc_muladd() local