Searched defs:CLAMP (Results 1 – 5 of 5) sorted by relevance
34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
90 CLAMP (0), enumConstant
49 CLAMP (4), enumConstant
36 CLAMP (4), enumConstant
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...