Searched refs:type (Results 1 - 25 of 24799) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Djv-lang.h33 extern struct type *java_int_type;
34 extern struct type *java_byte_type;
35 extern struct type *java_short_type;
36 extern struct type *java_long_type;
37 extern struct type *java_boolean_type;
38 extern struct type *java_char_type;
39 extern struct type *java_float_type;
40 extern struct type *java_double_type;
41 extern struct type *java_void_type;
43 extern int java_val_print (struct type *, cons
[all...]
H A Dm2-lang.h25 extern void m2_print_type (struct type *, char *, struct ui_file *, int,
28 extern int m2_is_long_set (struct type *type);
30 extern int m2_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
34 extern int get_long_set_bounds (struct type *type, LONGEST *low,
H A Dtypeprint.h25 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
27 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
H A Dm2-typeprint.c39 static void m2_print_bounds (struct type *type,
43 static void m2_typedef (struct type *, struct ui_file *, int, int);
44 static void m2_array (struct type *, struct ui_file *, int, int);
45 static void m2_pointer (struct type *, struct ui_file *, int, int);
46 static void m2_ref (struct type *, struct ui_file *, int, int);
47 static void m2_procedure (struct type *, struct ui_file *, int, int);
48 static void m2_union (struct type *, struct ui_file *);
49 static void m2_enum (struct type *, struct ui_file *, int, int);
50 static void m2_range (struct type *, struc
66 m2_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
158 m2_type_name(struct type *type, struct ui_file *stream) argument
169 m2_range(struct type *type, struct ui_file *stream, int show, int level) argument
187 m2_typedef(struct type *type, struct ui_file *stream, int show, int level) argument
202 m2_array(struct type *type, struct ui_file *stream, int show, int level) argument
225 m2_pointer(struct type *type, struct ui_file *stream, int show, int level) argument
237 m2_ref(struct type *type, struct ui_file *stream, int show, int level) argument
245 m2_unknown(const char *s, struct type *type, struct ui_file *stream, int show, int level) argument
251 m2_union(struct type *type, struct ui_file *stream) argument
257 m2_procedure(struct type *type, struct ui_file *stream, int show, int level) argument
285 m2_print_bounds(struct type *type, struct ui_file *stream, int show, int level, int print_high) argument
304 m2_short_set(struct type *type, struct ui_file *stream, int show, int level) argument
317 m2_is_long_set(struct type *type) argument
359 m2_get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
387 m2_is_long_set_of_type(struct type *type, struct type **of_type) argument
419 m2_long_set(struct type *type, struct ui_file *stream, int show, int level) argument
476 m2_record_fields(struct type *type, struct ui_file *stream, int show, int level) argument
537 m2_enum(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dgnu-v2-abi.h23 extern int gnuv2_baseclass_offset (struct type *type, int index,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Djv-lang.h33 extern struct type *java_int_type;
34 extern struct type *java_byte_type;
35 extern struct type *java_short_type;
36 extern struct type *java_long_type;
37 extern struct type *java_boolean_type;
38 extern struct type *java_char_type;
39 extern struct type *java_float_type;
40 extern struct type *java_double_type;
41 extern struct type *java_void_type;
43 extern int java_val_print (struct type *, cons
[all...]
H A Dm2-lang.h25 extern void m2_print_type (struct type *, char *, struct ui_file *, int,
28 extern int m2_is_long_set (struct type *type);
30 extern int m2_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
34 extern int get_long_set_bounds (struct type *type, LONGEST *low,
H A Dtypeprint.h25 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
27 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
H A Dm2-typeprint.c39 static void m2_print_bounds (struct type *type,
43 static void m2_typedef (struct type *, struct ui_file *, int, int);
44 static void m2_array (struct type *, struct ui_file *, int, int);
45 static void m2_pointer (struct type *, struct ui_file *, int, int);
46 static void m2_ref (struct type *, struct ui_file *, int, int);
47 static void m2_procedure (struct type *, struct ui_file *, int, int);
48 static void m2_union (struct type *, struct ui_file *);
49 static void m2_enum (struct type *, struct ui_file *, int, int);
50 static void m2_range (struct type *, struc
66 m2_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
158 m2_type_name(struct type *type, struct ui_file *stream) argument
169 m2_range(struct type *type, struct ui_file *stream, int show, int level) argument
187 m2_typedef(struct type *type, struct ui_file *stream, int show, int level) argument
202 m2_array(struct type *type, struct ui_file *stream, int show, int level) argument
225 m2_pointer(struct type *type, struct ui_file *stream, int show, int level) argument
237 m2_ref(struct type *type, struct ui_file *stream, int show, int level) argument
245 m2_unknown(const char *s, struct type *type, struct ui_file *stream, int show, int level) argument
251 m2_union(struct type *type, struct ui_file *stream) argument
257 m2_procedure(struct type *type, struct ui_file *stream, int show, int level) argument
285 m2_print_bounds(struct type *type, struct ui_file *stream, int show, int level, int print_high) argument
304 m2_short_set(struct type *type, struct ui_file *stream, int show, int level) argument
317 m2_is_long_set(struct type *type) argument
359 m2_get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
387 m2_is_long_set_of_type(struct type *type, struct type **of_type) argument
419 m2_long_set(struct type *type, struct ui_file *stream, int show, int level) argument
476 m2_record_fields(struct type *type, struct ui_file *stream, int show, int level) argument
537 m2_enum(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dgnu-v2-abi.h23 extern int gnuv2_baseclass_offset (struct type *type, int index,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Djv-lang.h33 extern struct type *java_int_type;
34 extern struct type *java_byte_type;
35 extern struct type *java_short_type;
36 extern struct type *java_long_type;
37 extern struct type *java_boolean_type;
38 extern struct type *java_char_type;
39 extern struct type *java_float_type;
40 extern struct type *java_double_type;
41 extern struct type *java_void_type;
43 extern int java_val_print (struct type *, cons
[all...]
H A Dm2-lang.h25 extern void m2_print_type (struct type *, char *, struct ui_file *, int,
28 extern int m2_is_long_set (struct type *type);
30 extern int m2_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
34 extern int get_long_set_bounds (struct type *type, LONGEST *low,
H A Dtypeprint.h25 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
27 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
H A Dm2-typeprint.c39 static void m2_print_bounds (struct type *type,
43 static void m2_typedef (struct type *, struct ui_file *, int, int);
44 static void m2_array (struct type *, struct ui_file *, int, int);
45 static void m2_pointer (struct type *, struct ui_file *, int, int);
46 static void m2_ref (struct type *, struct ui_file *, int, int);
47 static void m2_procedure (struct type *, struct ui_file *, int, int);
48 static void m2_union (struct type *, struct ui_file *);
49 static void m2_enum (struct type *, struct ui_file *, int, int);
50 static void m2_range (struct type *, struc
66 m2_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
158 m2_type_name(struct type *type, struct ui_file *stream) argument
169 m2_range(struct type *type, struct ui_file *stream, int show, int level) argument
187 m2_typedef(struct type *type, struct ui_file *stream, int show, int level) argument
202 m2_array(struct type *type, struct ui_file *stream, int show, int level) argument
225 m2_pointer(struct type *type, struct ui_file *stream, int show, int level) argument
237 m2_ref(struct type *type, struct ui_file *stream, int show, int level) argument
245 m2_unknown(const char *s, struct type *type, struct ui_file *stream, int show, int level) argument
251 m2_union(struct type *type, struct ui_file *stream) argument
257 m2_procedure(struct type *type, struct ui_file *stream, int show, int level) argument
285 m2_print_bounds(struct type *type, struct ui_file *stream, int show, int level, int print_high) argument
304 m2_short_set(struct type *type, struct ui_file *stream, int show, int level) argument
317 m2_is_long_set(struct type *type) argument
359 m2_get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
387 m2_is_long_set_of_type(struct type *type, struct type **of_type) argument
419 m2_long_set(struct type *type, struct ui_file *stream, int show, int level) argument
476 m2_record_fields(struct type *type, struct ui_file *stream, int show, int level) argument
537 m2_enum(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dgnu-v2-abi.h23 extern int gnuv2_baseclass_offset (struct type *type, int index,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtypecheck.h5 * Check at compile time that something is of a particular type.
8 #define typecheck(type,x) \
9 ({ type __dummy; \
16 * Check at compile time that 'function' is a certain type, or is a pointer
17 * to that type (needs to use typedef for the function type.)
19 #define typecheck_fn(type,function) \
20 ({ typeof(type) __tmp = function; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/include/arch-v32/arch/hwregs/
H A Dreg_rdwr.h9 #define REG_READ(type, addr) (*((volatile type *) (addr)))
13 #define REG_WRITE(type, addr, val) \
14 do { *((volatile type *) (addr)) = (val); } while(0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dreg_rdwr.h9 #define REG_READ(type, addr) (*((volatile type *) (addr)))
13 #define REG_WRITE(type, addr, val) \
14 do { *((volatile type *) (addr)) = (val); } while(0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtypecheck.h5 * Check at compile time that something is of a particular type.
8 #define typecheck(type,x) \
9 ({ type __dummy; \
16 * Check at compile time that 'function' is a certain type, or is a pointer
17 * to that type (needs to use typedef for the function type.)
19 #define typecheck_fn(type,function) \
20 ({ typeof(type) __tmp = function; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_seq.c42 Type *type; local
46 type = s->type;
47 while(type->type == TTag)
48 type = type->subtype;
50 if (type->type != TSequenceOf) {
51 printf("%s not seq of %d\n", s->name, (int)type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_seq.c42 Type *type; local
46 type = s->type;
47 while(type->type == TTag)
48 type = type->subtype;
50 if (type->type != TSequenceOf) {
51 printf("%s not seq of %d\n", s->name, (int)type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_seq.c42 Type *type; local
46 type = s->type;
47 while(type->type == TTag)
48 type = type->subtype;
50 if (type->type != TSequenceOf) {
51 printf("%s not seq of %d\n", s->name, (int)type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-mxc/
H A Dcpu.c7 void mxc_set_cpu_type(unsigned int type) argument
9 __mxc_cpu_type = type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dcpu.c7 void mxc_set_cpu_type(unsigned int type) argument
9 __mxc_cpu_type = type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ieee802154/
H A Dnl_policy.c28 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
29 [IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, },
30 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
32 [IEEE802154_ATTR_STATUS] = { .type = NLA_U8, },
33 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
34 [IEEE802154_ATTR_HW_ADDR] = { .type = NLA_HW_ADDR, },
35 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, },
36 [IEEE802154_ATTR_CHANNEL] = { .type = NLA_U8, },
37 [IEEE802154_ATTR_PAGE] = { .type = NLA_U8, },
38 [IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type
[all...]

Completed in 151 milliseconds

1234567891011>>