Searched defs:MAX (Results 1 – 8 of 8) sorted by relevance
55 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
109 #define MAX( a, b ) (((a) > (b)) ? (a) : (b)) macro
14 #define MAX(n,m) (((n) < (m)) ? (m) : (n)) macro
65 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
88 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
75 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
41 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) macro
171 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro