Searched defs:max_t (Results 1 – 3 of 3) sorted by relevance
172 #define max_t(type,x,y) \ macro
205 #define max_t(type, x, y) ({ \ macro
36 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) macro