Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 2990) sorted by relevance

12345678910>>...120

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
172 %type <n> Object
182 %type <n> Target
183 %type <n> Term
184 %type <n> TermArg
249 %type <n> IfTerm
267 %type <n> AddTerm
299 %type <n> OrTerm
377 %type <n> String
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.h482 type PIXEL_DEPTH; \
486 type DITHER_EN; \
514 type DSCL_MODE; \
519 type MPC_WIDTH; \
520 type MPC_HEIGHT; \
552 type CM_COMA_C11; \
553 type CM_COMA_C12; \
554 type CM_COMA_C33; \
1064 type OUTPUT_FP; \
1070 type CUR0_MODE; \
[all …]
H A Ddcn10_stream_encoder.h347 type HDMI_GC_CONT;\
348 type HDMI_GC_SEND;\
355 type DP_MSE_RATE_X;\
356 type DP_MSE_RATE_Y;\
373 type DP_VID_N;\
374 type DP_VID_M;\
375 type DIG_START;\
387 type HDMI_ACR_N_32;\
401 type DP_SEC_AUD_N;\
414 type DP_MSA_MISC0;\
[all …]
H A Ddcn10_hubp.h436 type NUM_PIPES;\
439 type NUM_SE;\
442 type SW_MODE;\
446 type PITCH;\
448 type PITCH_C;\
586 type FB_TOP;\
587 type FB_BASE;\
589 type AGP_BASE;\
590 type AGP_BOT;\
591 type AGP_TOP;\
[all …]
H A Ddcn10_optc.h294 type OTG_H_TOTAL;\
301 type OTG_V_TOTAL;\
338 type OTG_V_BLANK;\
357 type OTG_BUSY;\
372 type VTG0_ENABLE;\
373 type VTG0_FP2;\
379 type OTG_GSL0_EN;\
397 type OTG_CRC_EN;\
398 type CRC0_R_CR;\
399 type CRC0_G_Y;\
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dm2-typeprint.c38 static void m2_print_bounds (struct type *type,
69 int m2_is_long_set (struct type *type);
70 int m2_is_long_set_of_type (struct type *type, struct type **of_type);
71 int m2_is_unbounded_array (struct type *type);
75 m2_print_type (struct type *type, const char *varstring, in m2_print_type() argument
198 struct type *target = TYPE_TARGET_TYPE (type); in m2_range()
305 m2_print_bounds (struct type *type, in m2_print_bounds() argument
309 struct type *target = TYPE_TARGET_TYPE (type); in m2_print_bounds()
334 m2_is_long_set (struct type *type) in m2_is_long_set() argument
399 m2_is_long_set_of_type (struct type *type, struct type **of_type) in m2_is_long_set_of_type() argument
[all …]
H A Dgdbtypes.c166 struct type *type; in alloc_type() local
195 struct type *type; in alloc_type_arch() local
248 struct type *type; in alloc_type_instance() local
269 smash_type (struct type *type) in smash_type() argument
281 TYPE_CHAIN (type) = type; in smash_type()
638 struct type *type, in make_cv_type() argument
701 replace_type (struct type *ntype, struct type *type) in replace_type() argument
1202 struct type *type; in lookup_typename() local
1961 struct type *type; in init_type() local
3560 struct type *type; in arch_type() local
[all …]
H A Dgdbtypes.h577 struct type *type; member
822 struct type *type; member
875 struct type *type; member
1489 extern struct type *make_type_with_address_space (struct type *type,
1513 extern struct type *make_pointer_type (struct type *, struct type **);
1517 extern struct type *make_function_type (struct type *, struct type **);
1528 extern struct type *create_array_type (struct type *, struct type *,
1532 extern struct type *create_string_type (struct type *, struct type *,
1536 extern struct type *create_set_type (struct type *, struct type *);
1656 struct type *type,
[all …]
H A Dada-typeprint.c75 decoded_type_name (struct type *type) in decoded_type_name() argument
126 print_range (struct type *type, struct ui_file *stream) in print_range() argument
156 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound() argument
175 type = NULL; in print_range_bound()
335 type = ada_coerce_to_simple_array_type (type); in print_array_type()
540 print_variant_part (struct type *type, int field_num, struct type *outer_type, in print_variant_part() argument
562 print_selected_record_field_types (struct type *type, struct type *outer_type, in print_selected_record_field_types() argument
606 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types() argument
625 struct type *type; in print_record_type() local
781 type = ada_check_typedef (type); in ada_print_type()
[all …]
H A Dada-lang.h157 extern int ada_get_field_index (const struct type *type,
198 extern struct type *ada_array_element_type (struct type *, int);
220 extern struct type *ada_get_decoded_type (struct type *type);
252 extern struct type *ada_parent_type (struct type *);
287 extern struct type *ada_variant_discrim_type (struct type *, struct type *);
299 extern struct type *ada_aligned_type (struct type *);
327 extern struct type *ada_template_to_fixed_record_type_1 (struct type *type,
337 extern struct type *ada_find_parallel_type (struct type *,
345 extern int ada_prefer_type (struct type *, struct type *);
347 extern struct type *ada_get_base_type (struct type *);
[all …]
H A Dp-typeprint.c50 pascal_print_type (struct type *type, const char *varstring, in pascal_print_type() argument
60 CHECK_TYPEDEF (type); in pascal_print_type()
98 pascal_print_typedef (struct type *type, struct symbol *new_symbol, in pascal_print_typedef() argument
101 CHECK_TYPEDEF (type); in pascal_print_typedef()
212 if (type == 0) in pascal_type_print_varspec_prefix()
308 pascal_print_func_args (struct type *type, struct ui_file *stream, in pascal_print_func_args() argument
349 if (type == 0) in pascal_type_print_varspec_suffix()
460 if (type == NULL) in pascal_type_print_base()
470 fputs_filtered (TYPE_NAME (type) ? TYPE_NAME (type) : "pointer", in pascal_type_print_base()
550 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in pascal_type_print_base()
[all …]
H A Dada-valprint.c60 adjust_type_signedness (struct type *type) in adjust_type_signedness() argument
62 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE in adjust_type_signedness()
387 if (!type) in ada_print_scalar()
393 type = ada_check_typedef (type); in ada_print_scalar()
544 ada_printstr (struct ui_file *stream, struct type *type, in ada_printstr() argument
558 ada_val_print (struct type *type, const gdb_byte *valaddr, in ada_val_print() argument
590 struct type *elttype = TYPE_TARGET_TYPE (type); in ada_val_print_array()
652 type = ada_check_typedef (type); in ada_val_print_1()
726 struct type *target_type = TYPE_TARGET_TYPE (type); in ada_val_print_1()
917 print_variant_part (struct type *type, int field_num, in print_variant_part() argument
[all …]
H A Dc-typeprint.c82 c_print_type (struct type *type, in c_print_type() argument
145 c_print_typedef (struct type *type, in c_print_typedef() argument
187 struct type *type, in cp_type_print_derivation_info() argument
292 c_type_print_varspec_prefix (struct type *type, in c_type_print_varspec_prefix() argument
300 if (type == 0) in c_type_print_varspec_prefix()
461 c_type_print_args (struct type *type, struct ui_file *stream, in c_type_print_args() argument
530 is_type_conversion_operator (struct type *type, int i, int j) in is_type_conversion_operator() argument
666 c_type_print_varspec_suffix (struct type *type, in c_type_print_varspec_suffix() argument
672 if (type == 0) in c_type_print_varspec_suffix()
776 struct type *type, struct ui_file *stream) in c_type_print_template_args() argument
[all …]
H A Df-typeprint.c53 f_print_type (struct type *type, const char *varstring, struct ui_file *stream, in f_print_type() argument
60 code = TYPE_CODE (type); in f_print_type()
93 f_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in f_type_print_varspec_prefix() argument
96 if (type == 0) in f_type_print_varspec_prefix()
104 switch (TYPE_CODE (type)) in f_type_print_varspec_prefix()
148 f_type_print_varspec_suffix (struct type *type, struct ui_file *stream, in f_type_print_varspec_suffix() argument
157 if (type == 0) in f_type_print_varspec_suffix()
165 switch (TYPE_CODE (type)) in f_type_print_varspec_suffix()
254 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base() argument
263 if (type == NULL) in f_type_print_base()
[all …]
H A Dm2-valprint.c32 static int print_unpacked_pointer (struct type *type,
37 m2_print_array_contents (struct type *type, const gdb_byte *valaddr,
49 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) in get_long_set_bounds() argument
69 m2_print_long_set (struct type *type, const gdb_byte *valaddr, in m2_print_long_set() argument
160 m2_print_unbounded_array (struct type *type, const gdb_byte *valaddr, in m2_print_unbounded_array() argument
190 print_unpacked_pointer (struct type *type, in print_unpacked_pointer() argument
196 struct type *elttype = check_typedef (TYPE_TARGET_TYPE (type)); in print_unpacked_pointer()
231 print_variable_at_address (struct type *type, in print_variable_at_address() argument
239 struct type *elttype = check_typedef (TYPE_TARGET_TYPE (type)); in print_variable_at_address()
248 value_at (TYPE_TARGET_TYPE (type), unpack_pointer (type, valaddr)); in print_variable_at_address()
[all …]
H A Dcp-valprint.c84 static void cp_print_value (struct type *, struct type *,
99 cp_is_vtbl_ptr_type (struct type *type) in cp_is_vtbl_ptr_type() argument
110 cp_is_vtbl_member (struct type *type) in cp_is_vtbl_member() argument
116 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member()
119 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member()
158 cp_print_value_fields (struct type *type, struct type *real_type, in cp_print_value_fields() argument
346 struct type *i_type = TYPE_FIELD_TYPE (type, i); in cp_print_value_fields()
427 cp_print_value_fields_rtti (struct type *type, in cp_print_value_fields_rtti() argument
467 cp_print_value (struct type *type, struct type *real_type, in cp_print_value() argument
636 cp_print_static_field (struct type *type, in cp_print_static_field() argument
[all …]
H A Dp-valprint.c59 pascal_val_print (struct type *type, const gdb_byte *valaddr, in pascal_val_print() argument
70 struct type *elttype; in pascal_val_print()
77 CHECK_TYPEDEF (type); in pascal_val_print()
419 struct type *type = value_type (val); in pascal_value_print() local
483 pascal_object_is_vtbl_ptr_type (struct type *type) in pascal_object_is_vtbl_ptr_type() argument
495 pascal_object_is_vtbl_member (struct type *type) in pascal_object_is_vtbl_member() argument
499 type = TYPE_TARGET_TYPE (type); in pascal_object_is_vtbl_member()
502 type = TYPE_TARGET_TYPE (type); in pascal_object_is_vtbl_member()
703 pascal_object_print_value (struct type *type, const gdb_byte *valaddr, in pascal_object_print_value() argument
728 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in pascal_object_print_value()
[all …]
H A Dada-lang.c173 static struct type *static_unwrap_type (struct type *type);
2144 struct type *type; in decode_constrained_packed_array() local
6209 struct type *type; in ada_get_tsd_from_tag() local
6404 struct type *type; in ada_variant_discrim_name() local
6548 struct type *type; in ada_value_primitive_field() local
6737 struct type *type) in ada_index_struct_field() argument
6749 struct type *type) in ada_index_struct_field_1() argument
7775 struct type *type; in template_to_static_fixed_type() local
8251 struct type *type; in to_static_fixed_type() local
9586 struct type *type; in ada_evaluate_subexp() local
[all …]
H A Dax-gdb.c224 struct type *type = (*pc)[1].type; in const_expr() local
351 struct type *type) in gen_trace_static_fields() argument
780 struct type *type) in gen_int_literal() argument
1069 value->type = type; in gen_cast()
1534 struct type *type; in gen_struct_ref() local
1999 struct type *type = (*pc)[1].type; in gen_expr() local
2071 struct type *type = (*pc)[1].type; in gen_expr() local
2083 struct type *type; in gen_expr() local
2118 struct type *type; in gen_expr() local
2244 struct type *type = (*pc)[1].type; in gen_expr() local
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dencoding.c742 type = objc_skip_typespec (type); in objc_skip_typespec()
753 type = objc_skip_typespec (type); in objc_skip_typespec()
796 type = objc_skip_typespec (type); in objc_skip_argspec()
797 type = objc_skip_offset (type); in objc_skip_argspec()
818 type = objc_skip_argspec (type); in method_copyReturnType()
847 type = objc_skip_argspec (type); in method_copyArgumentType()
868 type = objc_skip_argspec (type); in method_copyArgumentType()
904 type = objc_skip_argspec (type); in method_getReturnType()
936 type = objc_skip_argspec (type); in method_getArgumentType()
957 type = objc_skip_argspec (type); in method_getArgumentType()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-type.c38 struct type *type; member
152 struct type *type = ((type_object *) self)->type; in typy_get_code() local
363 struct type *type = ((type_object *) self)->type; in typy_fields() local
406 struct type *type = ((type_object *) self)->type; in typy_get_tag() local
417 struct type *type = ((type_object *) self)->type; in typy_strip_typedefs() local
479 struct type *type = ((type_object *) self)->type; in typy_array_1() local
541 struct type *type = ((type_object *) self)->type; in typy_pointer() local
559 struct type *type = ((type_object *) self)->type; in typy_range() local
1232 obj->type = type; in set_type()
1254 else if (type->type && TYPE_OBJFILE (type->type)) in typy_dealloc()
[all …]
/dragonfly/sys/dev/sound/pcm/
H A Dmatrix_map.h73 .type = SND_CHN_T_FL, \
82 .type = SND_CHN_T_MAX, \
99 .type = SND_CHN_T_FL, \
107 .type = SND_CHN_T_FR, \
130 .type = SND_CHN_T_FL, \
138 .type = SND_CHN_T_FR, \
146 .type = SND_CHN_T_LF, \
167 .type = SND_CHN_T_FL, \
174 .type = SND_CHN_T_FR, \
181 .type = SND_CHN_T_BC, \
[all …]
/dragonfly/sys/sys/
H A Dmalloc.h103 malloc_init, type); \
105 malloc_uninit, type)
116 malloc_uninit, type##_obj)
187 #define kmalloc_destroy_obj(type) kmalloc_destroy((type##_obj)) argument
254 #define kmalloc(size, type, flags) __kmalloc(size, type, flags) argument
255 #define kmalloc_obj(size, type, flags) __kmalloc_obj(size, type##_obj, flags) argument
262 #define kstrdup(str, type) \ argument
333 kstrdup(str, type)
335 kstrndup(str, maxlen, type)
349 #define kfree(addr, type) _kfree(addr, type) argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcvt.c91 intype, type); in cp_convert_to_pointer()
442 intype = type; in convert_to_reference()
758 if (POINTER_TYPE_P (type) || TYPE_PTR_TO_MEMBER_P (type)) in ocp_convert()
1045 type); in convert_to_void()
1054 type); in convert_to_void()
1068 type); in convert_to_void()
1093 type); in convert_to_void()
1627 type = TYPE_MAIN_VARIANT (type); in type_promotes_to()
1658 type = ENUM_UNDERLYING_TYPE (type); in type_promotes_to()
1663 type = totype; in type_promotes_to()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dconvert.c101 tree type = NULL; in strip_float_extensions() local
106 type = float_type_node; in strip_float_extensions()
110 type = double_type_node; in strip_float_extensions()
111 if (type) in strip_float_extensions()
112 return build_real (type, real_value_truncate (TYPE_MODE (type), orig)); in strip_float_extensions()
260 if (itype != type && FLOAT_TYPE_P (type)) in convert_to_real()
288 tree newtype = type; in convert_to_real()
621 (TYPE_MODE (type), TYPE_UNSIGNED (type)), in convert_to_integer()
759 tree typex = type; in convert_to_integer()
842 return convert (type, get_unwidened (TREE_OPERAND (expr, 0), type)); in convert_to_integer()
[all …]

12345678910>>...120