Searched defs:max3 (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dminmax.h125 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro

Completed in 144 milliseconds