Searched defs:b8 (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/dev/sound/pcm/ |
H A D | pcm.h | 110 #define _PCM_READ_S16_LE(b8) INTPCM_T(*((int16_t *)(b8))) argument 111 #define _PCM_READ_S32_LE(b8) INTPCM_T(*((int32_t *)(b8))) argument 112 #define _PCM_READ_S16_BE(b8) \ argument 114 #define _PCM_READ_S32_BE(b8) \ argument 118 #define _PCM_WRITE_S16_LE(b8, val) do { \ argument 121 #define _PCM_WRITE_S32_LE(b8, val) do { \ argument 139 #define _PCM_READ_U16_LE(b8) \ argument 141 #define _PCM_READ_U32_LE(b8) \ argument 143 #define _PCM_READ_U16_BE(b8) \ argument 145 #define _PCM_READ_U32_BE(b8) \ argument [all …]
|
/freebsd-src/sys/crypto/ |
H A D | sha1.h | 44 uint8_t b8[20]; member 48 uint8_t b8[8]; member 52 uint8_t b8[64]; member
|
/freebsd-src/sys/crypto/siphash/ |
H A D | siphash.h | 56 uint8_t b8[8]; member
|
/freebsd-src/contrib/bearssl/src/hash/ |
H A D | ghash_ctmul.c | 76 uint32_t b0, b1, b2, b3, b4, b5, b6, b7, b8; in bmul() local
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 1094 int64_t b8 = 2097151 & load_3(b + 21); in sc25519_muladd() local
|
/freebsd-src/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 4992 int64_t b8 = kBottom21Bits & load_3(b + 21); in sc_muladd() local
|