Searched refs:format_count (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_conn.h26 const u32 *xen_drm_front_conn_get_formats(int *format_count);
H A Dxen_drm_front_conn.c43 const u32 *xen_drm_front_conn_get_formats(int *format_count) argument
45 *format_count = ARRAY_SIZE(plane_formats);
H A Dxen_drm_front_kms.c301 int format_count; local
315 formats = xen_drm_front_conn_get_formats(&format_count);
319 format_count, NULL,
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_plane.c100 formats_size = sizeof(__u32) * plane->format_count;
123 blob_data->count_formats = plane->format_count;
138 for (j = 0; j < plane->format_count; j++) {
167 * @format_count: number of elements in @formats
181 const uint32_t *formats, unsigned int format_count,
207 plane->format_types = kmalloc_array(format_count, sizeof(uint32_t),
219 if (WARN_ON(format_count > 64))
260 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
261 plane->format_count = format_count;
178 drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) argument
337 drm_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, bool is_primary) argument
[all...]
H A Ddrm_fb_helper.c1561 for (j = 0; j < plane->format_count; j++) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dline-header.c166 gdb_byte format_count, formati; local
172 format_count = read_1_byte (abfd, buf);
175 for (formati = 0; formati < format_count; formati++)
190 for (formati = 0; formati < format_count; formati++)
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dline-header.c131 gdb_byte format_count, formati; local
137 format_count = read_1_byte (abfd, buf);
140 for (formati = 0; formati < format_count; formati++)
155 for (formati = 0; formati < format_count; formati++)
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_plane.h614 /** @format_count: Size of the array pointed at by @format_types. */
615 unsigned int format_count; member in struct:drm_plane
739 unsigned int format_count,
747 const uint32_t *formats, unsigned int format_count,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.cc2061 unsigned int format_count = *lineptr; local
2064 unsigned int *types = new unsigned int[format_count];
2065 unsigned int *forms = new unsigned int[format_count];
2067 for (unsigned int i = 0; i < format_count; i++)
2084 for (unsigned int i = 0; i < format_count; i++)
2127 format_count = *lineptr;
2130 types = new unsigned int[format_count];
2131 forms = new unsigned int[format_count];
2133 for (unsigned int i = 0; i < format_count; i++)
2152 for (unsigned int i = 0; i < format_count;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc2061 unsigned int format_count = *lineptr; local
2064 unsigned int *types = new unsigned int[format_count];
2065 unsigned int *forms = new unsigned int[format_count];
2067 for (unsigned int i = 0; i < format_count; i++)
2084 for (unsigned int i = 0; i < format_count; i++)
2127 format_count = *lineptr;
2130 types = new unsigned int[format_count];
2131 forms = new unsigned int[format_count];
2133 for (unsigned int i = 0; i < format_count; i++)
2152 for (unsigned int i = 0; i < format_count;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c3804 unsigned char *format_start, format_count, *format, formati; local
3809 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end);
3810 if (do_checks && format_count > 5)
3812 table_name, format_count);
3815 for (formati = 0; formati < format_count; formati++)
3839 else if (format_count == 0)
3848 format_count);
3855 for (formati = 0; formati < format_count; formati++)
3897 for (formati = 0; formati < format_count; formati++)
4412 unsigned char *format_start, format_count, *forma local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c4297 unsigned char *format_start, format_count, *format, formati; local
4302 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end);
4303 if (do_checks && format_count > 5)
4305 table_name, format_count);
4308 for (formati = 0; formati < format_count; formati++)
4332 else if (format_count == 0)
4341 format_count);
4348 for (formati = 0; formati < format_count; formati++)
4390 for (formati = 0; formati < format_count; formati++)
4986 unsigned char *format_start, format_count, *forma local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c4484 unsigned char *format_start, format_count, *format, formati; local
4489 SAFE_BYTE_GET_AND_INC (format_count, data, 1, end);
4490 if (do_checks && format_count > 5)
4492 table_name, format_count);
4495 for (formati = 0; formati < format_count; formati++)
4519 else if (format_count == 0)
4527 table_name, data - start, data_count, format_count); local
4534 for (formati = 0; formati < format_count; formati++)
4576 for (formati = 0; formati < format_count; formati++)
5171 unsigned int format_count, format local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1009 def format_count (i): member in class:Tr1UnorderedSetPrinter
1013 counter = imap (self.format_count, itertools.count())
1045 def format_count (i): member in class:Tr1UnorderedMapPrinter
1049 counter = imap (self.format_count, itertools.count())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1102 def format_count(i): member in class:Tr1UnorderedSetPrinter
1106 counter = imap(self.format_count, itertools.count())
1139 def format_count(i): member in class:Tr1UnorderedMapPrinter
1143 counter = imap(self.format_count, itertools.count())
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf2.c1992 bfd_byte format_count, formati; local
1998 format_count = read_1_byte (abfd, buf, buf_end);
2001 for (formati = 0; formati < format_count; formati++)
2011 if (format_count == 0 && data_count != 0)
2035 for (formati = 0; formati < format_count; formati++)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c2562 bfd_byte format_count, formati; local
2567 format_count = read_1_byte (abfd, &buf, buf_end);
2569 for (formati = 0; formati < format_count; formati++)
2576 if (format_count == 0 && data_count != 0)
2600 for (formati = 0; formati < format_count; formati++)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c2485 bfd_byte format_count, formati; local
2490 format_count = read_1_byte (abfd, &buf, buf_end);
2492 for (formati = 0; formati < format_count; formati++)
2499 if (format_count == 0 && data_count != 0)
2523 for (formati = 0; formati < format_count; formati++)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c2569 bfd_byte format_count, formati; local
2574 format_count = read_1_byte (abfd, &buf, buf_end);
2576 for (formati = 0; formati < format_count; formati++)
2583 if (format_count == 0 && data_count != 0)
2607 for (formati = 0; formati < format_count; formati++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c2314 format_count (gcov_type count)
2358 return format_count (top);
2312 format_count (gcov_type count) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc2439 format_count (gcov_type count)
2483 return format_count (top);
2437 format_count (gcov_type count) function

Completed in 534 milliseconds