Searched defs:MAX (Results 1 – 3 of 3) sorted by relevance
399 # define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
17 # define MAX(x,y) ((x) > (y) ? (x) : (y)) macro
49 # define MAX(x,y) ((x) > (y) ? (x) : (y)) macro