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

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoIPRT.h141 #define RT_CLAMP(Value, Min, Max) ( (Value) > (Max) ? (Max) : (Value) < (Min) ? (Min) : (Value) ) macro

Completed in 2 milliseconds