Lines Matching refs:IMIN
92 #define IMIN(a,b) ((a) < (b) ? (a) : (b))1030 for (fact=2;fact<=IMIN(st->num_rate, st->den_rate);fact++)