Home
last modified time | relevance | path

Searched defs:is_equal (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h46 _LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_equal(__other); } is_equal() function
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h51 bool is_equal(const KMPAffinity::Mask *rhs) const override { in is_equal() function
383 bool is_equal(const KMPAffinity::Mask *rhs) const override { is_equal() function
598 bool is_equal(const KMPAffinity::Mask *rhs) const override { is_equal() function
H A Dkmp.h760 virtual bool is_equal(const Mask *rhs) const { return false; } is_equal() function
/freebsd-src/crypto/openssl/crypto/ec/
H A Decp_nistz256.c203 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function