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

1234567891011>>

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y53 %type <n> ArgList
54 %type <n> ASLCode
55 %type <n> BufferData
56 %type <n> BufferTermData
57 %type <n> CompilerDirective
58 %type <n> DataObject
59 %type <n> DefinitionBlockTerm
60 %type <n> IntegerData
61 %type <n> NamedObject
62 %type <
[all...]
/freebsd-10.3-release/contrib/tzdata/
H A Dzoneinfo2tdf.pl21 my $type = lc($fields[0]);
25 $type = 'zone';
29 if ($type eq 'zone') {
39 } elsif ($type eq 'rule') {
42 } elsif ($type eq 'link') {
45 } elsif ($type eq 'leap') {
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_inherit.h28 * Prototype for type-specific declarations of apr_foo_inherit_set
35 #define APR_DECLARE_INHERIT_SET(type) \
36 APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \
37 apr_##type##_t *the##type)
40 * Prototype for type-specific declarations of apr_foo_inherit_unset
47 #define APR_DECLARE_INHERIT_UNSET(type) \
48 APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \
49 apr_##type##_t *the##type)
[all...]
/freebsd-10.3-release/contrib/byacc/test/
H A Derr_syntax26.y6 %type <tag2
/freebsd-10.3-release/contrib/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 *, cha
[all...]
H A Dtypeprint.h27 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
29 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
H A Dp-lang.h29 extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
31 extern int pascal_val_print (struct type *, char *, int, CORE_ADDR, struct ui_file *, int, int,
42 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
48 extern struct type *pascal_create_fundamental_type (struct objfile *, int);
50 extern struct type **const (pascal_builtin_types[]);
55 pascal_type_print_base (struct type *, struct ui_file *, int, int);
58 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
66 extern void pascal_object_print_class_member (char *, struct type *, struct ui_file *, char *);
68 extern void pascal_object_print_class_method (char *, struct type *, struct ui_file *);
70 extern void pascal_object_print_value_fields (struct type *, cha
[all...]
H A Dm2-lang.h26 extern void m2_print_type (struct type *, char *, struct ui_file *, int,
29 extern int m2_val_print (struct type *, char *, int, CORE_ADDR,
H A Dm2-typeprint.c34 m2_print_type (struct type *type, char *varstring, struct ui_file *stream, argument
37 extern void c_print_type (struct type *, char *, struct ui_file *, int,
40 c_print_type (type, varstring, stream, show, level); /* FIXME */
H A Ddoublest.h27 struct type;
33 data type. */
44 point values to the widest type supported by the host.
71 type that corresponds to that length. */
78 based on the type size when FLOATFORMAT is NULL. */
80 const struct floatformat *floatformat_from_type (const struct type *type);
83 const struct type *type);
84 extern void store_typed_floating (void *addr, const struct type *typ
[all...]
H A Dada-lang.h153 extern struct type *builtin_type_ada_int;
154 extern struct type *builtin_type_ada_short;
155 extern struct type *builtin_type_ada_long;
156 extern struct type *builtin_type_ada_long_long;
157 extern struct type *builtin_type_ada_char;
158 extern struct type *builtin_type_ada_float;
159 extern struct type *builtin_type_ada_double;
160 extern struct type *builtin_type_ada_long_double;
161 extern struct type *builtin_type_ada_natural;
162 extern struct type *builtin_type_ada_positiv
[all...]
H A Dc-lang.h37 extern void c_print_type (struct type *, char *, struct ui_file *, int,
40 extern int c_val_print (struct type *, char *, int, CORE_ADDR,
62 extern struct type *c_create_fundamental_type (struct objfile *, int);
64 extern struct type **const (c_builtin_types[]);
68 extern void c_type_print_base (struct type *, struct ui_file *, int, int);
76 extern void cp_print_class_member (char *, struct type *, struct ui_file *,
79 extern void cp_print_class_method (char *, struct type *, struct ui_file *);
81 extern void cp_print_value_fields (struct type *, struct type *, char *,
84 struct type **, in
[all...]
H A Dp-typeprint.c40 static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *, int, int, int);
42 static void pascal_type_print_derivation_info (struct ui_file *, struct type *);
44 void pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
51 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream,
57 code = TYPE_CODE (type);
60 CHECK_TYPEDEF (type);
65 pascal_type_print_varspec_prefix (type, stream, show, 0);
80 pascal_type_print_varspec_prefix (type, stream, show, 0);
83 pascal_type_print_base (type, strea
50 pascal_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
116 pascal_type_print_derivation_info(struct ui_file *stream, struct type *type) argument
191 pascal_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr) argument
303 pascal_print_func_args(struct type *type, struct ui_file *stream) argument
336 pascal_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
440 pascal_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
/freebsd-10.3-release/lib/libc/posix1e/
H A Dacl_delete.c58 acl_delete_file_np(const char *path_p, acl_type_t type) argument
61 type = _acl_type_unold(type);
62 return (__acl_delete_file(path_p, type));
66 acl_delete_link_np(const char *path_p, acl_type_t type) argument
69 type = _acl_type_unold(type);
70 return (__acl_delete_link(path_p, type));
74 acl_delete_fd_np(int filedes, acl_type_t type) argument
77 type
[all...]
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dicmptypename.c10 char *icmptypename(family, type)
11 int family, type;
15 if ((type < 0) || (type > 255))
19 if ((family == AF_INET) && (i->it_v4 == type))
22 if ((family == AF_INET6) && (i->it_v6 == type))
/freebsd-10.3-release/sys/sparc64/include/
H A Dstdarg.h57 #define va_arg(ap, type) \
58 __builtin_va_arg((ap), type)
79 #define __va_arg8(ap, type) \
80 (*(type *)(void *)((ap) += 8, (ap) - 8))
81 #define __va_arg16(ap, type) \
82 (*(type *)(void *)((ap) = (va_list)(((unsigned long)(ap) + 31) & -16),\
84 #define __va_int(ap, type) \
85 (*(type *)(void *)((ap) += 8, (ap) - sizeof(type)))
89 #define va_arg(ap, type) \
[all...]
/freebsd-10.3-release/sys/powerpc/include/
H A Dstdarg.h47 #define va_arg(ap, type) \
48 __builtin_va_arg((ap), type)
66 #define va_arg(ap, type) (*(type *)(void *)&(ap))
96 #define __va_longlong(type) \
97 (__builtin_classify_type(*(type *)0) == __INTEGER_TYPE_CLASS && \
98 sizeof(type) == 8)
100 #define __va_double(type) \
101 (__builtin_classify_type(*(type *)0) == __REAL_TYPE_CLASS)
103 #define __va_struct(type) \
[all...]
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.varargs.h12 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1]
/freebsd-10.3-release/contrib/gcc/
H A Dipa-type-escape.h26 bool ipa_type_escape_type_contained_p (tree type);
28 int ipa_type_escape_star_count_of_interesting_type (tree type);
29 int ipa_type_escape_star_count_of_interesting_or_array_type (tree type);
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/freebsd-10.3-release/crypto/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 && type
[all...]
/freebsd-10.3-release/contrib/amd/conf/trap/
H A Dtrap_default.h3 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
/freebsd-10.3-release/contrib/ncurses/form/
H A Dfld_type.c39 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
49 set_field_type(FIELD *field, FIELDTYPE *type,...) argument
55 T((T_CALLED("set_field_type(%p,%p)"), field, type));
57 va_start(ap, type);
62 field->type = type;
63 field->arg = (void *)_nc_Make_Argument(field->type, &ap, &err);
67 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg));
68 field->type = (FIELDTYPE *)0;
74 if (field->type)
[all...]
/freebsd-10.3-release/contrib/apr-util/include/
H A Dapr_anylock.h28 /** Structure that may contain any APR lock type */
30 /** Indicates what type of lock is in lock */
37 } type; member in struct:apr_anylock_t
52 (((lck)->type == apr_anylock_none) \
54 : (((lck)->type == apr_anylock_threadmutex) \
56 : (((lck)->type == apr_anylock_procmutex) \
58 : (((lck)->type == apr_anylock_readlock) \
60 : (((lck)->type == apr_anylock_writelock) \
67 (((lck)->type == apr_anylock_none) \
69 : (((lck)->type
[all...]
/freebsd-10.3-release/sys/kern/
H A Dkern_osd.c78 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
95 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
100 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type."));
109 sx_xlock(&osdm[type].osd_module_lock);
113 for (i = 0; i < osdm[type].osd_ntslots; i++) {
114 if (osdm[type].osd_destructors[i] == NULL) {
115 OSD_DEBUG("Unused slot found (type=%u, slot=%u).",
116 type,
152 osd_deregister(u_int type, u_int slot) argument
200 osd_set(u_int type, struct osd *osd, u_int slot, void *value) argument
217 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void *rsv, void *value) argument
295 osd_get(u_int type, struct osd *osd, u_int slot) argument
318 osd_del(u_int type, struct osd *osd, u_int slot) argument
328 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) argument
380 osd_call(u_int type, u_int method, void *obj, void *data) argument
405 osd_exit(u_int type, struct osd *osd) argument
[all...]

Completed in 314 milliseconds

1234567891011>>