Home
last modified time | relevance | path

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

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