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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dpcm.h116 #define _PCM_READ_S32_BE(b8) \ macro
187 #define _PCM_READ_S32_BE(b8) INTPCM_T(*((int32_t *)(b8))) macro
243 #define _PCM_READ_S32_NE(b8) _PCM_READ_S32_BE(b8)
366 #define PCM_READ_S32_BE(b8) _PCM_READ_S32_BE(b8)
392 #define PCM_READ_S32_BE(b8) (_PCM_READ_S32_BE(b8) >> PCM_FXSHIFT)

Completed in 100 milliseconds