Home
last modified time | relevance | path

Searched refs:value_count (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/
HDdrm_property.c444 int value_count = 0; in drm_mode_getproperty_ioctl() local
461 value_count = property->num_values; in drm_mode_getproperty_ioctl()
464 for (i = 0; i < value_count; i++) { in drm_mode_getproperty_ioctl()
470 out_resp->count_values = value_count; in drm_mode_getproperty_ioctl()
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c4270 unsigned int i, value_count, value_len; in do_option_spec() local
4287 value_count = 0; in do_option_spec()
4292 value_count ++; in do_option_spec()
4297 + value_count * (value_len - strlen ("%(VALUE)"))); in do_option_spec()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c4931 unsigned int i, value_count, value_len; in do_option_spec() local
4948 value_count = 0; in do_option_spec()
4953 value_count ++; in do_option_spec()
4958 + value_count * (value_len - strlen ("%(VALUE)"))); in do_option_spec()