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

/linux-master/include/linux/
H A Dminmax.h117 #define min3(x, y, z) min((typeof(x))min(x, y), z) macro

Completed in 138 milliseconds