Searched defs:MIN (Results 1 – 4 of 4) sorted by relevance
95 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
37 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
84 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
60 #define MIN(a, b) \ macro