Home
last modified time | relevance | path

Searched defs:PA_CLAMP_UNLIKELY (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h153 #define PA_CLAMP_UNLIKELY(x, low, high) \ macro
161 #define PA_CLAMP_UNLIKELY(x, low, high) (PA_UNLIKELY((x) > (high)) ? (high) : (PA_UNLIKELY((x) < (low)) ? (low) : (x))) macro

Completed in 2 milliseconds