Searched refs:MY_MAX (Results 1 – 2 of 2) sorted by relevance
131 #define MY_MAX(a,b) ((a) >= (b) ? (a) : (b)) macro133 for (int i = 0; i < MY_MAX(2, 3); i++) // no-warning in PR9774()
1397 #define MY_MAX(a,b) ((a > b) ? a : b) macro1400 MY_MAX(MY_MAX(MY_MAX(strlen(netperf_output_source[x].line[0]),\