Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h83 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
85 static int nm##_cmp(type1 const *, type2 const *); \
86 scope type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
88 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
89 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
90 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
91 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
120 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
123 type1 const *a = a_; \
127 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c55 struct ntlm_type1 type1; in test_libntlm_v1() local
62 memset(&type1, 0, sizeof(type1)); in test_libntlm_v1()
66 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags; in test_libntlm_v1()
67 type1.domain = strdup(domain); in test_libntlm_v1()
68 type1.hostname = NULL; in test_libntlm_v1()
69 type1.os[0] = 0; in test_libntlm_v1()
70 type1.os[1] = 0; in test_libntlm_v1()
72 ret = heim_ntlm_encode_type1(&type1, &data); in test_libntlm_v1()
182 struct ntlm_type1 type1; in test_libntlm_v2() local
188 memset(&type1, 0, sizeof(type1)); in test_libntlm_v2()
[all …]
/freebsd/include/ssp/
H A Dstring.h86 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument
87 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
88 static __inline __attribute__((__always_inline__)) type1 \
89 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
93 #define __ssp_bos_icheck3(fun, type1, type2) \ argument
94 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
95 static __inline __attribute__((__always_inline__)) type1 \
96 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
100 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument
101 static __inline type1 __ ## fun ## _ichk(type1, type2); \
[all …]
/freebsd/contrib/ncurses/form/
H A Dfld_ftlink.c53 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in FORM_EXPORT()
57 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2)); in FORM_EXPORT()
58 if (type1 && type2) in FORM_EXPORT()
67 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in FORM_EXPORT()
69 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in FORM_EXPORT()
71 nftyp->left = type1; in FORM_EXPORT()
73 type1->ref++; in FORM_EXPORT()
H A Dllib-lformtw206 FIELDTYPE *type1,
/freebsd/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c51 struct ntlm_type1 type1; in test_parse() local
57 memset(&type1, 0, sizeof(type1)); in test_parse()
59 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM; in test_parse()
60 type1.domain = rk_UNCONST(domain); in test_parse()
61 type1.hostname = NULL; in test_parse()
62 type1.os[0] = 0; in test_parse()
63 type1.os[1] = 0; in test_parse()
65 ret = heim_ntlm_encode_type1(&type1, &data); in test_parse()
69 memset(&type1, 0, sizeof(type1)); in test_parse()
71 ret = heim_ntlm_decode_type1(&data, &type1); in test_parse()
[all …]
H A Dntlm.c590 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) in heim_ntlm_encode_type1() argument
597 flags = type1->flags; in heim_ntlm_encode_type1()
600 if (type1->domain) { in heim_ntlm_encode_type1()
604 if (type1->hostname) { in heim_ntlm_encode_type1()
608 if (type1->os[0]) in heim_ntlm_encode_type1()
612 if (type1->domain) { in heim_ntlm_encode_type1()
613 domain.length = len_string(0, type1->domain); in heim_ntlm_encode_type1()
621 if (type1->hostname) { in heim_ntlm_encode_type1()
622 hostname.length = len_string(0, type1->hostname); in heim_ntlm_encode_type1()
642 CHECK(krb5_store_uint32(out, type1->os[0]), 0); in heim_ntlm_encode_type1()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td46 let InOperandList = (ins type1:$src);
54 let InOperandList = (ins type1:$src);
76 let InOperandList = (ins type1:$src);
85 let InOperandList = (ins type1:$src);
92 let InOperandList = (ins type1:$src);
99 let InOperandList = (ins type1:$src);
106 let InOperandList = (ins type1:$src);
136 let InOperandList = (ins unknown:$addr, i32imm:$key, type1:$addrdisc, i64imm:$disc);
148 let InOperandList = (ins type1:$src);
154 let InOperandList = (ins type1:$src);
[all …]
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c110 struct ntlm_type1 type1; in _gss_ntlm_accept_sec_context() local
130 ret = heim_ntlm_decode_type1(&data, &type1); in _gss_ntlm_accept_sec_context()
137 if ((type1.flags & NTLM_NEG_UNICODE) == 0) { in _gss_ntlm_accept_sec_context()
138 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
144 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
146 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
151 type1.flags, in _gss_ntlm_accept_sec_context()
152 type1.hostname, in _gss_ntlm_accept_sec_context()
153 type1.domain, in _gss_ntlm_accept_sec_context()
156 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
H A Dinit_sec_context.c248 struct ntlm_type1 type1; in _gss_ntlm_init_sec_context() local
284 memset(&type1, 0, sizeof(type1)); in _gss_ntlm_init_sec_context()
286 type1.flags = flags; in _gss_ntlm_init_sec_context()
287 type1.domain = name->domain; in _gss_ntlm_init_sec_context()
288 type1.hostname = NULL; in _gss_ntlm_init_sec_context()
289 type1.os[0] = 0; in _gss_ntlm_init_sec_context()
290 type1.os[1] = 0; in _gss_ntlm_init_sec_context()
292 ret = heim_ntlm_encode_type1(&type1, &data); in _gss_ntlm_init_sec_context()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td103 let InOperandList = (ins type1:$src, untyped_imm_0:$frm);
111 let InOperandList = (ins type1:$src, untyped_imm_0:$frm);
119 let InOperandList = (ins type1:$src);
135 let InOperandList = (ins type1:$vl);
143 let InOperandList = (ins type1:$vl);
150 let InOperandList = (ins type0:$passthru, type1:$hi, type1:$lo, type2:$vl);
158 let InOperandList = (ins type0:$merge, type0:$vec, type1:$idx, type2:$mask,
159 type1:$vl, type1:$policy);
167 let InOperandList = (ins type0:$passthru, type0:$vec, type1:$vl);
175 let InOperandList = (ins type0:$merge, type0:$vec, type1:$idx, type2:$mask,
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Datomic.c65 #define ATOMIC_ADD(name, type1, type2) \ argument
66 void atomic_add_##name(volatile type1 *target, type2 bits) \
87 #define ATOMIC_SUB(name, type1, type2) \ in ATOMIC_ADD() argument
88 void atomic_sub_##name(volatile type1 *target, type2 bits) \ in ATOMIC_ADD()
177 #define ATOMIC_ADD_NV(name, type1, type2) \ argument
178 type1 atomic_add_##name##_nv(volatile type1 *target, type2 bits) \
199 #define ATOMIC_SUB_NV(name, type1, type2) \ in ATOMIC_ADD_NV() argument
200 type1 atomic_sub_##name##_nv(volatile type1 *target, type2 bits) \ in ATOMIC_ADD_NV()
/freebsd/sys/sys/
H A Dsdt.h132 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
133 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
134 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
135 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
393 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
396 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
399 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
402 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
406 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
409 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
[all …]
/freebsd/usr.bin/mail/
H A Dcmd1.c245 return (type1(msgvec, 1, 1)); in more()
256 return (type1(msgvec, 0, 1)); in More()
267 return (type1(msgvec, 1, 0)); in type()
278 return (type1(msgvec, 0, 0)); in Type()
286 type1(int *msgvec, int doign, int page) in type1() function
H A Dextern.h234 int type1(int *, int, int);
/freebsd/contrib/llvm-project/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);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh72 typeset type1=$4
74 make_object $objnum $mntpnt1 $type1
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp171 DataType type1, DataType type2) { in TypeCheck() argument
174 return TypeCheck(data.drop_back(), type1); in TypeCheck()
178 DataType type1, DataType type2, DataType type3) { in TypeCheck() argument
181 return TypeCheck(data.drop_back(1), type2, type1); in TypeCheck()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in91 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
110 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
/freebsd/bin/sh/tests/builtins/
H A DMakefile175 ${PACKAGE}FILES+= type1.0 type1.0.stderr
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1011 void set_equivalent_type(kmp_hw_t type1, kmp_hw_t type2) { in set_equivalent_type() argument
1012 KMP_DEBUG_ASSERT_VALID_HW_TYPE(type1); in set_equivalent_type()
1017 equivalent[type1] = real_type2; in set_equivalent_type()
1021 if (equivalent[type] == type1) { in set_equivalent_type()
1108 kmp_hw_t type1 = ((const item_t *)i1)->type; in hw_subset_compare() local
1110 int level1 = __kmp_topology->get_level(type1); in hw_subset_compare()
H A Dkmp_affinity.cpp376 kmp_hw_t type1 = types[top_index1]; in _remove_radix1_layers() local
378 KMP_ASSERT_VALID_HW_TYPE(type1); in _remove_radix1_layers()
382 if ((type1 == KMP_HW_THREAD || type1 == KMP_HW_CORE || in _remove_radix1_layers()
383 type1 == KMP_HW_SOCKET) && in _remove_radix1_layers()
393 int pref1 = preference[type1]; in _remove_radix1_layers()
413 keep_type = type1; in _remove_radix1_layers()
415 remove_type = type1; in _remove_radix1_layers()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1329 #define DEFINE_MIN_MAX_FUNCTIONS(ret_type, type1, type2) \
1330 inline ret_type min(const type1 __a, const type2 __b) { \
1333 inline ret_type max(const type1 __a, const type2 __b) { \
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td4101 let InOperandList = (ins type1:$src);
4108 let InOperandList = (ins type1:$src);
4114 let InOperandList = (ins type1:$src);
4120 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
4129 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
4154 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
4163 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
4234 let OutOperandList = (outs type0:$dst, type1:$carry_out);
4255 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
4282 let InOperandList = (ins type0:$vdata, type0:$cmp, type1:$rsrc, type2:$vindex,
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c1347 int type1, vector1; in nested_fault() local
1356 type1 = info1 & VM_INTINFO_TYPE; in nested_fault()
1358 if (type1 == VM_INTINFO_HWEXCEPTION && vector1 == IDT_DF) { in nested_fault()

12