Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_plane.c130 memcpy(formats_ptr(blob_data), plane->format_types, formats_size); in create_in_format_blob()
140 plane->format_types[j], in create_in_format_blob()
207 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), in drm_universal_plane_init()
209 if (!plane->format_types) { in drm_universal_plane_init()
238 kfree(plane->format_types); in drm_universal_plane_init()
254 kfree(plane->format_types); in drm_universal_plane_init()
260 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); in drm_universal_plane_init()
366 kfree(plane->format_types); in drm_plane_cleanup()
561 plane->format_types, in drm_mode_getplane()
577 if (format == plane->format_types[i]) in drm_plane_check_pixel_format()
H A Ddrm_fb_helper.c1564 fmt = drm_format_info(plane->format_types[j]); in drm_fb_helper_single_fb_probe()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1006 static const format_kind_info *format_types = format_types_orig; variable
1059 return format_types[format_num].name; in format_name()
1069 return format_types[format_num].flags; in format_flags()
1128 if (!strcmp (s, format_types[i].name)) in decode_format_type()
1132 size_t alen = strlen (format_types[i].name); in decode_format_type()
1135 && !strncmp (s + 2, format_types[i].name, alen)) in decode_format_type()
1140 && !strncmp (s, format_types[i].name, alen) in decode_format_type()
1149 && !strncmp (s + 2, format_types[i].name, alen) in decode_format_type()
1196 const format_kind_info *fi = &format_types[info.format_type]; in check_function_format()
1245 format_types[info.format_type].name); in check_function_format()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1014 static const format_kind_info *format_types = format_types_orig; variable
1067 return format_types[format_num].name; in format_name()
1077 return format_types[format_num].flags; in format_flags()
1136 if (!strcmp (s, format_types[i].name)) in decode_format_type()
1140 size_t alen = strlen (format_types[i].name); in decode_format_type()
1143 && !strncmp (s + 2, format_types[i].name, alen)) in decode_format_type()
1148 && !strncmp (s, format_types[i].name, alen) in decode_format_type()
1157 && !strncmp (s + 2, format_types[i].name, alen) in decode_format_type()
1204 const format_kind_info *fi = &format_types[info.format_type]; in check_function_format()
1253 format_types[info.format_type].name); in check_function_format()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_plane.h613 uint32_t *format_types; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
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.