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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dpcm.h112 #define _PCM_READ_S16_LE(b8) INTPCM_T(*((int16_t *)(b8))) macro
172 #define _PCM_READ_S16_NE(b8) _PCM_READ_S16_LE(b8)
181 #define _PCM_READ_S16_LE(b8) \ macro
332 #define PCM_READ_S16_LE(b8) _PCM_READ_S16_LE(b8)

Completed in 88 milliseconds