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