Searched defs:max (Results 1 – 2 of 2) sorted by relevance
89 scm_clockconfig_t max = NO_CLOCK_CONFIG; in scm_getmaxfreq() local
45 #define max(a,b) ((a) > (b) ? a : b) macro