Searched defs:MAX (Results 1 – 2 of 2) sorted by relevance
71 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
55 #define MAX(a,b) ((a)>(b)?(a):(b)) macro