Searched defs:max_t (Results 1 – 2 of 2) sorted by relevance
56 #define max_t(type, x, y) max((type)x, (type)y) macro
220 #define max_t(type, x, y) ({ \ macro