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