Searched defs:MAX (Results 1 – 3 of 3) sorted by relevance
429 #define MAX( x, y ) ( ((x) > (y)) ? (x) : (y) ) macro