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

/u-boot/include/linux/
H A Dkernel.h194 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro

Completed in 33 milliseconds