Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds