Home
last modified time | relevance | path

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

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