Searched defs:MAX (Results 1 – 3 of 3) sorted by relevance
39 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
61 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
56 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro