Searched refs:CLAMP32 (Results 1 – 1 of 1) sorted by relevance
134 #define CLAMP32(x) ((x) > UINT_MAX ? UINT_MAX : (x)) macro136 #define CLAMP32(x) (x) macro177 t_spin = CLAMP32(t_spin); \