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