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

/freebsd-current/sys/dev/sound/pcm/
H A Dpcm.h87 #define PCM_S32_MIN -0x80000000L macro
90 #define PCM_S32_MIN -0x80000000LL macro
94 #define PCM_S32_MIN (-0x7fffffff - 1) macro
425 (((val) < PCM_S32_MIN) ? PCM_S32_MIN : (val)))
429 (((val) < PCM_S24_MIN) ? PCM_S32_MIN : \
H A Dfeeder_eq.c130 if ((v) < PCM_S32_MIN || (v) > PCM_S32_MAX) \
139 (((v) < PCM_S32_MIN) ? PCM_S32_MIN : \
H A Dfeeder_matrix.c282 ((accum < PCM_S32_MIN) ? PCM_S32_MIN : accum);

Completed in 203 milliseconds