Searched defs:MAX (Results 1 – 7 of 7) sorted by relevance
5 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
34 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
64 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
49 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
45 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
31 #define MAX(a, b) ((a) < (b) ? (b) : (a)) macro