Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/include/openssl/
Dobjects.h76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
81 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
127 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
141 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
148 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/freebsd-12-stable/contrib/elftoolchain/libelf/
Dgelf_mips64el.c51 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tof() local
69 uint8_t ssym, type3, type2, type; in _libelf_mips64el_r_info_tom() local
/freebsd-12-stable/contrib/gdb/gdb/
Dvalarith.c92 struct type *type1, *type2, *valptrtype; in value_add() local
136 struct type *type1, *type2; in value_sub() local
294 struct type *type1, *type2; in binop_user_defined_p() local
623 struct type *type2 = check_typedef (VALUE_TYPE (arg2)); in value_concat() local
751 struct type *type1, *type2; in value_binop() local
1221 struct type *type1, *type2; in value_equal() local
1280 struct type *type1, *type2; in value_less() local
Dax-gdb.c756 type_wider_than (struct type *type1, struct type *type2) in type_wider_than()
767 max_type (struct type *type1, struct type *type2) in max_type()
Dvalops.c211 struct type *type2; in value_cast() local
/freebsd-12-stable/crypto/heimdal/lib/gssapi/
Dtest_ntlm.c56 struct ntlm_type2 type2; in test_libntlm_v1() local
183 struct ntlm_type2 type2; in test_libntlm_v2() local
/freebsd-12-stable/crypto/heimdal/lib/ntlm/
Dtest_ntlm.c52 struct ntlm_type2 type2; in test_parse() local
Dntlm.c680 heim_ntlm_decode_type2(const struct ntlm_buf *buf, struct ntlm_type2 *type2) in heim_ntlm_decode_type2()
745 heim_ntlm_encode_type2(const struct ntlm_type2 *type2, struct ntlm_buf *data) in heim_ntlm_encode_type2()
/freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/
Dinit_sec_context.c305 struct ntlm_type2 type2; in _gss_ntlm_init_sec_context() local
Dkdc.c253 struct ntlm_type2 type2; in kdc_type2() local
/freebsd-12-stable/sys/sys/
Dsdt.h136 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
137 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
138 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
350 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
357 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
365 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \ argument
/freebsd-12-stable/crypto/heimdal/kuser/
Dkdigest.c435 struct ntlm_type2 type2; in ntlm_server_init() local
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DMips.cpp497 RelType type2 = (type >> 8) & 0xff; in calculateMipsRelChain() local
/freebsd-12-stable/contrib/gcc/cp/
Dtypeck2.c162 tree type2 = (tree)val2; in pat_compare() local
Dtypeck.c1141 at_least_as_qualified_p (tree type1, tree type2) in at_least_as_qualified_p()
1154 comp_cv_qualification (tree type1, tree type2) in comp_cv_qualification()
1175 comp_cv_qual_signature (tree type1, tree type2) in comp_cv_qual_signature()
Dcall.c1549 tree type1, tree type2, tree *args, tree *argtypes, in build_builtin_candidate()
1638 tree type2, tree *args, tree *argtypes, int flags) in add_builtin_candidate()
6170 tree type1, type2; in joust() local
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-alias-warnings.c864 nonstandard_alias_types_p (tree type1, tree type2) in nonstandard_alias_types_p()
Dipa-cp.c239 enum cvalue_type type1, enum cvalue_type type2) in ipcp_cval_equal_cvalues()
Dstub-objc.c97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type()
Dc-typeck.c782 comptypes (tree type1, tree type2) in comptypes()
799 comptypes_internal (tree type1, tree type2) in comptypes_internal()
3355 tree type2; in build_conditional_expr() local
/freebsd-12-stable/contrib/byacc/
Dreader.c893 save_param(int k, char *buffer, int name, int type2) in save_param()
943 int name, type2; in copy_param() local
Ddefs.h270 char *type2; /* everything after parameter name */ member
/freebsd-12-stable/contrib/binutils/bfd/
Delf64-x86-64.c2568 unsigned int val, type, type2; in elf64_x86_64_relocate_section() local
2855 unsigned int val, type, type2; in elf64_x86_64_relocate_section() local
/freebsd-12-stable/crypto/heimdal/kcm/
Dprotocol.c1439 struct ntlm_type2 type2; in kcm_op_do_ntlm() local
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_affinity.h719 void set_equivalent_type(kmp_hw_t type1, kmp_hw_t type2) { in set_equivalent_type()

12