Home | History | Annotate | Download | only in psnames

Lines Matching defs:max

4147     int                   count, min, max;
4159 max = count;
4161 while ( min < max )
4163 int mid = ( min + max ) >> 1;
4179 max = mid;