Home
last modified time | relevance | path

Searched defs:b6 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dpcm.h174 #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 Du0.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
H A Du1.h7 __m128i b0, b1, b2, b3, b4, b5, b6, b7; variable
/freebsd/sys/dev/usb/
H A Dusb_endian.h111 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul.c76 uint32_t b0, b1, b2, b3, b4, b5, b6, b7, b8; in bmul() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h597 #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 Dres_send.c1126 struct sockaddr_in6 *a6, *b6; in sock_eq() local
/freebsd/tests/sys/net/routing/
H A Drtsock_common.h404 const struct sockaddr_in6 *a6, *b6; in sa_equal_msg_flags() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1092 int64_t b6 = 2097151 & (load_4(b + 15) >> 6); in sc25519_muladd() local
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c915 const struct sockaddr_in6 *a6, *b6; nlm_compare_addr() local
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4990 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6); in sc_muladd() local