Searched defs:CLAMP (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2740 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) macro
2747 #undef CLAMP macro

Completed in 106 milliseconds