Lines Matching refs:MAXI
147 /* MAXI and MINI -- general max & min (not in ANSI) for integers */148 #define MAXI(x,y) ((x)<(y)?(y):(x))