Home
last modified time | relevance | path

Searched refs:format_types (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-format.c796 static const format_kind_info *format_types = format_types_orig; variable
869 if (!strcmp (s, format_types[i].name)) in decode_format_type()
871 alen = strlen (format_types[i].name); in decode_format_type()
874 && !strncmp (s + 2, format_types[i].name, alen)) in decode_format_type()
903 && (format_types[info.format_type].flags in check_function_format()
934 format_types[info.format_type].name); in check_function_format()
1283 format_types[info->format_type].name); in check_format_info()
1320 if (!(format_types[info->format_type].flags & FMT_FLAG_NULL_FORMAT_OK)) in check_format_arg()
1475 const format_kind_info *fki = &format_types[info->format_type]; in check_format_info_main()
2752 format_types = dynamic_format_types; in handle_format_attribute()
[all …]
H A DChangeLog-2000182 format_types): Update for these new structure members and flags.
186 (format_types): Add details of strfmon formats.
6075 (format_types): Use it for printf.
6544 (format_types): Add ' and I flags for scanf.
6714 (format_types): Add entries for new fields.
9883 format_types): Define.
H A DChangeLog-200321351 (format_types_orig): Renamed from format_types. Add new data.
21352 (format_types): Declare as pointer.
H A DChangeLog-20014075 (format_types): Use it for scanf.
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc.c665 plane->format_types = malloc(sizeof(uint32_t) * format_count, in drm_plane_init()
667 if (!plane->format_types) { in drm_plane_init()
674 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in drm_plane_init()
701 free(plane->format_types, DRM_MEM_KMS); in drm_plane_cleanup()
1723 plane->format_types, in drm_mode_getplane()
1809 if (fb->pixel_format == plane->format_types[i]) in drm_mode_setplane()
H A Ddrm_crtc.h658 uint32_t *format_types; member