CLAMP 186 src/shared/macro.h #undef CLAMP CLAMP 187 src/shared/macro.h #define CLAMP(x, low, high) __CLAMP(UNIQ, (x), UNIQ, (low), UNIQ, (high))