Searched refs:_PCM_READ_U32_BE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dpcm.h147 #define _PCM_READ_U32_BE(b8) \ macro
217 #define _PCM_READ_U32_BE(b8) \ macro
244 #define _PCM_READ_U32_NE(b8) _PCM_READ_U32_BE(b8)
368 #define PCM_READ_U32_BE(b8) _PCM_READ_U32_BE(b8)
394 #define PCM_READ_U32_BE(b8) (_PCM_READ_U32_BE(b8) >> PCM_FXSHIFT)

Completed in 105 milliseconds