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

/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_eq.c139 #define FEEDEQ_CLAMP(v) (((v) > PCM_S32_MAX) ? PCM_S32_MAX : \ macro
191 v = FEEDEQ_CLAMP(w); \
204 v = FEEDEQ_CLAMP(w); \

Completed in 55 milliseconds