Searched refs:type (Results 26 - 50 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/src/
H A Ds_lround.c32 #ifndef type
34 #define type double macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
50 static const type dtype_min = (type)DTYPE_MIN - 0.5;
51 static const type dtype_max = (type)DTYPE_MAX + 0.5;
52 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \
56 fn(type
[all...]
H A Ds_fdim.c32 #define DECL(type, fn) \
33 type \
34 fn(type x, type y) \
/freebsd-11-stable/contrib/apr/include/
H A Dapr_perms_set.h45 #define APR_PERMS_SET_IMPLEMENT(type) \
46 APR_DECLARE(apr_status_t) apr_##type##_perms_set \
47 (void *the##type, apr_fileperms_t perms, \
50 #define APR_PERMS_SET_ENOTIMPL(type) \
51 APR_DECLARE(apr_status_t) apr_##type##_perms_set \
52 (void *the##type, apr_fileperms_t perms, \
56 #define APR_PERMS_SET_FN(type) apr_##type##_perms_set
/freebsd-11-stable/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)"), (void *)field, (void *)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-11-stable/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-11-stable/sys/kern/
H A Dkern_osd.c77 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
94 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
99 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type."));
108 sx_xlock(&osdm[type].osd_module_lock);
112 for (i = 0; i < osdm[type].osd_ntslots; i++) {
113 if (osdm[type].osd_destructors[i] == NULL) {
114 OSD_DEBUG("Unused slot found (type=%u, slot=%u).",
115 type,
151 osd_deregister(u_int type, u_int slot) argument
199 osd_set(u_int type, struct osd *osd, u_int slot, void *value) argument
216 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, void *value) argument
294 osd_get(u_int type, struct osd *osd, u_int slot) argument
317 osd_del(u_int type, struct osd *osd, u_int slot) argument
327 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) argument
379 osd_call(u_int type, u_int method, void *obj, void *data) argument
404 osd_exit(u_int type, struct osd *osd) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
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...]
H A Dm2-valprint.c30 m2_val_print (struct type *type, char *valaddr, int embedded_offset, argument
34 extern int c_val_print (struct type *, char *, int, CORE_ADDR,
37 return (c_val_print (type, valaddr, 0, address, stream, format, deref_ref,
H A Dada-typeprint.c42 static int print_record_field_types (struct type *, struct type *,
45 static void print_array_type (struct type *, struct ui_file *, int, int);
47 static void print_choices (struct type *, int, struct ui_file *,
48 struct type *);
50 static void print_range (struct type *, struct ui_file *);
52 static void print_range_bound (struct type *, char *, int *,
56 print_dynamic_range_bound (struct type *, const char *, int,
71 demangled_type_name (struct type *type)
70 demangled_type_name(struct type *type) argument
124 ada_typedef_print(struct type *type, struct symbol *new, struct ui_file *stream) argument
136 print_range(struct type *type, struct ui_file *stream) argument
186 print_range_bound(struct type *type, char *bounds, int *n, struct ui_file *stream) argument
219 print_dynamic_range_bound(struct type *type, const char *name, int name_len, const char *suffix, struct ui_file *stream) argument
292 print_enum_type(struct type *type, struct ui_file *stream) argument
321 print_fixed_point_type(struct type *type, struct ui_file *stream) argument
339 print_vax_floating_point_type(struct type *type, struct ui_file *stream) argument
351 print_array_type(struct type *type, struct ui_file *stream, int show, int level) argument
423 print_choices(struct type *type, int field_num, struct ui_file *stream, struct type *val_type) argument
499 print_variant_clauses(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
541 print_variant_part(struct type *type, int field_num, struct type *outer_type, struct ui_file *stream, int show, int level) argument
562 print_record_field_types(struct type *type, struct type *outer_type, struct ui_file *stream, int show, int level) argument
610 struct type *type; local
655 print_unchecked_union_type(struct type *type, struct ui_file *stream, int show, int level) argument
691 print_func_type(struct type *type, struct ui_file *stream, char *name) argument
746 struct type *type = ada_completed_type (ada_get_base_type (type0)); local
[all...]
H A Df-typeprint.c41 static void f_type_print_args (struct type *, struct ui_file *);
44 static void print_equivalent_f77_float_type (struct type *,
47 static void f_type_print_varspec_suffix (struct type *, struct ui_file *,
50 void f_type_print_varspec_prefix (struct type *, struct ui_file *,
53 void f_type_print_base (struct type *, struct ui_file *, int, int);
60 f_print_type (struct type *type, char *varstring, struct ui_file *stream,
66 f_type_print_base (type, stream, show, level);
67 code = TYPE_CODE (type);
71 but not if we will print just a type nam
59 f_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
99 f_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr) argument
156 f_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
263 print_equivalent_f77_float_type(struct type *type, struct ui_file *stream) argument
286 f_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dgdbtypes.c44 struct type *builtin_type_void;
45 struct type *builtin_type_char;
46 struct type *builtin_type_true_char;
47 struct type *builtin_type_short;
48 struct type *builtin_type_int;
49 struct type *builtin_type_long;
50 struct type *builtin_type_long_long;
51 struct type *builtin_type_signed_char;
52 struct type *builtin_type_unsigned_char;
53 struct type *builtin_type_unsigned_shor
145 struct type *type; local
183 struct type *type; local
208 smash_type(struct type *type) argument
224 make_pointer_type(struct type *type, struct type **typeptr) argument
280 lookup_pointer_type(struct type *type) argument
291 make_reference_type(struct type *type, struct type **typeptr) argument
342 lookup_reference_type(struct type *type) argument
353 make_function_type(struct type *type, struct type **typeptr) argument
386 lookup_function_type(struct type *type) argument
434 make_qualified_type(struct type *type, int new_flags, struct type *storage) argument
483 make_type_with_address_space(struct type *type, int space_flag) argument
505 make_cvr_type(int cnst, int voltl, int restrct, struct type *type, struct type **typeptr) argument
560 replace_type(struct type *ntype, struct type *type) argument
593 lookup_member_type(struct type *type, struct type *domain) argument
609 allocate_stub_method(struct type *type) argument
663 get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
975 smash_to_member_type(struct type *type, struct type *domain, struct type *to_type) argument
998 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
1022 type_name_no_tag(const struct type *type) argument
1185 lookup_template_type(char *name, struct type *type, struct block *block) argument
1218 lookup_struct_elt_type(struct type *type, char *name, int noerr) argument
1300 fill_in_vptr_fieldno(struct type *type) argument
1375 check_typedef(struct type *type) argument
1494 struct type *type; local
1522 check_stub_method(struct type *type, int method_id, int signature_id) argument
1638 check_stub_method_group(struct type *type, int method_id) argument
1676 allocate_cplus_struct_type(struct type *type) argument
1697 struct type *type; local
2706 dump_fn_fieldlists(struct type *type, int spaces) argument
2771 print_cplus_stuff(struct type *type, int spaces) argument
2851 recursive_dump_type(struct type *type, int spaces) argument
[all...]
H A Dgdbtypes.h1 /* Internal type definitions for GDB.
36 language-specific code know which type to correlate to FT_SHORT?) */
84 TYPE_CODE_PTR, /* Pointer type */
85 TYPE_CODE_ARRAY, /* Array type with lower & upper bounds. */
88 TYPE_CODE_ENUM, /* Enumeration type */
89 TYPE_CODE_FUNC, /* Function type */
90 TYPE_CODE_INT, /* Integer type */
92 /* Floating type. This is *NOT* a complex type. Beware, there are parts
96 /* Void type
427 struct type *type; member in struct:main_type::field
470 struct type struct
637 struct type *type; member in struct:cplus_struct_type::fn_fieldlist::fn_field
692 struct type *type; member in struct:cplus_struct_type::template_arg
[all...]
H A Dax-gdb.c71 static void gen_sign_extend (struct agent_expr *, struct type *);
72 static void gen_extend (struct agent_expr *, struct type *);
73 static void gen_fetch (struct agent_expr *, struct type *);
87 LONGEST k, struct type *type);
92 static int type_wider_than (struct type *type1, struct type *type2);
93 static struct type *max_type (struct type *type1, struct type *type
163 struct type *type = SYMBOL_TYPE (var); local
193 struct type *type = (*pc)[1].type; local
356 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
368 gen_extend(struct agent_expr *ax, struct type *type) argument
380 gen_fetch(struct agent_expr *ax, struct type *type) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
1158 find_field(struct type *type, char *name) argument
1193 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1357 struct type *type; local
1585 struct type *type = (*pc)[1].type; local
1619 struct type *type = (*pc)[1].type; local
1628 struct type *type = check_typedef ((*pc)[1].type); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-convert.c1 /* Language-level data type conversion for GNU C.
65 converted to type TYPE. The TREE_TYPE of the value
71 convert (tree type, tree expr)
74 enum tree_code code = TREE_CODE (type);
77 if (type == error_mark_node
83 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
89 if (type == TREE_TYPE (expr))
92 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr)))
93 return fold_convert (type, expr);
102 return fold_convert (type,
69 convert(tree type, tree expr) argument
[all...]
H A Dscan-decls.c53 if (result->type != CPP_PADDING)
64 enum cpp_ttype token = get_a_token (pfile)->type;
112 if (token->type == CPP_OPEN_BRACE)
121 if (token->type == CPP_OPEN_BRACE)
127 if (token->type == CPP_EOF)
130 if (token->type == CPP_SEMICOLON)
132 if (token->type != CPP_NAME)
135 prev_id.type = CPP_EOF;
138 switch (token->type)
149 if (prev_id.type !
[all...]
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.h38 #define PAIR32TO64(type, name) ((name ## 2) | ((type)(name ## 1) << 32))
42 #define PAIR32TO64(type, name) ((name ## 1) | ((type)(name ## 2) << 32))
/freebsd-11-stable/libexec/bootpd/
H A Dhwaddr.h13 * This structure holds information about a specific network type. The
30 * Return the length in bytes of a hardware address of the given type.
31 * Return the canonical name of the network of the given type.
33 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen)
34 #define netname(type) ((hwinfolist[(int) (type)]).name)
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_ioctl.h63 extern int lib80211_get80211(int s, const char *name, int type, void *data,
65 extern int lib80211_get80211len(int s, const char *name, int type, void *data,
67 extern int lib80211_get80211val(int s, const char *name, int type, int *val);
68 extern int lib80211_set80211(int s, const char *name, int type, int val,
/freebsd-11-stable/usr.bin/svn/lib/libapr_util/
H A Dapu.h54 #define APU_DECLARE(type) type
61 #define APU_DECLARE_NONSTD(type) type
66 * @fn APU_DECLARE_DATA type apr_variable;
67 * @note APU_DECLARE_DATA extern type apr_variable; syntax is required for
72 #define APU_DECLARE(type) type __stdcall
73 #define APU_DECLARE_NONSTD(type) type __cdec
[all...]
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmystdarg.h9 #define VARARGS(func,type,arg) func(type arg, ...)
10 #define VASTART(ap,type,name) va_start(ap,name)
14 #define VARARGS(func,type,arg) func(va_alist) va_dcl
15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type)
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_valid.c80 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) argument
87 type = _acl_type_unold(type);
88 if (_posix1e_acl(acl, type))
91 return (__acl_aclcheck_file(pathp, type, &acl->ats_acl));
95 acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl) argument
102 type = _acl_type_unold(type);
103 if (_posix1e_acl(acl, type))
106 return (__acl_aclcheck_link(pathp, type,
110 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) argument
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmatrix_map.h43 * Sequences of channel type and interleave structure.
45 * .type = channel type (see matrix.h).
47 * member of this channel type.
50 * .type = Maximum channels marker (SND_CHN_T_MAX).
73 .type = SND_CHN_T_FL, \
82 .type = SND_CHN_T_MAX, \
99 .type = SND_CHN_T_FL, \
107 .type = SND_CHN_T_FR, \
114 .type
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dnl.pl.in18 $type = $1;
19 print STDERR "type = '$type'\n" if $debug;
20 printf " printf(\"sizeof($type) = %%d\\n\", \n\t (int) sizeof($type));\n";
24 $type = $1;
25 print STDERR "union = '$type'\n" if $debug;
26 printf " printf(\"sizeof($type) = %%d\\n\", \n\t (int) sizeof($type));\n";
32 printf " printf(\"offsetof($field) = %%d\\n\", \n\t (int) offsetof($type,
[all...]
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c26 ** type -- type of the lock. Bits can be:
37 lockfile(fd, filename, ext, type)
41 int type;
48 if (bitset(LOCK_UN, type))
50 else if (bitset(LOCK_EX, type))
54 if (bitset(LOCK_NB, type))
65 ** as type "tmp" (that is, served from swap space), the
76 if (flock(fd, type) >= 0)
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dconfig.h3 #define min_t(type, x, y) ({ \
4 type __min1 = (x); \
5 type __min2 = (y); \
8 #define max_t(type, x, y) ({ \
9 type __max1 = (x); \
10 type __max2 = (y); \

Completed in 202 milliseconds

1234567891011>>