Searched refs:max_t (Results 1 – 1 of 1) sorted by relevance
4825 #define max_t(type, x, y) ({ \ macro4830 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max)