Searched refs:MY_MAX (Results 1 – 1 of 1) 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()