Searched refs:max_t (Results 1 – 1 of 1) sorted by relevance
191 #define max_t(type, x, y) ({ \ macro206 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi)
Completed in 6 milliseconds