/freebsd/sys/dev/sound/pcm/ |
H A D | pcm.h | 174 #define _PCM_WRITE_S16_NE(b6) _PCM_WRITE_S16_LE(b8) argument 175 #define _PCM_WRITE_U16_NE(b6) _PCM_WRITE_U16_LE(b8) argument 176 #define _PCM_WRITE_S32_NE(b6) _PCM_WRITE_S32_LE(b8) argument 177 #define _PCM_WRITE_U32_NE(b6) _PCM_WRITE_U32_LE(b8) argument 243 #define _PCM_WRITE_S16_NE(b6) _PCM_WRITE_S16_BE(b8) argument 244 #define _PCM_WRITE_U16_NE(b6) _PCM_WRITE_U16_BE(b8) argument 245 #define _PCM_WRITE_S32_NE(b6) _PCM_WRITE_S32_BE(b8) argument 246 #define _PCM_WRITE_U32_NE(b6) _PCM_WRITE_U32_BE(b8) argument 294 #define _PCM_WRITE_S24_NE(b6) _PCM_WRITE_S24_LE(b8) argument 295 #define _PCM_WRITE_U24_NE(b6) _PCM_WRITE_U24_LE(b8) argument [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u0.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
|
H A D | u1.h | 7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
|
/freebsd/sys/dev/usb/ |
H A D | usb_endian.h | 111 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
|
/freebsd/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/contrib/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 633 HEXAGON_Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in HEXAGON_Vect64C() 1824 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 1843 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument 1860 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, in Q6Vect64C()
|
/freebsd/lib/libc/resolv/ |
H A D | res_send.c | 1126 struct sockaddr_in6 *a6, *b6; in sock_eq() local
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_common.h | 404 const struct sockaddr_in6 *a6, *b6; in sa_equal_msg_flags() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 1092 int64_t b6 = 2097151 & (load_4(b + 15) >> 6); in sc25519_muladd() local
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 915 const struct sockaddr_in6 *a6, *b6; nlm_compare_addr() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 4990 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6); in sc_muladd() local
|