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