Searched defs:ISC_MAX (Results 1 – 2 of 2) sorted by relevance
93 #define ISC_MAX( global() macro
94 #define ISC_MAX(a, b) ((a) > (b) ? (a) : (b)) macro