Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dvalarith.c244 type1 = check_typedef (type1); in binop_types_user_defined_p()
246 type1 = check_typedef (TYPE_TARGET_TYPE (type1)); in binop_types_user_defined_p()
278 struct type *type1; in unop_user_defined_p() local
284 type1 = check_typedef (TYPE_TARGET_TYPE (type1)); in unop_user_defined_p()
683 type1 = tmp; in value_concat()
752 char_type = type1; in value_concat()
930 result_type = type1; in promotion_type()
934 result_type = type1; in promotion_type()
940 result_type = type1; in promotion_type()
944 result_type = type1; in promotion_type()
[all …]
H A Dopencl-lang.c589 t1_is_vec = (type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)); in vector_relop()
691 && TYPE_VECTOR (type1)); in opencl_relop()
734 struct type *type1, *type2; in evaluate_subexp_opencl() local
743 type1 = value_type (arg1); in evaluate_subexp_opencl()
751 arg2 = opencl_value_cast (type1, arg2); in evaluate_subexp_opencl()
756 type1 = exp->elts[*pos + 1].type; in evaluate_subexp_opencl()
769 type1 = value_type (arg1); in evaluate_subexp_opencl()
834 if ((type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)) in evaluate_subexp_opencl()
870 if (type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)) in evaluate_subexp_opencl()
966 type1 = check_typedef (value_type (arg1)); in evaluate_subexp_opencl()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dvalarith.c244 type1 = check_typedef (type1); in binop_types_user_defined_p()
246 type1 = check_typedef (TYPE_TARGET_TYPE (type1)); in binop_types_user_defined_p()
278 struct type *type1; in unop_user_defined_p() local
284 type1 = check_typedef (TYPE_TARGET_TYPE (type1)); in unop_user_defined_p()
683 type1 = tmp; in value_concat()
752 char_type = type1; in value_concat()
930 result_type = type1; in promotion_type()
934 result_type = type1; in promotion_type()
940 result_type = type1; in promotion_type()
944 result_type = type1; in promotion_type()
[all …]
H A Dopencl-lang.c589 t1_is_vec = (type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)); in vector_relop()
691 && TYPE_VECTOR (type1)); in opencl_relop()
734 struct type *type1, *type2; in evaluate_subexp_opencl() local
743 type1 = value_type (arg1); in evaluate_subexp_opencl()
751 arg2 = opencl_value_cast (type1, arg2); in evaluate_subexp_opencl()
756 type1 = exp->elts[*pos + 1].type; in evaluate_subexp_opencl()
769 type1 = value_type (arg1); in evaluate_subexp_opencl()
834 if ((type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)) in evaluate_subexp_opencl()
870 if (type1->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type1)) in evaluate_subexp_opencl()
966 type1 = check_typedef (value_type (arg1)); in evaluate_subexp_opencl()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dobjects.h76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
78 static int nm##_cmp(type1 const *, type2 const *); \
81 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
82 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
116 type1 const *a = a_; \
127 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
130 type1 const *a = a_; \
[all …]
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
86 static int nm##_cmp(type1 const *, type2 const *); \
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
124 type1 const *a = a_; \
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
138 type1 const *a = a_; \
[all …]
/netbsd/include/ssp/
H A Dstring.h60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument
61 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
62 static __inline __attribute__((__always_inline__)) type1 \
67 #define __ssp_bos_icheck3(fun, type1, type2) \ argument
68 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
69 static __inline __attribute__((__always_inline__)) type1 \
70 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
74 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument
75 static __inline type1 __ ## fun ## _ichk(type1, type2); \
76 static __inline __attribute__((__always_inline__)) type1 \
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_ntlm.c57 struct ntlm_type1 type1; in test_libntlm_v1() local
64 memset(&type1, 0, sizeof(type1)); in test_libntlm_v1()
69 type1.domain = strdup(domain); in test_libntlm_v1()
70 type1.hostname = NULL; in test_libntlm_v1()
71 type1.os[0] = 0; in test_libntlm_v1()
72 type1.os[1] = 0; in test_libntlm_v1()
184 struct ntlm_type1 type1; in test_libntlm_v2() local
190 memset(&type1, 0, sizeof(type1)); in test_libntlm_v2()
196 type1.hostname = NULL; in test_libntlm_v2()
197 type1.os[0] = 0; in test_libntlm_v2()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dtest_ntlm.c56 struct ntlm_type1 type1; in test_parse() local
62 memset(&type1, 0, sizeof(type1)); in test_parse()
65 type1.domain = rk_UNCONST(domain); in test_parse()
66 type1.hostname = rk_UNCONST(hostname); in test_parse()
67 type1.os[0] = 0; in test_parse()
68 type1.os[1] = 0; in test_parse()
70 ret = heim_ntlm_encode_type1(&type1, &data); in test_parse()
74 memset(&type1, 0, sizeof(type1)); in test_parse()
84 if (strcmp(type1.domain, domain) != 0) in test_parse()
87 if (strcmp(type1.hostname, hostname) != 0) in test_parse()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h934 PROLOG_TYPE_REF(type1, arg_name1) \
944 PROLOG_TYPE_REF(type1, arg_name1) \
964 PROLOG_TYPE_REF(type1, arg_name1) \
990 type1 * \
993 PROLOG_TYPE_REF(type1, arg_name) \
999 type1 * \
1002 PROLOG_TYPE_REF(type1, arg_name) \
1008 type1 * \
1011 PROLOG_TYPE_REF(type1, arg_name) \
1074 fn_name (type1 bid_##arg_name1, \
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h934 PROLOG_TYPE_REF(type1, arg_name1) \
944 PROLOG_TYPE_REF(type1, arg_name1) \
964 PROLOG_TYPE_REF(type1, arg_name1) \
990 type1 * \
993 PROLOG_TYPE_REF(type1, arg_name) \
999 type1 * \
1002 PROLOG_TYPE_REF(type1, arg_name) \
1008 type1 * \
1011 PROLOG_TYPE_REF(type1, arg_name) \
1074 fn_name (type1 bid_##arg_name1, \
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DGenericOpcodes.td42 let InOperandList = (ins type1:$src);
50 let InOperandList = (ins type1:$src);
72 let InOperandList = (ins type1:$src);
81 let InOperandList = (ins type1:$src);
111 let InOperandList = (ins type1:$src);
117 let InOperandList = (ins type1:$src);
382 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2);
389 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2);
1290 let InOperandList = (ins type1:$v1, type1:$v2, unknown:$mask);
1385 let InOperandList = (ins type0:$src, type1:$lsb, type1:$width);
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Daccept_sec_context.c112 struct ntlm_type1 type1; in _gss_ntlm_accept_sec_context() local
132 ret = heim_ntlm_decode_type1(&data, &type1); in _gss_ntlm_accept_sec_context()
139 if ((type1.flags & NTLM_NEG_UNICODE) == 0) { in _gss_ntlm_accept_sec_context()
140 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
146 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
148 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
153 type1.flags, in _gss_ntlm_accept_sec_context()
154 type1.hostname, in _gss_ntlm_accept_sec_context()
155 type1.domain, in _gss_ntlm_accept_sec_context()
158 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
H A Dinit_sec_context.c285 struct ntlm_type1 type1; in _gss_ntlm_init_sec_context() local
321 memset(&type1, 0, sizeof(type1)); in _gss_ntlm_init_sec_context()
323 type1.flags = flags; in _gss_ntlm_init_sec_context()
324 type1.domain = name->domain; in _gss_ntlm_init_sec_context()
325 type1.hostname = NULL; in _gss_ntlm_init_sec_context()
326 type1.os[0] = 0; in _gss_ntlm_init_sec_context()
327 type1.os[1] = 0; in _gss_ntlm_init_sec_context()
329 ret = heim_ntlm_encode_type1(&type1, &data); in _gss_ntlm_init_sec_context()
/netbsd/external/mit/xorg/share/fonts/Type1/
H A DMakefile3 SUBDIR= font-adobe-utopia-type1 font-bh-type1 \
4 font-bitstream-type1 font-ibm-type1
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple.c2432 tree type1; in gimple_signed_or_unsigned_type() local
2435 type1 = TYPE_MAIN_VARIANT (type); in gimple_signed_or_unsigned_type()
2437 || type1 == char_type_node in gimple_signed_or_unsigned_type()
2440 if (type1 == integer_type_node || type1 == unsigned_type_node) in gimple_signed_or_unsigned_type()
2442 if (type1 == short_integer_type_node || type1 == short_unsigned_type_node) in gimple_signed_or_unsigned_type()
2444 if (type1 == long_integer_type_node || type1 == long_unsigned_type_node) in gimple_signed_or_unsigned_type()
2461 if (type1 == intTI_type_node || type1 == unsigned_intTI_type_node) in gimple_signed_or_unsigned_type()
2464 if (type1 == intDI_type_node || type1 == unsigned_intDI_type_node) in gimple_signed_or_unsigned_type()
2466 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node) in gimple_signed_or_unsigned_type()
2468 if (type1 == intHI_type_node || type1 == unsigned_intHI_type_node) in gimple_signed_or_unsigned_type()
[all …]
H A Dgimple.cc2522 tree type1; in gimple_signed_or_unsigned_type() local
2525 type1 = TYPE_MAIN_VARIANT (type); in gimple_signed_or_unsigned_type()
2527 || type1 == char_type_node in gimple_signed_or_unsigned_type()
2530 if (type1 == integer_type_node || type1 == unsigned_type_node) in gimple_signed_or_unsigned_type()
2532 if (type1 == short_integer_type_node || type1 == short_unsigned_type_node) in gimple_signed_or_unsigned_type()
2534 if (type1 == long_integer_type_node || type1 == long_unsigned_type_node) in gimple_signed_or_unsigned_type()
2551 if (type1 == intTI_type_node || type1 == unsigned_intTI_type_node) in gimple_signed_or_unsigned_type()
2554 if (type1 == intDI_type_node || type1 == unsigned_intDI_type_node) in gimple_signed_or_unsigned_type()
2556 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node) in gimple_signed_or_unsigned_type()
2558 if (type1 == intHI_type_node || type1 == unsigned_intHI_type_node) in gimple_signed_or_unsigned_type()
[all …]
H A Dgimple-expr.h64 types_compatible_p (tree type1, tree type2) in types_compatible_p() argument
66 return (type1 == type2 in types_compatible_p()
67 || (useless_type_conversion_p (type1, type2) in types_compatible_p()
68 && useless_type_conversion_p (type2, type1))); in types_compatible_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c2432 tree type1; in gimple_signed_or_unsigned_type() local
2435 type1 = TYPE_MAIN_VARIANT (type); in gimple_signed_or_unsigned_type()
2437 || type1 == char_type_node in gimple_signed_or_unsigned_type()
2440 if (type1 == integer_type_node || type1 == unsigned_type_node) in gimple_signed_or_unsigned_type()
2442 if (type1 == short_integer_type_node || type1 == short_unsigned_type_node) in gimple_signed_or_unsigned_type()
2444 if (type1 == long_integer_type_node || type1 == long_unsigned_type_node) in gimple_signed_or_unsigned_type()
2461 if (type1 == intTI_type_node || type1 == unsigned_intTI_type_node) in gimple_signed_or_unsigned_type()
2464 if (type1 == intDI_type_node || type1 == unsigned_intDI_type_node) in gimple_signed_or_unsigned_type()
2466 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node) in gimple_signed_or_unsigned_type()
2468 if (type1 == intHI_type_node || type1 == unsigned_intHI_type_node) in gimple_signed_or_unsigned_type()
[all …]
H A Dgimple-expr.h64 types_compatible_p (tree type1, tree type2) in types_compatible_p() argument
66 return (type1 == type2 in types_compatible_p()
67 || (useless_type_conversion_p (type1, type2) in types_compatible_p()
68 && useless_type_conversion_p (type2, type1))); in types_compatible_p()
/netbsd/lib/libform/
H A Dfield_types.c250 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in link_fieldtype() argument
254 if ((type1 == NULL) || (type2 == NULL)) in link_fieldtype()
261 new->flags |= ((type1->flags & _TYPE_HAS_ARGS) in link_fieldtype()
268 new->link->prev = type1; in link_fieldtype()
270 type1->refcount++; in link_fieldtype()
/netbsd/sys/kern/
H A Dsubr_device.c84 devhandle_type_t type1 = devhandle_type(handle1); in devhandle_compare() local
87 if (type1 == DEVHANDLE_TYPE_INVALID) { in devhandle_compare()
94 if (type1 < type2) { in devhandle_compare()
97 if (type1 > type2) { in devhandle_compare()
102 if (type1 == DEVHANDLE_TYPE_PRIVATE) { in devhandle_compare()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1592 type1 = cp_build_qualified_type (type1, TYPE_UNQUALIFIED); in same_type_ignoring_top_level_qualifiers_p()
1701 type1 = cp_build_qualified_type (type1, TYPE_UNQUALIFIED); in layout_compatible_type_p()
4789 tree type1) in do_warn_enum_conversions() argument
4858 type0, type1); in do_warn_enum_conversions()
4862 type0, type1); in do_warn_enum_conversions()
4871 type0, type1); in do_warn_enum_conversions()
4875 type0, type1); in do_warn_enum_conversions()
5163 type1 = TREE_TYPE (type1); in cp_build_binary_op()
5289 && (!VECTOR_TYPE_P (type1) || gnu_vector_type_p (type1))) in cp_build_binary_op()
5699 type1)); in cp_build_binary_op()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-pascal.c295 enum format_arg_type type1 = numbered[i].type; in format_parse() local
299 if (type1 == type2) in format_parse()
300 type_both = type1; in format_parse()
301 else if ((type1 == FAT_INTEGER && type2 == FAT_INTEGER64) in format_parse()
302 || (type1 == FAT_INTEGER64 && type2 == FAT_INTEGER)) in format_parse()
307 type_both = type1; in format_parse()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td24 let InOperandList = (ins type1:$src, type2:$imm);
88 let InOperandList = (ins type1:$lane);
95 let InOperandList = (ins type0:$src, type1:$lane);
100 let InOperandList = (ins type0:$src, type1:$lane);
105 let InOperandList = (ins type0:$src, type1:$lane);
110 let InOperandList = (ins type0:$src, type1:$lane);
166 let InOperandList = (ins type0:$src1, type1:$src2);
172 let InOperandList = (ins type0:$src1, type1:$src2);
178 let InOperandList = (ins type0:$src1, type1:$src2);

12345678910>>...12