Searched refs:format_types (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_plane.c | 227 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob() 234 plane->format_types[j], in create_in_format_blob() 391 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in __drm_universal_plane_init() 393 if (!plane->format_types) { in __drm_universal_plane_init() 422 kfree(plane->format_types); in __drm_universal_plane_init() 434 kfree(plane->format_types); in __drm_universal_plane_init() 440 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in __drm_universal_plane_init() 662 kfree(plane->format_types); in drm_plane_cleanup() 870 plane->format_types, in drm_mode_getplane() 895 if (format == plane->format_types[i]) in drm_plane_has_format()
|
| D | drm_fb_helper.c | 1579 plane->format_types, in __drm_fb_helper_find_sizes() 1592 plane->format_types, in __drm_fb_helper_find_sizes()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-format.c | 883 static const format_kind_info format_types[] = variable 990 if (!strcmp (s, format_types[i].name)) 992 alen = strlen (format_types[i].name); 995 && !strncmp (s + 2, format_types[i].name, alen)) 1026 && (format_types[info.format_type].flags 1056 format_types[info.format_type].name); 1389 if (!(format_types[info->format_type].flags & (int) FMT_FLAG_ARG_CONVERT)) 1430 format_types[info->format_type].name); 1617 const format_kind_info *fki = &format_types[info->format_type];
|
| D | ChangeLog.4 | 176 format_types): Update for these new structure members and flags. 180 (format_types): Add details of strfmon formats. 6069 (format_types): Use it for printf. 6538 (format_types): Add ' and I flags for scanf. 6708 (format_types): Add entries for new fields. 9877 format_types): Define.
|
| D | ChangeLog.6 | 4075 (format_types): Use it for scanf.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-format.c | 835 static const format_kind_info *format_types = format_types_orig; variable 908 if (!strcmp (s, format_types[i].name)) in decode_format_type() 910 alen = strlen (format_types[i].name); in decode_format_type() 913 && !strncmp (s + 2, format_types[i].name, alen)) in decode_format_type() 942 && (format_types[info.format_type].flags in check_function_format() 973 format_types[info.format_type].name); in check_function_format() 1276 if (!(format_types[info->format_type].flags & (int) FMT_FLAG_ARG_CONVERT)) in check_format_info() 1322 format_types[info->format_type].name); in check_format_info() 1505 const format_kind_info *fki = &format_types[info->format_type]; in check_format_info_main() 2807 format_types = dynamic_format_types; in handle_format_attribute() [all …]
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_plane.h | 652 uint32_t *format_types; member
|