Lines Matching defs:max
44 int max = -1; /* index of measured_times with max/min values or not set */
108 if (max < 0 || timer_rate_max > measured_times[max])
109 max = i;
130 if ((measured_times[max] - measured_times[min]) < maxdiff)
136 if ((measured_times[max] - estimate) <
142 min = max;
145 "max bogoMips estimate %d = %lu\n",
146 max, measured_times[max]);
147 measured_times[max] = 0;
148 max = min;
158 if (measured_times[i] > measured_times[max])
159 max = i;