Home
last modified time | relevance | path

Searched defs:b5 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_endian.h108 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/dragonfly/contrib/gdtoa/
H A Ddtoa.c118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
H A Dgdtoa.c156 int bbits, b2, b5, be0, dig, i, ieps, ilim, ilim0, ilim1, inex; 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/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()
/dragonfly/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4178 int64_t b5 = 2097151 & (load_3(b + 13) >> 1); in sc_muladd() local