Lines Matching defs:max
94 on the type - min/max values, a step size, a set of possible values (for
106 the same min/max values). The value of each member can be changed by both
142 obtained, for integers, the min/max values can be obtained, and so
518 * \param max Maximum value for each member of the elements.
554 long min, long max, long step)
567 info->value.integer.max = max;
600 * \param max Maximum value for each member of the elements.
636 long long min, long long max, long long step)
649 info->value.integer64.max = max;
720 info->value.integer.max = 1;
869 long min, long max, long step)
878 min, max, step);
890 long long min, long long max, long long step)
899 min, max, step);
2786 return obj->value.integer.max;
2822 return obj->value.integer64.max;