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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_irq.h 63 unsigned num_types; member in struct:amdgpu_irq_src
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
vgpu.c 113 unsigned int num_types; local
131 num_types = sizeof(vgpu_types) / sizeof(vgpu_types[0]);
133 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type),
139 for (i = 0; i < num_types; ++i) {
172 gvt->num_types = i;
197 for (i = 0; i < gvt->num_types; i++) {
gvt.h 325 unsigned int num_types; member in struct:intel_gvt
  /src/external/gpl3/gcc.old/dist/gcc/
btfout.cc 978 size_t num_types = ctfc->ctfc_types->elements (); local
979 if (num_types)
981 for (i = 1; i <= num_types; i++)
ipa-devirt.cc 2174 unsigned int num_all_types = 0, num_types = 0, num_duplicates = 0; local
2203 num_types ++;
2227 "%i duplicates overall\n", num_all_types, num_types, num_duplicates);
  /src/external/gpl3/binutils/dist/ld/
pdb.c 87 uint32_t num_types; member in struct:types
165 uint32_t type_num, uint32_t num_types);
519 bfd_putl32 (TPI_FIRST_INDEX + types->num_types, &h.type_index_end);
526 bfd_putl32 (types->num_types * sizeof (uint32_t),
528 bfd_putl32 (types->num_types * sizeof (uint32_t),
531 bfd_putl32 ((types->num_types * sizeof (uint32_t)) + index_offset_len,
835 remap_symbol_type (void *data, struct type_entry **map, uint32_t num_types)
843 if (type >= TPI_FIRST_INDEX + num_types)
981 struct type_entry **map, uint32_t num_types,
1040 if (!remap_symbol_type (&d->type, map, num_types))
3927 uint32_t num_types = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 87 uint32_t num_types; member in struct:types
165 uint32_t type_num, uint32_t num_types);
519 bfd_putl32 (TPI_FIRST_INDEX + types->num_types, &h.type_index_end);
526 bfd_putl32 (types->num_types * sizeof (uint32_t),
528 bfd_putl32 (types->num_types * sizeof (uint32_t),
531 bfd_putl32 ((types->num_types * sizeof (uint32_t)) + index_offset_len,
835 remap_symbol_type (void *data, struct type_entry **map, uint32_t num_types)
843 if (type >= TPI_FIRST_INDEX + num_types)
981 struct type_entry **map, uint32_t num_types,
1040 if (!remap_symbol_type (&d->type, map, num_types))
3928 uint32_t num_types = 0; local
    [all...]

Completed in 39 milliseconds