Lines Matching defs:max
469 opt->constraint.range->max - tl_x);
474 opt->constraint.range->max - tl_y);
479 opt->constraint.range->max);
492 SANE_UNFIX(opt->constraint.range->max - tl_x));
497 SANE_UNFIX(opt->constraint.range->max - tl_y));
502 SANE_UNFIX(opt->constraint.range->max));
1358 SANE_Byte min = 0xff, max = 0;
1560 fprintf (stderr, "%s: min/max graylevel value = %d/%d\n",
1561 prog_name, min, max);
1733 if (buffer[i] >= max)
1734 max = buffer[i];
1848 pass_fail (int max, int len, SANE_Byte * buffer, SANE_Status status)
1854 while (len <= max && buffer[len] != 0x23)
1858 else if (len > max)