Searched defs:b6 (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/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 …]
|
/dflybsd-src/sbin/iscontrol/ |
H A D | misc.c | 105 unsigned char b6; in str2bin() local 177 int i, b6; in bin2str() local
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_endian.h | 108 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
|
/dflybsd-src/lib/libc/resolv/ |
H A D | res_send.c | 1179 struct sockaddr_in6 *a6, *b6; local
|
/dflybsd-src/crypto/libressl/crypto/curve25519/ |
H A D | curve25519.c | 4179 int64_t b6 = 2097151 & (load_4(b + 15) >> 6); in sc_muladd() local
|