Searched refs:type (Results 126 - 150 of 4849) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/msun/src/
H A Ds_llroundl.c4 #define type long double macro
H A Ds_lroundf.c4 #define type float macro
H A Ds_lroundl.c4 #define type long double macro
/freebsd-10.0-release/sys/arm/at91/
H A Dat91soc.h34 enum at91_soc_type soc_type; /* Family of mail type of SoC */
40 #define AT91_SOC(type, data) \
42 .soc_type = type, \
48 #define AT91_SOC_SUB(type, subtype, data) \
50 .soc_type = type, \
/freebsd-10.0-release/sys/netgraph/
H A Dng_socketvar.h52 int type; /* NG_CONTROL or NG_DATA */ member in struct:ngpcb
/freebsd-10.0-release/sys/powerpc/include/
H A Datomic.h104 #define _ATOMIC_ADD(type) \
106 atomic_add_##type(volatile u_##type *p, u_##type v) { \
107 u_##type t; \
108 __atomic_add_##type(p, v, t); \
112 atomic_add_acq_##type(volatile u_##type *p, u_##type v) { \
113 u_##type
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Do_names.c121 ret=a->type-b->type;
125 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
128 a->type)->cmp_func(a->name,b->name);
142 if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
145 a->type)->hash_func(a->name);
151 ret^=a->type;
155 const char *OBJ_NAME_get(const char *name, int type) argument
163 alias=type&OBJ_NAME_ALIAS;
164 type
185 OBJ_NAME_add(const char *name, int type, const char *data) argument
233 OBJ_NAME_remove(const char *name, int type) argument
264 int type; member in struct:doall
277 OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg) argument
291 int type; member in struct:doall_sorted
314 OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg), void *arg) argument
351 OBJ_NAME_cleanup(int type) argument
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h63 } type; member in class:token
141 return type == TOKEN_NEWLINE;
146 return type == TOKEN_SPACE;
151 return type == TOKEN_STRETCHABLE_SPACE;
156 return type == TOKEN_UNSTRETCHABLE_SPACE;
161 return type == TOKEN_SPECIAL;
166 if (type == TOKEN_SPACE)
174 return type == TOKEN_SPACE || type == TOKEN_TAB;
179 return type
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.c49 static struct type *ada_create_fundamental_type (struct objfile *, int);
53 static struct type *desc_base_type (struct type *);
55 static struct type *desc_bounds_type (struct type *);
59 static int fat_pntr_bounds_bitpos (struct type *);
61 static int fat_pntr_bounds_bitsize (struct type *);
63 static struct type *desc_data_type (struct type *);
67 static int fat_pntr_data_bitpos (struct type *);
296 value_from_contents_and_address(struct type *type, char *valaddr, CORE_ADDR address) argument
314 coerce_unspec_val_to_type(struct value *val, long offset, struct type *type) argument
746 desc_base_type(struct type *type) argument
759 is_thin_pntr(struct type *type) argument
768 thin_descriptor_type(struct type *type) argument
789 struct type *type = VALUE_TYPE (val); local
800 is_thick_pntr(struct type *type) argument
810 desc_bounds_type(struct type *type) argument
841 struct type *type = check_typedef (VALUE_TYPE (arr)); local
874 fat_pntr_bounds_bitpos(struct type *type) argument
882 fat_pntr_bounds_bitsize(struct type *type) argument
897 desc_data_type(struct type *type) argument
916 struct type *type = VALUE_TYPE (arr); local
930 fat_pntr_data_bitpos(struct type *type) argument
938 fat_pntr_data_bitsize(struct type *type) argument
962 desc_bound_bitpos(struct type *type, int i, int which) argument
971 desc_bound_bitsize(struct type *type, int i, int which) argument
984 desc_index_type(struct type *type, int i) argument
997 desc_arity(struct type *type) argument
1009 ada_is_simple_array(struct type *type) argument
1021 ada_is_array_descriptor(struct type *type) argument
1043 ada_is_bogus_array_descriptor(struct type *type) argument
1150 ada_coerce_to_simple_array_type(struct type *type) argument
1163 ada_is_packed_array_type(struct type *type) argument
1182 packed_array_type(struct type *type, long *elt_bits) argument
1219 decode_packed_array_type(struct type *type) argument
1272 struct type *type = decode_packed_array_type (VALUE_TYPE (arr)); local
1340 has_negatives(struct type *type) argument
1364 ada_value_primitive_packed_val(struct value *obj, char *valaddr, long offset, int bit_offset, int bit_size, struct type *type) argument
1585 struct type *type = VALUE_TYPE (toval); local
1662 ada_value_ptr_subscript(struct value *arr, struct type *type, int arity, struct value **ind) argument
1694 ada_array_arity(struct type *type) argument
1722 ada_array_element_type(struct type *type, int nindices) argument
1765 ada_index_type(struct type *type, int n) argument
1796 struct type *type; local
1865 struct type *type; local
1890 struct type *type; local
2491 struct type *type = check_typedef (SYMBOL_TYPE (syms[k])); local
2807 numeric_type_p(struct type *type) argument
2830 integer_type_p(struct type *type) argument
2852 scalar_type_p(struct type *type) argument
2874 discrete_type_p(struct type *type) argument
2961 ada_renaming_type(struct type *type) argument
2992 struct type *type; local
3098 make_array_descriptor(struct type *type, struct value *arr, CORE_ADDR *sp) argument
3583 is_nondebugging_type(struct type *type) argument
5133 ada_is_ignored_field(struct type *type, int field_num) argument
5148 ada_is_tagged_type(struct type *type) argument
5175 ada_parent_type(struct type *type) argument
5196 ada_is_parent_field(struct type *type, int field_num) argument
5210 ada_is_wrapper_field(struct type *type, int field_num) argument
5224 ada_is_variant_part(struct type *type, int field_num) argument
5241 struct type *type = ada_lookup_struct_elt_type (outer_type, name, 1, NULL); local
5253 ada_is_others_clause(struct type *type, int field_num) argument
5268 struct type *type; local
5359 ada_in_variant(LONGEST val, struct type *type, int field_num) argument
5409 struct type *type; local
5437 ada_search_struct_field(char *name, struct value *arg, int offset, struct type *type) argument
5545 ada_lookup_struct_elt_type(struct type *type, char *name, int noerr, int *dispp) argument
5753 field_offset(struct type *type, int f) argument
5767 field_alignment(struct type *type, int f) argument
5833 ada_type_name(struct type *type) argument
5847 ada_find_parallel_type(struct type *type, const char *suffix) argument
5875 dynamic_template_type(struct type *type) argument
5908 contains_variant_part(struct type *type) argument
5922 struct type *type = alloc_type (objfile); local
5946 template_to_fixed_record_type(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval0) argument
6061 struct type *type; local
6111 to_record_with_fixed_variant_part(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval) argument
6315 ada_to_fixed_type(struct type *type, char *valaddr, CORE_ADDR address, struct value *dval) argument
6341 struct type *type; local
6371 static_unwrap_type(struct type *type) argument
6405 ada_completed_type(struct type *type) argument
6430 struct type *type = ada_to_fixed_type (type0, valaddr, address, NULL); local
6445 struct type *type = local
6492 struct type *type = VALUE_TYPE (arg); local
6516 value_val_atr(struct type *type, struct value *arg) argument
6542 ada_is_character_type(struct type *type) argument
6557 ada_is_string_type(struct type *type) argument
6579 ada_is_aligner_type(struct type *type) argument
6616 ada_aligned_type(struct type *type) argument
6629 ada_aligned_value_addr(struct type *type, char *valaddr) argument
6706 struct type *type = check_typedef (VALUE_TYPE (val)); local
6734 cast_to_fixed(struct type *type, struct value *arg) argument
6765 coerce_for_assign(struct type *type, struct value *val) argument
6802 struct type *type; local
7575 fixed_type_info(struct type *type) argument
7597 ada_is_fixed_point_type(struct type *type) argument
7607 ada_delta(struct type *type) argument
7622 scaling_factor(struct type *type) argument
7643 ada_fixed_to_float(struct type *type, LONGEST x) argument
7652 ada_float_to_fixed(struct type *type, DOUBLEST x) argument
7663 ada_is_vax_floating_type(struct type *type) argument
7677 ada_vax_float_type_suffix(struct type *type) argument
7686 ada_vax_float_print_function(struct type *type) argument
7828 struct type *type; local
7889 ada_is_modular_type(struct type *type) argument
7902 ada_modulus(struct type * type) argument
8125 struct type *type = NULL; local
[all...]
H A Dp-valprint.c45 /* Print data of type TYPE located at VALADDR (within GDB), which came from
60 pascal_val_print (struct type *type, char *valaddr, int embedded_offset,
66 struct type *elttype;
73 CHECK_TYPEDEF (type);
74 switch (TYPE_CODE (type))
77 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0)
79 elttype = check_typedef (TYPE_TARGET_TYPE (type));
81 len = TYPE_LENGTH (type) / eltle
59 pascal_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
538 struct type *type = VALUE_TYPE (val); local
590 pascal_object_print_class_method(char *valaddr, struct type *type, struct ui_file *stream) argument
687 pascal_object_is_vtbl_ptr_type(struct type *type) argument
699 pascal_object_is_vtbl_member(struct type *type) argument
729 pascal_object_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb, int dont_print_statmem) argument
900 pascal_object_print_value(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb) argument
1009 struct type *type = VALUE_TYPE (val); local
[all...]
H A Dgnu-v2-abi.c39 static int vb_match (struct type *, int, struct type *);
40 int gnuv2_baseclass_offset (struct type *type, int index, char *valaddr,
90 TYPE is the type in which F is located. */
93 struct type * type, int offset)
96 struct type *type1 = check_typedef (VALUE_TYPE (arg1));
99 struct type *entry_type;
101 with a strange type, s
91 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
299 vb_match(struct type *type, int index, struct type *basetype) argument
350 gnuv2_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
H A Dax-gdb.h80 /* The type of the subexpression. Even if lvalue == axs_lvalue_memory,
81 this is the type of the value itself; the value on the stack is a
82 "pointer to" an object of this type. */
83 struct type *type; member in struct:axs_value
H A Dvalprint.h31 extern int objectprint; /* Controls looking up an object's derived type
51 extern void val_print_array_elements (struct type *, char *, CORE_ADDR,
55 extern void val_print_type_code_int (struct type *, char *,
/freebsd-10.0-release/lib/libc/locale/
H A Dxlocale.c187 for (int type=0 ; type<XLC_LAST ; type++) {
188 if (loc->components[type]) {
189 xlocale_release(loc->components[type]);
220 static int dupcomponent(int type, locale_t base, locale_t new) argument
224 struct xlocale_component *src = base->components[type];
227 new->components[type] = constructors[type](src->locale, new);
228 if (new->components[type]) {
251 int type; local
305 int type; local
348 int type = ffs(mask) - 1; local
[all...]
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defx_nvram.c142 __in efx_nvram_type_t type,
151 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES);
153 if ((rc = envop->envo_size(enp, type, sizep)) != 0)
167 __in efx_nvram_type_t type,
178 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES);
180 if ((rc = envop->envo_get_version(enp, type, subtypep, version)) != 0)
194 __in efx_nvram_type_t type,
203 EFSYS_ASSERT3U(type, <, EFX_NVRAM_NTYPES);
204 EFSYS_ASSERT3U(type, !=, EFX_NVRAM_INVALID);
208 if ((rc = envop->envo_rw_start(enp, type, chunk_size
140 efx_nvram_size( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out size_t *sizep) argument
165 efx_nvram_get_version( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out uint32_t *subtypep, __out_ecount(4) uint16_t version[4]) argument
192 efx_nvram_rw_start( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out_opt size_t *chunk_sizep) argument
222 efx_nvram_read_chunk( __in efx_nic_t *enp, __in efx_nvram_type_t type, __in unsigned int offset, __out_bcount(size) caddr_t data, __in size_t size) argument
252 efx_nvram_erase( __in efx_nic_t *enp, __in efx_nvram_type_t type) argument
279 efx_nvram_write_chunk( __in efx_nic_t *enp, __in efx_nvram_type_t type, __in unsigned int offset, __in_bcount(size) caddr_t data, __in size_t size) argument
309 efx_nvram_rw_finish( __in efx_nic_t *enp, __in efx_nvram_type_t type) argument
329 efx_nvram_set_version( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out uint16_t version[4]) argument
[all...]
/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_get.c38 * acl_get_tag_type() returns the tag type for the ACL entry entry_d
58 acl_get_file(const char *path_p, acl_type_t type) argument
67 type = _acl_type_unold(type);
68 error = __acl_get_file(path_p, type, &aclp->ats_acl);
75 _acl_brand_from_type(aclp, type);
81 acl_get_link_np(const char *path_p, acl_type_t type) argument
90 type = _acl_type_unold(type);
91 error = __acl_get_link(path_p, type,
113 acl_get_fd_np(int fd, acl_type_t type) argument
[all...]
/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu.c138 __utrap_write("lost FPU trap type\n");
190 /* Decode 5 bit register field depending on the type. */
209 __fpu_mov(struct fpemu *fe, int type, int rd, int rs2, u_int32_t nand, argument
213 if (type == FTYPE_INT || type == FTYPE_SNG)
222 if (type == FTYPE_EXT)
228 __fpu_ccmov(struct fpemu *fe, int type, int rd, int rs2, argument
233 __fpu_mov(fe, type, rd, rs2, 0, 0);
273 int opf, rs1, rs2, rd, type, mask, cx, cond; local
279 * The type o
[all...]
/freebsd-10.0-release/contrib/tzcode/zic/
H A Dprivate.h120 Please use a compiler that supports a 64-bit integer type (or wider);
174 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
178 #define TYPE_SIGNED(type) (((type) -1) < 0)
187 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
193 ** Subtract one for the sign bit if the type is signed;
195 ** add one more for a minus sign if the type is signed.
197 #define INT_STRLEN_MAXIMUM(type) \
[all...]
/freebsd-10.0-release/sys/sys/
H A Dpctrie.h38 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \
40 CTASSERT(sizeof(((struct type *)0)->field) == sizeof(uint64_t)); \
45 CTASSERT((__offsetof(struct type, field) & (sizeof(uint32_t) - 1)) == 0); \
47 static __inline struct type * \
53 return (struct type *) \
54 ((uintptr_t)val - __offsetof(struct type, field)); \
58 name##_PCTRIE_PTR2VAL(struct type *ptr) \
65 name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \
72 static __inline struct type * \
79 static __inline struct type * \
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Drtti.c36 /* C++ returns type information to the user in struct type_info
37 objects. We also use type information to implement dynamic_cast and
38 exception handlers. Type information for a particular type is
44 their type. Somewhere we have to lie.
50 type to type_info. A well formed program can only explicitly refer
52 pointer type_infos to the pointed-to-type, and that can be
56 The type information VAR_DECL of a type is held on the
57 IDENTIFIER_GLOBAL_VALUE of the type's mangled name. That VAR_DECL
58 will be the internal type
68 tree type; /* The RECORD_TYPE for this type_info object */ local
161 tree type = TREE_TYPE (exp); local
228 tree type; local
325 tinfo_name(tree type) argument
340 get_tinfo_decl(tree type) argument
403 get_tinfo_ptr(tree type) argument
415 get_typeid(tree type) argument
458 build_dynamic_cast_1(tree type, tree expr) argument
708 build_dynamic_cast(tree type, tree expr) argument
727 qualifier_flags(tree type) argument
745 target_incomplete_p(tree type) argument
765 involves_incomplete_p(tree type) argument
974 typeinfo_in_lib_p(tree type) argument
1000 get_pseudo_ti_init(tree type, unsigned tk_index) argument
1164 get_pseudo_ti_index(tree type) argument
1447 tree type = TREE_TYPE (DECL_NAME (decl)); local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info); local
48 * linker, and will never have associated type information.
58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h55 // if constructing with a given type, is_regex cannot be true since we are
56 // giving an exact type to match
57 TypeNameSpecifierImpl (lldb::TypeSP type) : argument
61 if (type)
63 m_type.m_type_name.assign(type->GetName().GetCString());
64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
68 TypeNameSpecifierImpl (ClangASTType type) : argument
72 if (type.IsValid())
74 m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
[all...]
/freebsd-10.0-release/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";
26 printf " printf(\"offsetof($field) = %%d\\n\", \n\t (int) offsetof($type, $field));\n";
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-msdp.c41 unsigned int type, len; local
45 type = *sp;
47 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX)
52 type = *sp;
60 switch (type) {
63 if (type == 1)
92 (void)printf(" [type=%d len=%d]", type, len);
/freebsd-10.0-release/lib/csu/amd64/
H A Dcrti.S32 .type _init,@function
39 .type _fini,@function

Completed in 201 milliseconds

1234567891011>>