max                22 lib/action/compile.h #define max(x,y)	(((x)>(y))?(x):(y))
max               206 lib/gfxpoly/renderpoly.c static inline double max(double a, double b) {return a>b?a:b;}
max              1293 lib/pdf/BitmapOutputDev.cc double max(double x, double y) 
max              1016 lib/q.c        static int max(int x, int y) {