Home
last modified time | relevance | path

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

/dflybsd-src/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 …]
/dflybsd-src/sbin/iscontrol/
H A Dmisc.c105 unsigned char b6; in str2bin() local
177 int i, b6; in bin2str() local
/dflybsd-src/sys/bus/u4b/
H A Dusb_endian.h108 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
/dflybsd-src/lib/libc/resolv/
H A Dres_send.c1179 struct sockaddr_in6 *a6, *b6; local
/dflybsd-src/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c4179 int64_t b6 = 2097151 & (load_4(b + 15) >> 6); in sc_muladd() local