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