Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dopencl-lang.c909 struct type *el_type, *char_type, *int_type; in language_arch_info() local
912 char_type = el_type = add (init_integer_type (alloc, 8, 0, "char")); in language_arch_info()
913 BUILD_OCL_VTYPES (char, el_type); in language_arch_info()
914 el_type = add (init_integer_type (alloc, 8, 1, "uchar")); in language_arch_info()
915 BUILD_OCL_VTYPES (uchar, el_type); in language_arch_info()
916 el_type = add (init_integer_type (alloc, 16, 0, "short")); in language_arch_info()
917 BUILD_OCL_VTYPES (short, el_type); in language_arch_info()
918 el_type = add (init_integer_type (alloc, 16, 1, "ushort")); in language_arch_info()
919 BUILD_OCL_VTYPES (ushort, el_type); in language_arch_info()
920 int_type = el_type = add (init_integer_type (alloc, 32, 0, "int")); in language_arch_info()
[all …]
Dctfread.c785 struct type *el_type, *inner_array; in add_array_cv_type() local
796 el_type = inner_array->target_type (); in add_array_cv_type()
797 cnst |= TYPE_CONST (el_type); in add_array_cv_type()
798 voltl |= TYPE_VOLATILE (el_type); in add_array_cv_type()
799 inner_array->set_target_type (make_cv_type (cnst, voltl, el_type, nullptr)); in add_array_cv_type()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
Dinit.c299 int el_type; member
343 el.el_type = LIMBO_SUBSYS; in monitor_back_register_subsys_late()
399 el.el_type = LIMBO_DATABASE; in monitor_back_register_database_limbo()
443 el.el_type = LIMBO_OVERLAY; in monitor_back_register_overlay_limbo()
592 el.el_type = LIMBO_ENTRY; in monitor_back_register_entry()
796 el.el_type = LIMBO_ENTRY_PARENT; in monitor_back_register_entry_parent()
1130 el.el_type = LIMBO_ATTRS; in monitor_back_register_entry_attrs()
1252 if ( elp->el_type == LIMBO_ENTRY in monitor_back_unregister_entry()
1385 if ( elp->el_type == LIMBO_ENTRY_PARENT in monitor_back_unregister_entry_parent()
1557 if ( elp->el_type == LIMBO_ATTRS in monitor_back_unregister_entry_attrs()
[all …]
/netbsd/src/sys/netatalk/
Dddp.h73 u_char el_type; member
Dddp_output.c176 elh->el_type = ELAP_DDPEXTEND; in ddp_route()
Dddp_input.c117 if (elhp->el_type == ELAP_DDPEXTEND) { in atintr1()
/netbsd/src/sys/dev/ic/
Dmlxreg.h348 u_int8_t el_type; member
Dmlx.c1285 switch (el->el_type) { in mlx_periodic_eventlog_respond()
1346 "unknown log message type 0x%x\n", el->el_type); in mlx_periodic_eventlog_respond()