HomeSort by: relevance | last modified time | path
    Searched defs:format_types (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 612 /** @format_types: array of formats supported by this plane */
613 uint32_t *format_types; member in struct:drm_plane
614 /** @format_count: Size of the array pointed at by @format_types. */
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 42 /* This must be in the same order as format_types, except for
1016 /* This layer of indirection allows GCC to reassign format_types with
1019 static const format_kind_info *format_types = format_types_orig;
1072 return format_types[format_num].name;
1082 return format_types[format_num].flags;
1141 if (!strcmp (s, format_types[i].name))
1145 size_t alen = strlen (format_types[i].name);
1148 && !strncmp (s + 2, format_types[i].name, alen))
1153 && !strncmp (s, format_types[i].name, alen)
1162 && !strncmp (s + 2, format_types[i].name, alen
1018 static const format_kind_info *format_types = format_types_orig; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 42 /* This must be in the same order as format_types, except for
1004 /* This layer of indirection allows GCC to reassign format_types with
1007 static const format_kind_info *format_types = format_types_orig;
1060 return format_types[format_num].name;
1070 return format_types[format_num].flags;
1129 if (!strcmp (s, format_types[i].name))
1133 size_t alen = strlen (format_types[i].name);
1136 && !strncmp (s + 2, format_types[i].name, alen))
1141 && !strncmp (s, format_types[i].name, alen)
1150 && !strncmp (s + 2, format_types[i].name, alen
1006 static const format_kind_info *format_types = format_types_orig; variable
    [all...]

Completed in 22 milliseconds