Home
last modified time | relevance | path

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

123456789

/netbsd-src/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 *); \
87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
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_; \
128 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/netbsd-src/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 *); \
79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
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_; \
120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/netbsd-src/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 \
63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
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); \
[all …]
/netbsd-src/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()
68 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags; 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()
74 ret = heim_ntlm_encode_type1(&type1, &data); in test_libntlm_v1()
184 struct ntlm_type1 type1; in test_libntlm_v2() local
190 memset(&type1, 0, sizeof(type1)); in test_libntlm_v2()
[all …]
/netbsd-src/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()
64 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|NTLM_NEG_VERSION; 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()
79 ret = heim_ntlm_decode_type1(&data, &type1); in test_parse()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
931 type1 *pbid_##arg_name1, type2 *pbid_##arg_name2 \
934 PROLOG_TYPE_REF(type1, arg_name1) \
939 #define BID128_FUNCTION_ARGTYPE1_ARG128(fn_name, type1, arg_name1, arg_name2)\ argument
941 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
944 PROLOG_TYPE_REF(type1, arg_name1) \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
961 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
964 PROLOG_TYPE_REF(type1, arg_name1) \
988 #define BID128_FUNCTION_ARGTYPE1(fn_name, type1, arg_name)\ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
931 type1 *pbid_##arg_name1, type2 *pbid_##arg_name2 \
934 PROLOG_TYPE_REF(type1, arg_name1) \
939 #define BID128_FUNCTION_ARGTYPE1_ARG128(fn_name, type1, arg_name1, arg_name2)\ argument
941 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
944 PROLOG_TYPE_REF(type1, arg_name1) \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
961 type1 *pbid_##arg_name1, UINT128 *pbid_##arg_name2 \
964 PROLOG_TYPE_REF(type1, arg_name1) \
988 #define BID128_FUNCTION_ARGTYPE1(fn_name, type1, arg_name)\ argument
[all …]
/netbsd-src/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);
123 let InOperandList = (ins type1:$src);
150 let InOperandList = (ins type1:$list, unknown:$align);
158 let InOperandList = (ins type1:$src);
164 let InOperandList = (ins type1:$src);
[all …]
/netbsd-src/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-src/external/gpl3/gcc/dist/gcc/
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()
2526 if (type1 == signed_char_type_node in gimple_signed_or_unsigned_type()
2527 || type1 == char_type_node in gimple_signed_or_unsigned_type()
2528 || type1 == unsigned_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()
2536 if (type1 == long_long_integer_type_node in gimple_signed_or_unsigned_type()
2537 || type1 == long_long_unsigned_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()
H A Dtree-ssa-alias.cc939 compare_type_sizes (tree type1, tree type2) in compare_type_sizes() argument
943 while (TREE_CODE (type1) == ARRAY_TYPE in compare_type_sizes()
944 || TREE_CODE (type1) == VECTOR_TYPE) in compare_type_sizes()
945 type1 = TREE_TYPE (type1); in compare_type_sizes()
949 return compare_sizes (TYPE_SIZE (type1), TYPE_SIZE (type2)); in compare_type_sizes()
957 same_type_for_tbaa (tree type1, tree type2) in same_type_for_tbaa() argument
959 type1 = TYPE_MAIN_VARIANT (type1); in same_type_for_tbaa()
963 if (type1 == type2) in same_type_for_tbaa()
967 if (TYPE_STRUCTURAL_EQUALITY_P (type1) in same_type_for_tbaa()
972 if (TYPE_CANONICAL (type1) == TYPE_CANONICAL (type2)) in same_type_for_tbaa()
[all …]
/netbsd-src/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()
2436 if (type1 == signed_char_type_node in gimple_signed_or_unsigned_type()
2437 || type1 == char_type_node in gimple_signed_or_unsigned_type()
2438 || type1 == unsigned_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()
2446 if (type1 == long_long_integer_type_node in gimple_signed_or_unsigned_type()
2447 || type1 == long_long_unsigned_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()
H A Dtree-ssa-alias.c791 compare_type_sizes (tree type1, tree type2) in compare_type_sizes() argument
795 while (TREE_CODE (type1) == ARRAY_TYPE in compare_type_sizes()
796 || TREE_CODE (type1) == VECTOR_TYPE) in compare_type_sizes()
797 type1 = TREE_TYPE (type1); in compare_type_sizes()
801 return compare_sizes (TYPE_SIZE (type1), TYPE_SIZE (type2)); in compare_type_sizes()
809 same_type_for_tbaa (tree type1, tree type2) in same_type_for_tbaa() argument
811 type1 = TYPE_MAIN_VARIANT (type1); in same_type_for_tbaa()
815 if (type1 == type2) in same_type_for_tbaa()
819 if (TYPE_STRUCTURAL_EQUALITY_P (type1) in same_type_for_tbaa()
824 if (TYPE_CANONICAL (type1) == TYPE_CANONICAL (type2)) in same_type_for_tbaa()
[all …]
H A Dinternal-fn.h142 signed int type1 : 8; member
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() argument
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/netbsd-src/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-src/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-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1585 same_type_ignoring_top_level_qualifiers_p (tree type1, tree type2) in same_type_ignoring_top_level_qualifiers_p() argument
1587 if (type1 == error_mark_node || type2 == error_mark_node) in same_type_ignoring_top_level_qualifiers_p()
1589 if (type1 == type2) in same_type_ignoring_top_level_qualifiers_p()
1592 type1 = cp_build_qualified_type (type1, TYPE_UNQUALIFIED); in same_type_ignoring_top_level_qualifiers_p()
1594 return same_type_p (type1, type2); in same_type_ignoring_top_level_qualifiers_p()
1600 similar_type_p (tree type1, tree type2) in similar_type_p() argument
1602 if (type1 == error_mark_node || type2 == error_mark_node) in similar_type_p()
1613 if (same_type_ignoring_top_level_qualifiers_p (type1, type2)) in similar_type_p()
1616 if ((TYPE_PTR_P (type1) && TYPE_PTR_P (type2)) in similar_type_p()
1617 || (TYPE_PTRDATAMEM_P (type1) && TYPE_PTRDATAMEM_P (type2)) in similar_type_p()
[all …]
/netbsd-src/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-src/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);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
49 type1 = TREE_TYPE (op1); in d_build_truthvalue_op()
61 else if (POINTER_TYPE_P (type1) && TREE_CODE (op0) == INTEGER_CST in d_build_truthvalue_op()
64 result_type = type1; in d_build_truthvalue_op()
68 else if (INTEGRAL_TYPE_P (type0) && INTEGRAL_TYPE_P (type1)) in d_build_truthvalue_op()
70 if (TYPE_PRECISION (type0) > TYPE_PRECISION (type1)) in d_build_truthvalue_op()
72 else if (TYPE_PRECISION (type0) < TYPE_PRECISION (type1)) in d_build_truthvalue_op()
73 result_type = type1; in d_build_truthvalue_op()
74 else if (TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)) in d_build_truthvalue_op()
75 result_type = TYPE_UNSIGNED (type0) ? type0 : type1; in d_build_truthvalue_op()
/netbsd-src/usr.bin/mail/
H A Dcmd1.c314 # define type1(a,b,c) legacy_type1(a,b) macro
317 type1(int *msgvec, int doign, int mime_decode) in type1() function
405 return type1(msgvec, 1, !de_mime()); in view()
417 return type1(msgvec, 0, !de_mime()); in View()
430 return type1(msgvec, 1, de_mime()); in type()
442 return type1(msgvec, 0, de_mime()); in Type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1588 same_type_ignoring_top_level_qualifiers_p (tree type1, tree type2) in same_type_ignoring_top_level_qualifiers_p() argument
1590 if (type1 == error_mark_node || type2 == error_mark_node) in same_type_ignoring_top_level_qualifiers_p()
1592 if (type1 == type2) in same_type_ignoring_top_level_qualifiers_p()
1595 type1 = cp_build_qualified_type (type1, TYPE_UNQUALIFIED); in same_type_ignoring_top_level_qualifiers_p()
1597 return same_type_p (type1, type2); in same_type_ignoring_top_level_qualifiers_p()
1603 similar_type_p (tree type1, tree type2) in similar_type_p() argument
1605 if (type1 == error_mark_node || type2 == error_mark_node) in similar_type_p()
1616 if (same_type_ignoring_top_level_qualifiers_p (type1, type2)) in similar_type_p()
1619 if ((TYPE_PTR_P (type1) && TYPE_PTR_P (type2)) in similar_type_p()
1620 || (TYPE_PTRDATAMEM_P (type1) && TYPE_PTRDATAMEM_P (type2)) in similar_type_p()
[all …]

123456789