Home
last modified time | relevance | path

Searched defs:PA_CLAMP (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dgccmacro.h143 #define PA_CLAMP(x, low, high) \ macro
151 #define PA_CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro