Lines Matching defs:range
272 EIT_RANGE /* Value that is out of range */
425 * Store a legal range for a property allowing for either signed or
426 * unsigned ranges. It is used to store a range from a template
431 typedef struct range {
1151 * The minimum and maximum of the range are separated by a comma.
1153 * range_prop can contain multiple range values, so we return a pointer to
1158 * type tells us whether the range values should be treated as signed or
3490 * property, use the specified range to validate all the numeric property
3509 /* Get the range constraints if they exist. */
3512 /* No range to check. */
3522 "a range specification");
3532 einfo.ei_u.ei_bad_template.ei_reason = gettext("Illegal range "
3544 /* Compare numeric values of the property to the range. */
3656 * - Check numeric values against range constraints.