Home
last modified time | relevance | path

Searched refs:self_compare (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/server/
H A Dauth_self.c41 self_compare(krb5_context context, kadm5_auth_moddata data, in self_compare() function
70 vt->cpw = self_compare; in kadm5_auth_self_initvt()
71 vt->chrand = self_compare; in kadm5_auth_self_initvt()
72 vt->purgekeys = self_compare; in kadm5_auth_self_initvt()
73 vt->getprinc = self_compare; in kadm5_auth_self_initvt()
74 vt->getstrs = self_compare; in kadm5_auth_self_initvt()
/dports/security/krb5/krb5-1.19.2/src/kadmin/server/
H A Dauth_self.c41 self_compare(krb5_context context, kadm5_auth_moddata data, in self_compare() function
70 vt->cpw = self_compare; in kadm5_auth_self_initvt()
71 vt->chrand = self_compare; in kadm5_auth_self_initvt()
72 vt->purgekeys = self_compare; in kadm5_auth_self_initvt()
73 vt->getprinc = self_compare; in kadm5_auth_self_initvt()
74 vt->getstrs = self_compare; in kadm5_auth_self_initvt()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_comparison_operators.cpp28 bool self_compare(const dnnl::primitive_attr &attr) { in self_compare() function
33 bool self_compare(const T &desc) { in self_compare() function
39 #define TEST_SELF_COMPARISON(v) ASSERT_EQ(true, self_compare(v))
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/internals/
H A Dtest_comparison_operators.cpp28 bool self_compare(const dnnl::primitive_attr &attr) { in self_compare() function
33 bool self_compare(const T &desc) { in self_compare() function
39 #define TEST_SELF_COMPARISON(v) ASSERT_EQ(true, self_compare(v))
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dexception.pmc645 INTVAL self_compare, value_compare;
646 GET_ATTR_type(INTERP, SELF, self_compare);
648 if (self_compare == value_compare) {
649 GET_ATTR_severity(INTERP, SELF, self_compare);
651 if (self_compare == value_compare) {
652 GET_ATTR_exit_code(INTERP, SELF, self_compare);
654 if (self_compare == value_compare)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp18 void self_compare() { in self_compare() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp11 void self_compare() { in self_compare() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp11 void self_compare() { in self_compare() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp11 void self_compare() { in self_compare() function
/dports/security/nmap/nmap-7.91/scripts/
H A Dwhois-ip.nse378 local self_compare
381 self_compare = nmap.registry.whois.cache[ip].data.comparison
390 …if self_compare and ip ~= ip_key and not cache_data.pointer and self_compare == cache_data.data.co…