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

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h13 #define ClipValue(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v)) macro
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h20 #define ClipValue(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v)) macro
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_xv.c192 #define ClipValue(v,min,max) ((v) < (min) ? (min) : (v) > (max) ? (max) : (v)) macro

Completed in 4 milliseconds