Searched defs:ISC_CLAMP (Results 1 – 2 of 2) sorted by relevance
96 #define ISC_CLAMP( global() macro
97 #define ISC_CLAMP(v, x, y) ((v) < (x) ? (x) : ((v) > (y) ? (y) : (v))) macro