Searched defs:max3 (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 112 milliseconds