Searched refs:type (Results 251 - 275 of 4849) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/gcc/
H A Dgengtype-yacc.y2 /* Process source files and output type information.
58 %type <p> struct_fields yacc_ids yacc_typematch
59 %type <t> type lasttype
60 %type <o> optionsopt options option optionseq optionseqopt
61 %type <s> type_option stringseq
108 lasttype: type
134 p->type = NULL;
137 p->type = NULL;
145 if (strcmp ($2, "type")
228 type: SCALAR label
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlanguage.h156 such a type. */
158 struct type **const *la_builtin_type_vector;
164 /* Default type checking */
192 struct type *(*la_fund_type) (struct objfile *, int);
194 /* Print a type using syntax appropriate for this language. */
196 void (*la_print_type) (struct type *, char *, struct ui_file *, int,
201 int (*la_val_print) (struct type *, char *, int, CORE_ADDR,
237 /* Find the definition of the type with the given name. */
238 struct type *(*la_lookup_transparent_type) (const char *);
272 struct type **string_char_typ
[all...]
H A Dvalues.c79 /* Allocate a value that has the correct length for type TYPE. */
82 allocate_value (struct type *type)
85 struct type *atype = check_typedef (type);
90 VALUE_TYPE (val) = type;
91 VALUE_ENCLOSING_TYPE (val) = type;
109 for COUNT repetitions type TYPE. */
112 allocate_repeat_value (struct type *type, in
81 allocate_value(struct type *type) argument
111 allocate_repeat_value(struct type *type, int count) argument
665 unpack_long(struct type *type, const char *valaddr) argument
714 unpack_double(struct type *type, const char *valaddr, int *invp) argument
778 unpack_pointer(struct type *type, const char *valaddr) argument
791 value_static_field(struct type *type, int fieldno) argument
889 struct type *type; local
969 value_fn_field(struct value **arg1p, struct fn_field *f, int j, struct type *type, int offset) argument
1031 unpack_field_as_long(struct type *type, const char *valaddr, int fieldno) argument
1117 value_from_longest(struct type *type, LONGEST num) argument
1141 store_typed_address (VALUE_CONTENTS_RAW (val), type, (CORE_ADDR) num); local
1154 value_from_pointer(struct type *type, CORE_ADDR addr) argument
1157 store_typed_address (VALUE_CONTENTS_RAW (val), type, addr); local
1188 value_from_double(struct type *type, DOUBLEST num) argument
[all...]
H A Dvarobj.c72 /* Every variable in the system has a structure of this type defined
91 /* The type of this variable. This may NEVER be NULL. */
92 struct type *type; member in struct:varobj
187 static struct type *get_type (struct varobj *var);
189 static struct type *get_type_deref (struct varobj *var);
191 static struct type *get_target_type (struct type *);
219 static struct type *type_of_child (struct varobj *var);
239 static struct type *c_type_of_chil
421 varobj_create(char *objname, char *expression, CORE_ADDR frame, enum varobj_type type) argument
1390 struct type *type; local
1403 struct type *type; local
1420 get_target_type(struct type *type) argument
1736 struct type *type; local
1762 struct type *type; local
1829 struct type *type; local
1936 struct type *type, *target; local
1997 struct type *type; local
2112 struct type *type; local
2168 cplus_class_num_children(struct type *type, int children[3]) argument
2201 struct type *type; local
2338 struct type *type; local
2412 struct type *type, *t; local
[all...]
H A Dsparc64-tdep.c70 sparc64_integral_or_pointer_p (const struct type *type)
72 switch (TYPE_CODE (type))
80 int len = TYPE_LENGTH (type);
87 int len = TYPE_LENGTH (type);
101 sparc64_floating_p (const struct type *type)
103 switch (TYPE_CODE (type))
107 int len = TYPE_LENGTH (type);
121 sparc64_structure_or_union_p (const struct type *typ
69 sparc64_integral_or_pointer_p(const struct type *type) argument
100 sparc64_floating_p(const struct type *type) argument
120 sparc64_structure_or_union_p(const struct type *type) argument
139 struct type **type; member in struct:sparc64_register_info
597 sparc64_16_byte_align_p(struct type *type) argument
625 sparc64_store_floating_fields(struct regcache *regcache, struct type *type, char *valbuf, int element, int bitpos) argument
697 sparc64_extract_floating_fields(struct regcache *regcache, struct type *type, char *valbuf, int bitpos) argument
766 struct type *type = VALUE_TYPE (args[i]); local
865 struct type *type = VALUE_TYPE (args[i]); local
992 sparc64_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
1033 sparc64_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
1075 sparc64_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *readbuf, const void *writebuf) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Ddigest.c139 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
142 return EVP_DigestInit_ex(ctx, type, NULL);
145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
153 if (ctx->engine && ctx->digest && (!type ||
154 (type && (type->type == ctx->digest->type))))
156 if (type)
173 impl = ENGINE_get_digest_engine(type
351 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
H A Dp_lib.c102 if (pkey->type == EVP_PKEY_DSA)
112 if (pkey->type == EVP_PKEY_EC)
126 if (to->type != from->type)
152 if (a->type != b->type)
161 if (a->type != b->type)
192 ret->type=EVP_PKEY_NONE;
207 static int pkey_set_type(EVP_PKEY *pkey, int type, cons argument
253 EVP_PKEY_set_type(EVP_PKEY *pkey, int type) argument
263 EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) argument
360 EVP_PKEY_type(int type) argument
[all...]
H A Devp_lib.c64 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
69 ret=c->cipher->set_asn1_parameters(c,type);
71 ret=EVP_CIPHER_set_asn1_iv(c, type);
77 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
82 ret=c->cipher->get_asn1_parameters(c,type);
84 ret=EVP_CIPHER_get_asn1_iv(c, type);
90 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
95 if (type != NULL)
99 i=ASN1_TYPE_get_octetstring(type,c->oiv,l);
108 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type) argument
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dpopen.c70 popen(command, type)
71 const char *command, *type;
79 cloexec = strchr(type, 'e') != NULL;
84 if (strchr(type, '+')) {
86 type = "r+";
89 if ((*type != 'r' && *type != 'w') ||
90 (type[1] && (type[1] != 'e' || type[
[all...]
/freebsd-10.0-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c72 uint32_t type, len; local
118 SDP_GET8(type, proto.value);
120 if (type == SDP_DATA_ALT8) {
122 } else if (type == SDP_DATA_ALT16) {
124 } else if (type == SDP_DATA_ALT32) {
130 SDP_GET8(type, proto.value);
132 switch (type) {
178 int type, len, value; local
195 /* We must have at least one byte (type) */
199 SDP_GET8(type, star
[all...]
/freebsd-10.0-release/contrib/ipfilter/sys/
H A Dtree.h60 #define SPLAY_HEAD(name, type) \
62 struct type *sph_root; /* root of the tree */ \
72 #define SPLAY_ENTRY(type) \
74 struct type *spe_left; /* left element */ \
75 struct type *spe_right; /* right element */ \
117 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
118 void name##_SPLAY(struct name *, struct type *); \
120 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
121 struct type *nam
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h64 #define SPLAY_HEAD(name, type) \
66 struct type *sph_root; /* root of the tree */ \
76 #define SPLAY_ENTRY(type) \
78 struct type *spe_left; /* left element */ \
79 struct type *spe_right; /* right element */ \
121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
122 void name##_SPLAY(struct name *, struct type *); \
124 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
125 struct type *nam
[all...]
/freebsd-10.0-release/sys/sys/
H A Dtree.h62 #define SPLAY_HEAD(name, type) \
64 struct type *sph_root; /* root of the tree */ \
74 #define SPLAY_ENTRY(type) \
76 struct type *spe_left; /* left element */ \
77 struct type *spe_right; /* right element */ \
119 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
120 void name##_SPLAY(struct name *, struct type *); \
122 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
123 struct type *nam
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dsel-gram.y57 %type <expr> expr
58 %type <expr> comp
59 %type <expr> word words
60 %type <expr> number
61 %type <expr> string
62 %type <expr> function
63 %type <expr> variable variables
/freebsd-10.0-release/sys/dev/ppc/
H A Dppc_pci.c79 uint32_t type; member in struct:pci_id
101 uint32_t type; local
103 type = pci_get_devid(dev);
105 while (id->type != 0xffff && id->type != type)
107 if (id->type == 0xffff)
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dspicds.c46 unsigned int type; /* codec type */ member in struct:spicds_info
89 if (codec->type != SPICDS_TYPE_WM8770) {
90 if (codec->type == SPICDS_TYPE_AK4381) {
95 else if (codec->type == SPICDS_TYPE_AK4396)
157 codec->type = SPICDS_TYPE_AK4524;
173 spicds_settype(struct spicds_info *codec, unsigned int type) argument
176 codec->type = type;
211 if (codec->type
[all...]
/freebsd-10.0-release/sys/powerpc/mpc85xx/
H A Disa.c48 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
59 resource_list_find(rl, type, *rid) == NULL) {
60 switch (type) {
69 resource_list_add(rl, type, *rid, start, end, count);
72 return (resource_list_alloc(rl, bus, child, type, rid, start, end,
77 isa_release_resource(device_t bus, device_t child, int type, int rid, argument
83 return (resource_list_release(rl, bus, child, type, rid, r));
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c76 uint32_t type, len, value; local
84 SDP_GET8(type, start);
85 switch (type) {
100 "Not a sequence, type=%#x\n", type);
106 SDP_GET8(type, start);
107 switch (type) {
134 "Not a UUID, type=%#x\n", type);
166 uint32_t type, le local
315 uint32_t type, len; local
389 uint32_t type, len, value; local
496 int32_t n, type, value; local
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Dmangle.c25 variable's name, scope, type, and/or template arguments into a text
33 type should not appear by itself as an exported name. Ditto for
43 mangle_typeinfo_string_for_type: typeinfo type name
84 that hard to distinguish A<T> from A, where A<T> is the type as
85 instantiated outside of the template, and A is the type used
147 <builtin-type>. These are indexed by integer_type_kind values. */
248 same purpose (context, which may be a type) and value (template
308 /* TYPE_DECLs are handled specially. Look at its type to decide
310 const tree type = TREE_TYPE (decl); local
312 if (CLASS_TYPE_P (type)
441 tree type = NULL; local
532 tree type; local
1019 tree type = DECL_P (node) ? TREE_TYPE (node) : node; local
1106 tree type; local
1136 write_conversion_operator_name(const tree type) argument
1227 tree n, base, type; local
1312 tree type = TREE_TYPE (value); local
1439 tree type = VEC_index (tree, local_classes, ix); local
1533 write_type(tree type) argument
1664 write_CV_qualifiers_for_type(const tree type) argument
1722 write_builtin_type(tree type) argument
1821 write_function_type(const tree type) argument
1866 write_bare_function_type(const tree type, const int include_return_type_p, const tree decl) argument
1964 write_class_enum_type(const tree type) argument
2371 write_array_type(const tree type) argument
2416 write_pointer_to_member_type(const tree type) argument
2608 mangle_type_string(const tree type) argument
2625 mangle_special_for_type(const tree type, const char *code) argument
2651 mangle_typeinfo_for_type(const tree type) argument
2660 mangle_typeinfo_string_for_type(const tree type) argument
2668 mangle_vtbl_for_type(const tree type) argument
2676 mangle_vtt_for_type(const tree type) argument
2696 mangle_ctor_vtbl_for_type(const tree type, const tree binfo) argument
2820 mangle_conv_op_name_for_type(const tree type) argument
2892 write_java_integer_type_codes(const tree type) argument
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.hpp96 //! It contains the token's type and its associated data, if any.
109 const token_type& type(void) const;
128 //! Parameter IS: The input stream's type.
194 tokenizer< IS >::add_delim(char delim, const token_type& type) argument
196 m_delims_map[delim] = type;
203 const token_type& type)
205 m_keywords_map[keyword] = type;
210 tokenizer< IS >::add_quote(char ch, const token_type& type) argument
213 m_quotetype = type;
223 if (t.type()
202 add_keyword(const std::string& keyword, const token_type& type) argument
[all...]
/freebsd-10.0-release/sys/dev/cx/
H A Dcsigma.c434 * Initialize the board structure, given the type of the board.
440 char *type; local
450 b->type = B_SIGMA_XXX;
464 default: type = ""; break;
465 case CRONYX_100: type = "100"; break;
466 case CRONYX_400: type = "400"; break;
467 case CRONYX_500: type = "500"; break;
468 case CRONYX_410: type = "410"; break;
469 case CRONYX_810: type = "810"; break;
470 case CRONYX_410s: type
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsysinfo.y49 %type <i> attr_size
50 %type <s> attr_desc attr_id attr_type
259 char *type = $4;
277 type,
291 type,
301 type,
319 type,
324 printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]);
330 if (type[0] == 'I') {
333 else if (type[
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-data.c206 switch (win_info->generic.type)
328 enum tui_win_type type = cur_win->generic.type; local
331 if (cur_win->generic.type == CMD_WIN)
332 type = SRC_WIN;
334 type = cur_win->generic.type + 1;
335 while (type != cur_win->generic.type && (next_win == NULL))
337 if (tui_win_list[type]
357 enum tui_win_type type = cur_win->generic.type; local
481 init_content_element(struct tui_win_element * element, enum tui_win_type type) argument
566 tui_alloc_win_info(enum tui_win_type type) argument
583 tui_alloc_content(int num_elements, enum tui_win_type type) argument
876 free_content_elements(tui_win_content content, int content_size, enum tui_win_type type) argument
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_vfsops.c98 int cmd, type, error;
102 type = cmds & SUBCMDMASK;
104 switch (type) {
118 if ((u_int)type >= MAXQUOTAS)
123 error = quotaon(td, mp, type, arg);
127 error = quotaoff(td, mp, type);
131 error = setquota32(td, mp, id, type, arg);
135 error = setuse32(td, mp, id, type, arg);
139 error = getquota32(td, mp, id, type, arg);
143 error = setquota(td, mp, id, type, ar
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dvjcomp.c76 int type; local
84 type = sl_compress_tcp(bp, pip, &bundle->ncp.ipcp.vj.cslc,
87 log_Printf(LogDEBUG, "vj_LayerWrite: type = %x\n", type);
88 switch (type) {
105 log_Printf(LogERROR, "vj_LayerPush: Unknown frame type %x\n", type);
115 VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type) argument
123 if (type == TYPE_UNCOMPRESSED_TCP) {
129 len = sl_uncompress_tcp(&bufp, len, type,
168 u_char type; local
[all...]

Completed in 180 milliseconds

<<11121314151617181920>>