Searched refs:num_types (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.c87 uint32_t num_types; member in struct:types
516 bfd_putl32 (TPI_FIRST_INDEX + types->num_types, &h.type_index_end);
523 bfd_putl32 (types->num_types * sizeof (uint32_t),
525 bfd_putl32 (types->num_types * sizeof (uint32_t),
528 bfd_putl32 ((types->num_types * sizeof (uint32_t)) + index_offset_len,
832 remap_symbol_type (void *data, struct type_entry **map, uint32_t num_types) argument
840 if (type >= TPI_FIRST_INDEX + num_types)
978 struct type_entry **map, uint32_t num_types,
1037 if (!remap_symbol_type (&d->type, map, num_types))
1131 || t_idx >= TPI_FIRST_INDEX + num_types)
977 parse_symbols(uint8_t *data, uint32_t size, uint8_t **buf, struct type_entry **map, uint32_t num_types, bfd *sym_rec_stream, struct globals *glob, uint16_t mod_num) argument
1841 handle_debugs_section(asection *s, bfd *mod, struct string_table *strings, uint8_t **dataptr, uint32_t *sizeptr, struct mod_source_files *mod_source, bfd *abfd, uint8_t **syms, uint32_t *sym_byte_size, struct type_entry **map, uint32_t num_types, bfd *sym_rec_stream, struct globals *glob, uint16_t mod_num) argument
2144 remap_type(void *data, struct type_entry **map, uint32_t type_num, uint32_t num_types) argument
2206 handle_udt_src_line(uint8_t *data, uint16_t size, struct type_entry **map, uint32_t type_num, uint32_t num_types, struct types *ids, uint16_t mod_num, struct string_table *strings) argument
2340 handle_type(uint8_t *data, struct type_entry **map, uint32_t type_num, uint32_t num_types, struct types *types, struct types *ids, uint16_t mod_num, struct string_table *strings) argument
3555 handle_debugt_section(asection *s, bfd *mod, struct types *types, struct types *ids, uint16_t mod_num, struct string_table *strings, struct type_entry ***map, uint32_t *num_types) argument
3827 uint32_t num_types = 0; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_irq.c129 if (!src || !src->funcs->set || !src->num_types)
132 for (k = 0; k < src->num_types; ++k) {
405 if (source->num_types && !source->enabled_types) {
408 types = kcalloc(source->num_types, sizeof(atomic_t),
528 for (k = 0; k < src->num_types; k++)
552 if (type >= src->num_types)
582 if (type >= src->num_types)
613 if (type >= src->num_types)
H A Damdgpu_irq.h63 unsigned num_types; member in struct:amdgpu_irq_src
H A Damdgpu_mxgpu_ai.c334 adev->virt.ack_irq.num_types = 1;
336 adev->virt.rcv_irq.num_types = 1;
H A Damdgpu_mxgpu_nv.c336 adev->virt.ack_irq.num_types = 1;
338 adev->virt.rcv_irq.num_types = 1;
H A Damdgpu_nbio_v7_4.c458 adev->nbio.ras_controller_irq.num_types = 1;
476 adev->nbio.ras_err_event_athub_irq.num_types = 1;
H A Damdgpu_mxgpu_vi.c577 adev->virt.ack_irq.num_types = 1;
579 adev->virt.rcv_irq.num_types = 1;
H A Damdgpu_sdma_v4_0.c2426 adev->sdma.trap_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE1;
2427 adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE1;
2430 adev->sdma.trap_irq.num_types = AMDGPU_SDMA_IRQ_LAST;
2431 adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_LAST;
2435 adev->sdma.trap_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE2;
2436 adev->sdma.ecc_irq.num_types = AMDGPU_SDMA_IRQ_INSTANCE2;
H A Damdgpu_uvd_v6_0.c416 adev->uvd.inst->irq.num_types = 1;
1631 adev->uvd.inst->irq.num_types = adev->uvd.num_enc_rings + 1;
1633 adev->uvd.inst->irq.num_types = 1;
H A Damdgpu_vce_v2_0.c647 adev->vce.irq.num_types = 1;
H A Damdgpu_jpeg_v2_5.c634 adev->jpeg.inst[i].irq.num_types = 1;
H A Damdgpu_vega10_ih.c570 adev->irq.self_irq.num_types = 0;
H A Damdgpu_dce_virtual.c755 adev->crtc_irq.num_types = AMDGPU_CRTC_IRQ_VBLANK6 + 1;
H A Damdgpu_jpeg_v2_0.c821 adev->jpeg.inst->irq.num_types = 1;
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls_common.h141 size_t *num_types);
142 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap_tls_common.c1092 * @num_types: Buffer for returning number of allocated EAP methods
1101 size_t *num_types)
1170 *num_types = num_methods;
1179 * @num_types: Buffer for returning number of allocated EAP methods
1184 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1193 (u8 *) types, num_types * sizeof(struct eap_method_type));
1194 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1199 for (i = 0; i < num_types; i++) {
1098 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dvgpu.c113 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++) {
H A Dgvt.c62 for (i = 0; i < gvt->num_types; i++) {
142 for (i = 0; i < gvt->num_types; i++) {
170 for (i = 0; i < gvt->num_types; i++) {
H A Dgvt.h325 unsigned int num_types; member in struct:intel_gvt
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c706 adev->crtc_irq.num_types = adev->mode_info.num_crtc;
709 adev->vupdate_irq.num_types = adev->mode_info.num_crtc;
712 adev->pageflip_irq.num_types = adev->mode_info.num_crtc;
715 adev->hpd_irq.num_types = adev->mode_info.num_hpd;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Deval.c470 int num_types, struct type **param_types);
482 int num_types, struct type **param_types)
491 if (num_types > 0)
493 if (param_types[num_types - 1] == NULL)
495 --num_types;
498 else if (check_typedef (param_types[num_types - 1])->code ()
501 --num_types;
503 gdb_assert (num_types == 0);
512 type->set_num_fields (num_types);
514 ((struct field *) xzalloc (sizeof (struct field) * num_types));
479 fake_method(type_instance_flags flags, int num_types, struct type **param_types) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbtfout.cc978 size_t num_types = ctfc->ctfc_types->elements (); local
979 if (num_types)
981 for (i = 1; i <= num_types; i++)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Deval.c644 int num_types, struct type **param_types);
656 int num_types, struct type **param_types)
665 if (num_types > 0)
667 if (param_types[num_types - 1] == NULL)
669 --num_types;
672 else if (check_typedef (param_types[num_types - 1])->code ()
675 --num_types;
677 gdb_assert (num_types == 0);
686 type->set_num_fields (num_types);
688 ((struct field *) xzalloc (sizeof (struct field) * num_types));
653 fake_method(type_instance_flags flags, int num_types, struct type **param_types) argument
[all...]
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.h245 uint32_t num_types; member in struct:xcb_res_query_client_resources_reply_t
H A Dres.c452 xcb_block_len += _aux->num_types * sizeof(xcb_res_type_t);
528 return R->num_types;
536 i.rem = R->num_types;

Completed in 177 milliseconds

123