Lines Matching defs:max
521 * value should be the max index value, but people often
1304 unsigned max = 0;
1309 if (ui_indices[i] > max) max = ui_indices[i];
1316 if (ui_indices[i] > max) max = ui_indices[i];
1321 *out_max_index = max;
1326 unsigned short max = 0;
1331 if (us_indices[i] > max) max = us_indices[i];
1338 if (us_indices[i] > max) max = us_indices[i];
1343 *out_max_index = max;
1348 unsigned char max = 0;
1353 if (ub_indices[i] > max) max = ub_indices[i];
1360 if (ub_indices[i] > max) max = ub_indices[i];
1365 *out_max_index = max;
1615 unsigned min, max;
1619 &min, &max);
1622 new_info.max_index = MAX2(new_info.max_index, max);