Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/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 …]
/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,
H A Dllib-lformt206 FIELDTYPE *type1,
H A Dllib-lformw206 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);
115 let InOperandList = (ins unknown:$addr, i32imm:$key, type1:$addrdisc, i64imm:$disc);
127 let InOperandList = (ins type1:$src);
133 let InOperandList = (ins type1:$src);
139 let InOperandList = (ins type1:$src);
166 let InOperandList = (ins type1:$list, unknown:$align);
174 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/sys/contrib/openzfs/lib/libspl/
H A Datomic.c64 #define ATOMIC_ADD(name, type1, type2) \ argument
65 void atomic_add_##name(volatile type1 *target, type2 bits) \
86 #define ATOMIC_SUB(name, type1, type2) \ in ATOMIC_ADD() argument
87 void atomic_sub_##name(volatile type1 *target, type2 bits) \ in ATOMIC_ADD()
176 #define ATOMIC_ADD_NV(name, type1, type2) \ argument
177 type1 atomic_add_##name##_nv(volatile type1 *target, type2 bits) \
198 #define ATOMIC_SUB_NV(name, type1, type2) \ in ATOMIC_ADD_NV() argument
199 type1 atomic_sub_##name##_nv(volatile type1 *target, type2 bits) \ in ATOMIC_ADD_NV()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td23 let InOperandList = (ins type1:$src);
39 let InOperandList = (ins type1:$vl);
47 let InOperandList = (ins type1:$vl);
57 let InOperandList = (ins type0:$passthru, type1:$hi, type1:$lo, type2:$vl);
/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
382 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
385 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
388 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
391 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
395 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
398 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.h235 int type1(int *, int, int);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh71 typeset type1=$4
73 make_object $objnum $mntpnt1 $type1
/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/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
/freebsd/bin/sh/tests/builtins/
H A DMakefile173 ${PACKAGE}FILES+= type1.0 type1.0.stderr
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h996 void set_equivalent_type(kmp_hw_t type1, kmp_hw_t type2) { in set_equivalent_type() argument
997 KMP_DEBUG_ASSERT_VALID_HW_TYPE(type1); in set_equivalent_type()
1002 equivalent[type1] = real_type2; in set_equivalent_type()
1006 if (equivalent[type] == type1) { in set_equivalent_type()
1093 kmp_hw_t type1 = ((const item_t *)i1)->type; in hw_subset_compare() local
1095 int level1 = __kmp_topology->get_level(type1); in hw_subset_compare()
H A Dkmp_affinity.cpp357 kmp_hw_t type1 = types[top_index1]; in _remove_radix1_layers() local
359 KMP_ASSERT_VALID_HW_TYPE(type1); in _remove_radix1_layers()
363 if ((type1 == KMP_HW_THREAD || type1 == KMP_HW_CORE || in _remove_radix1_layers()
364 type1 == KMP_HW_SOCKET) && in _remove_radix1_layers()
374 int pref1 = preference[type1]; in _remove_radix1_layers()
394 keep_type = type1; in _remove_radix1_layers()
396 remove_type = type1; in _remove_radix1_layers()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3715 let InOperandList = (ins type1:$src);
3722 let InOperandList = (ins type1:$src);
3728 let InOperandList = (ins type1:$src);
3734 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
3743 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
3768 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3777 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3848 let OutOperandList = (outs type0:$dst, type1:$carry_out);
3869 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3896 let InOperandList = (ins type0:$vdata, type0:$cmp, type1:$rsrc, type2:$vindex,
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c1763 int type1, vector1; in nested_fault() local
1772 type1 = info1 & VM_INTINFO_TYPE; in nested_fault()
1774 if (type1 == VM_INTINFO_HWEXCEPTION && vector1 == IDT_DF) { in nested_fault()

12