Searched refs:type (Results 201 - 225 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtree-chrec.c59 tree type,
67 gcc_assert (type == chrec_type (poly));
74 chrec_fold_plus (type, CHREC_LEFT (poly), cst),
80 chrec_fold_minus (type, CHREC_LEFT (poly), cst),
86 chrec_fold_multiply (type, CHREC_LEFT (poly), cst),
87 chrec_fold_multiply (type, CHREC_RIGHT (poly), cst));
98 tree type,
109 gcc_assert (type == chrec_type (poly0));
120 chrec_fold_plus (type, poly0, CHREC_LEFT (poly1)),
125 chrec_fold_minus (type, poly
57 chrec_fold_poly_cst(enum tree_code code, tree type, tree poly, tree cst) argument
96 chrec_fold_plus_poly_poly(enum tree_code code, tree type, tree poly0, tree poly1) argument
172 chrec_fold_multiply_poly_poly(tree type, tree poly0, tree poly1) argument
254 chrec_fold_plus_1(enum tree_code code, tree type, tree op0, tree op1) argument
321 chrec_fold_plus(tree type, tree op0, tree op1) argument
340 chrec_fold_minus(tree type, tree op0, tree op1) argument
357 chrec_fold_multiply(tree type, tree op0, tree op1) argument
418 tree_fold_binomial(tree type, tree n, unsigned int k) argument
494 tree type = TREE_TYPE (chrec); local
537 tree type = chrec_type (chrec); local
1103 avoid_arithmetics_in_type_p(tree type) argument
1125 convert_affine_scev(struct loop *loop, tree type, tree *base, tree *step, tree at_stmt, bool use_overflow_semantics) argument
1248 chrec_convert(tree type, tree chrec, tree at_stmt) argument
1266 chrec_convert_1(tree type, tree chrec, tree at_stmt, bool use_overflow_semantics) argument
1321 chrec_convert_aggressive(tree type, tree chrec) argument
[all...]
H A Dsdbout.c197 #define PUT_SDB_TYPE(a) fprintf(asm_out_file, "\t.type\t0%o%s", a, SDB_DELIM)
258 #define KNOWN_TYPE_TAG(type) TYPE_SYMTAB_POINTER (type)
343 /* Return a unique string to name an anonymous type. */
358 Each record, union or enumeral type must already have had a
362 where bbbb is 4 bit basic type, and di indicate one of notype,ptr,fn,array.
366 N_BTMASK= 017 1111 basic type field.
367 N_TSHIFT= 2 derived type shift
368 N_BTSHFT= 4 Basic type shift */
370 /* Produce the number that describes a pointer, function or array type
388 plain_type(tree type) argument
428 sdbout_record_type_name(tree type) argument
478 plain_type_1(tree type, int level) argument
691 tree type = TREE_TYPE (decl); local
933 tree type = TREE_TYPE (decl); local
961 sdbout_queue_anonymous_type(tree type) argument
978 tree type = TREE_VALUE (link); local
1005 sdbout_type(tree type) argument
1019 sdbout_field_types(tree type) argument
1047 sdbout_one_type(tree type) argument
1273 tree type; local
[all...]
H A Dipa-type-escape.c48 #include "ipa-type-escape.h"
65 a cast, the cast are not marked as doing bad things to the type
84 following things happens to the type: (a) either an instance of the
99 discovered to happen on the associated type. */
106 /* Reverse map to take a canon uid and map it to a canon type. Uid's
108 type. */
111 /* Internal structure of type mapping code. This maps a canon type
112 name to its canon type. */
115 /* Map from type clone
142 get_name_of_type(tree type) argument
201 discover_unique_type(tree type) argument
260 type_to_consider(tree type) argument
291 get_canon_type(tree type, bool see_thru_ptrs, bool see_thru_arrays) argument
318 get_canon_type_uid(tree type, bool see_thru_ptrs, bool see_thru_arrays) argument
332 ipa_type_escape_star_count_of_interesting_type(tree type) argument
361 ipa_type_escape_star_count_of_interesting_or_array_type(tree type) argument
389 ipa_type_escape_type_contained_p(tree type) argument
463 mark_type(tree type, enum escape_t escape_status) argument
503 mark_interesting_type(tree type, enum escape_t escape_status) argument
611 tree type = *type_ptr; local
715 tree type = get_canon_type (TREE_VALUE (arg), false, false); local
729 tree type = get_canon_type (TREE_TYPE (arg), false, false); local
736 tree type = get_canon_type (TREE_TYPE (TREE_TYPE (fn)), false, false); local
749 tree type = get_canon_type (TREE_TYPE (t), false, false); local
1106 tree type = get_canon_type (TREE_TYPE (argument), false, false); local
1126 tree type = local
1133 tree type = local
1343 tree type = get_canon_type (TREE_TYPE (global), false, false); local
1444 close_type_seen(tree type) argument
1496 close_type_exposed_parameter(tree type) argument
1546 close_type_full_escape(tree type) argument
1717 tree type = type_for_uid (i); local
1762 tree type = (tree) result->value; local
1782 tree type = type_for_uid (i); local
[all...]
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h41 #define SQLAllocHandle(type, parent, hndl) \
42 ( (type == SQL_HANDLE_STMT) ? SQLAllocStmt(parent, hndl) \
43 : (type == SQL_HANDLE_ENV) ? SQLAllocEnv(hndl) \
48 #define SQLFreeHandle(type, hndl) \
49 ( (type == SQL_HANDLE_STMT) ? SQLFreeStmt(hndl, SQL_DROP) \
50 : (type == SQL_HANDLE_ENV) ? SQLFreeEnv(hndl) \
55 #define SQLGetDiagRec(type, h, i, state, native, buffer, bufsize, reslen) \
56 SQLError( (type == SQL_HANDLE_ENV) ? h : NULL, \
57 (type == SQL_HANDLE_DBC) ? h : NULL, \
58 (type
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dinherit0.y19 declaration: class type namelist
21 | type locnamelist
29 type : REAL { $$ = 1; } label
41 { $$ = $-1; } /* copy <type> to where <namelist> expects it */
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_install.c34 __sparc_utrap_install(utrap_entry_t type, utrap_handler_t new_precise, argument
41 ua[0].type = type;
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
56 #define IS_WATCHPOINT_TRAP(type, code) (0)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h62 enum fs_type type; member in struct:fs_base
108 enum fs_ft_type type; member in struct:mlx5_flow_table
196 fs_list_for_each_entry(pos, (pos)->base.type == FS_TYPE_FLOW_TABLE, \
201 (pos)->base.type == FS_TYPE_FLOW_TABLE, \
206 (pos)->base.type == FS_TYPE_NAMESPACE, \
211 if (!((pos)->type == FS_TYPE_NAMESPACE || \
212 (pos)->type == FS_TYPE_FLOW_TABLE)) {} else
216 if (!((pos)->type == FS_TYPE_NAMESPACE || \
217 (pos)->type == FS_TYPE_FLOW_TABLE)) {} else
221 if (!((pos)->type
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dapptype.c10 * remarks Tue, 6 Apr 93: Moreover, it reports the type of the (new and very
15 * incorrectly identify the exe type. The "-z" option of "file" is the reason
48 APPTYPE rc, type; local
80 rc = DosQueryAppType((unsigned char *)path, &type);
108 if (type & FAPPTYP_32BIT)
111 if (type & FAPPTYP_PHYSDRV) {
114 } else if (type & FAPPTYP_VIRTDRV) {
117 } else if (type & FAPPTYP_DLL) {
118 if (type & FAPPTYP_PROTDLL)
123 } else if (type
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h23 const char *type; member in struct:__sanitizer::Suppression
38 bool Match(const char *str, const char *type, Suppression **s);
40 bool HasSuppressionType(const char *type) const;
H A Dsanitizer_getauxval.h37 extern "C" SANITIZER_WEAK_ATTRIBUTE unsigned long getauxval(unsigned long type);
47 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
50 if (type == aux->a_type)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dnetaddr.c48 if (a->type.in.s_addr != b->type.in.s_addr)
52 if (memcmp(&a->type.in6, &b->type.in6,
53 sizeof(a->type.in6)) != 0 ||
59 if (strcmp(a->type.un, b->type.un) != 0)
88 pa = (const unsigned char *) &a->type.in;
89 pb = (const unsigned char *) &b->type.in;
93 pa = (const unsigned char *) &a->type
134 const void *type; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-lang.c184 /* Create a fundamental C type using default reasonable for the current
199 use "short", "int", or "long" as the type name, for both the implicit
204 starts taking it's fundamental type information directly from the
207 struct type *
210 struct type *type = NULL; local
215 /* FIXME: For now, if we are asked to produce a type not in this
216 language, create the equivalent of a C integer type with the
217 name "<?type?>". When all the dust settles from the type
[all...]
H A Dgnu-v3-abi.c47 GDB type object representing the vtable structure. Following the
64 type_info object itself, so we don't bother to get the type
78 the GDB type object is actually a per-architecture kind of thing.
81 which refers to the struct type * for this structure, laid out
95 /* Return a GDB type representing `struct gdb_gnu_v3_abi_vtable',
105 struct type *t;
109 struct type *void_ptr_type
111 struct type *ptr_to_void_fn_type
114 /* ARCH can't give us the true ptrdiff_t type, so we guess. */
115 struct type *ptrdiff_typ
280 gnuv3_virtual_fn_field(struct value **value_p, struct fn_field *f, int j, struct type *type, int offset) argument
360 gnuv3_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c53 zprop_get_proptable(zfs_type_t type) argument
55 if (type == ZFS_TYPE_POOL)
62 zprop_get_numprops(zfs_type_t type) argument
64 if (type == ZFS_TYPE_POOL)
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, argument
87 pd->pd_proptype = type;
131 zprop_register_hidden(int prop, const char *name, zprop_type_t type, argument
134 zprop_register_impl(prop, name, type, 0, NULL, attr,
136 type == PROP_TYPE_NUMBER, B_FALSE, NULL);
167 boolean_t ordered, zfs_type_t type)
166 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, zfs_type_t type) argument
254 zprop_name_to_prop(const char *propname, zfs_type_t type) argument
269 zprop_string_to_index(int prop, const char *string, uint64_t *index, zfs_type_t type) argument
295 zprop_index_to_string(int prop, uint64_t index, const char **string, zfs_type_t type) argument
324 zprop_random_value(int prop, uint64_t seed, zfs_type_t type) argument
340 zprop_values(int prop, zfs_type_t type) argument
356 zprop_valid_for_type(int prop, zfs_type_t type) argument
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Ddigest.c140 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
143 return EVP_DigestInit_ex(ctx, type, NULL);
146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
153 if (type) {
154 fipsmd = evp_get_fips_md(type);
156 type = fipsmd;
167 if (ctx->engine && ctx->digest && (!type ||
168 (type
169 && (type->type
350 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c477 char type[8]; local
483 case N_UNDF: strcpy(type, "undf"); break;
484 case N_ABS: strcpy(type, "abs"); break;
485 case N_TEXT: strcpy(type, "text"); break;
486 case N_DATA: strcpy(type, "data"); break;
487 case N_BSS: strcpy(type, "bss"); break;
488 case N_INDR: strcpy(type, "indr"); break;
489 case N_SIZE: strcpy(type, "size"); break;
490 case N_COMM: strcpy(type, "comm"); break;
491 case N_SETA: strcpy(type, "set
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dauth.c106 int auth_onoff(char *type, int on);
187 findauthenticator(int type, int way) argument
191 while (ap->type && (ap->type != type || ap->way != way))
193 return(ap->type ? ap : 0);
207 while (ap->type) {
209 i_support |= typemask(ap->type);
211 printf(">>>%s: I support auth type %d %d\r\n",
213 ap->type, a
235 getauthmask(char *type, int *maskp) argument
254 auth_enable(char *type) argument
260 auth_disable(char *type) argument
266 auth_onoff(char *type, int on) argument
[all...]
/freebsd-11-stable/lib/libnv/tests/
H A Dcnv_tests.cc51 int type; local
63 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0);
65 ATF_REQUIRE_EQ(type, NV_TYPE_BOOL);
72 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie),
85 int type; local
97 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0);
99 ATF_REQUIRE_EQ(type, NV_TYPE_NUMBER);
106 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie),
120 int type; local
132 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type,
154 int type; local
222 int type; local
256 int type; local
300 int type, i; local
342 int type, i; local
384 int type, i; local
427 int type, i; local
506 int *in_array, type; local
555 int type; local
598 int type; local
642 int type; local
687 int type; local
761 int type, i; local
813 int type, i; local
865 int type, i; local
917 int type; local
998 int type; local
1049 int type; local
1092 int type; local
1135 int type; local
1177 int type; local
1238 int type; local
1287 int type, i; local
1332 int type, i; local
1377 int type; local
1419 int type; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dsymtab.h30 * Keys are C strings, and key comparisons are case-insensitive. A type may
31 * be specified when looking up, defining, or undefining. A type value of
32 * 0 means "match any type"; any other value will only match the given
33 * type.
35 * It's possible that a client will attempt to define a <key, type, value>
36 * tuple when a tuple with the given key and type already exists in the table.
42 * with the old <key, type, value> tuple.
47 * A lookup of a key using type 0 will return the most-recently defined
48 * symbol with that key. An undefine of a key using type 0 will undefine the
50 * type
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp61 typedef typename Node_Update::metadata_type type; typedef in struct:pb_ds::detail::tree_metadata_helper
69 typedef null_node_metadata type; typedef in struct:pb_ds::detail::tree_metadata_helper
115 null_update>::type
116 type; typedef in struct:pb_ds::detail::tree_node_metadata_selector
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp61 typedef typename Node_Update::metadata_type type; typedef in struct:pb_ds::detail::trie_metadata_helper
69 typedef null_node_metadata type; typedef in struct:pb_ds::detail::trie_metadata_helper
115 null_update>::type
116 type; typedef in struct:pb_ds::detail::trie_node_metadata_selector
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_att.c98 const ASN1_OBJECT *obj, int type,
101 if (X509at_add1_attr_by_OBJ(&si->signedAttrs, obj, type, bytes, len))
107 int nid, int type, const void *bytes, int len)
109 if (X509at_add1_attr_by_NID(&si->signedAttrs, nid, type, bytes, len))
115 const char *attrname, int type,
118 if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len))
124 int lastpos, int type)
126 return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
164 const ASN1_OBJECT *obj, int type,
167 if (X509at_add1_attr_by_OBJ(&si->unsignedAttrs, obj, type, byte
97 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
106 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
163 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
172 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
181 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
191 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpadata.c37 krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx) argument
40 if(val[*idx].padata_type == (unsigned)type)
47 int type, void *buf, size_t len)
59 pa[md->len].padata_type = type;
46 krb5_padata_add(krb5_context context, METHOD_DATA *md, int type, void *buf, size_t len) argument
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_hash.h33 #define _CITRUS_HASH_ENTRY(type) LIST_ENTRY(type)
34 #define _CITRUS_HASH_HEAD(headname, type, hashsize) \
36 LIST_HEAD(, type) chh_table[hashsize]; \

Completed in 179 milliseconds

1234567891011>>