Searched defs:clamp_t (Results 1 – 2 of 2) sorted by relevance
220 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro
304 bool clamp_t:1; member