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

/freebsd-current/sys/dev/sound/pcm/
H A Dpcm.h114 #define _PCM_READ_S32_BE(b8) \ macro
185 #define _PCM_READ_S32_BE(b8) INTPCM_T(*((int32_t *)(b8))) macro
241 #define _PCM_READ_S32_NE(b8) _PCM_READ_S32_BE(b8)
364 #define PCM_READ_S32_BE(b8) _PCM_READ_S32_BE(b8)
390 #define PCM_READ_S32_BE(b8) (_PCM_READ_S32_BE(b8) >> PCM_FXSHIFT)

Completed in 113 milliseconds