Searched defs:max3 (Results 1 – 2 of 2) sorted by relevance
54 #define max3(x, y, z) ({ \ macro
47 #define max3(a, b, c) max2(max2(a, b), c) macro