MIN 299 utils/superwordprof.c #define MIN(a,b) ((a) < (b) ? (a) : (b)) MIN 54 vprof/vprof.cpp #define MIN(x,y) ((x) <= (y) ? x : y)