Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcompare48 static const partial_ordering equivalent;
72 static const weak_ordering equivalent;
99 static const strong_ordering equivalent;
187 static const partial_ordering equivalent;
256 static const weak_ordering equivalent;
261 return __value_ == 0 ? partial_ordering::equivalent
330 static const strong_ordering equivalent;
342 return __value_ == 0 ? weak_ordering::equivalent
460 return partial_ordering::equivalent;
462 return weak_ordering::equivalent;
[all …]
H A Dsystem_error30 virtual bool equivalent(int code, const error_condition& condition) const noexcept;
31 virtual bool equivalent(const error_code& code, int condition) const noexcept;
218 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
219 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
400 return __x.category().equivalent(__x.value(), __y)
401 || __y.category().equivalent(__x, __y.value());
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp29 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function
30 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent()
114 Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent()
140 if (Comparator.equivalent(Child, FileName)) { in findEquivalent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is,
50 // G_INTTOPTR - SelectionDAG has no equivalent.
51 // G_PTRTOINT - SelectionDAG has no equivalent.
53 // timm must not be materialized and therefore has no GlobalISel equivalent
156 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some
173 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
/freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/
H A Dinside-secure-safexcel.txt21 - "inside-secure,safexcel-eip197" is equivalent to
23 - "inside-secure,safexcel-eip97" is equivalent to
/freebsd-13.1/contrib/bc/manuals/
H A Dbuild.md367 Both commands are equivalent.
425 Both commands are equivalent.
446 Both commands are equivalent.
484 Both commands are equivalent.
503 Both commands are equivalent.
526 Both commands are equivalent.
536 Both commands are equivalent.
626 Both commands are equivalent.
642 Both commands are equivalent.
657 Both commands are equivalent.
[all …]
/freebsd-13.1/contrib/libarchive/cat/
H A Dcmdline.c63 int equivalent; /* Equivalent short option. */ member
279 return (match->equivalent); in bsdcat_getopt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt7 (semantically equivalent) instructions to be used in place of the requested
53 copy_u.w. This is semantically equivalent since the general-purpose
57 These two operations are equivalent to each other with the operands
/freebsd-13.1/crypto/openssl/doc/man3/
H A DRAND_egd.pod26 RAND_egd() is equivalent to RAND_egd_bytes() with B<num> set to 255.
30 If B<buf> is B<NULL>, it is equivalent to RAND_egd_bytes().
H A DOPENSSL_secure_malloc.pod67 If CRYPTO_secure_malloc_init() is not called, this is equivalent to
79 If CRYPTO_secure_malloc_init() is not called, this is equivalent to
88 If CRYPTO_secure_malloc_init() is not called, this is equivalent to
H A DBIO_read.pod63 (such as select(), poll() or equivalent) to determine when data is available
64 and then call read() to read the data. The equivalent with BIOs (that is call
68 I/O structure and may block as a result. Instead select() (or equivalent)
H A DEVP_PKEY_set1_RSA.pod77 use the OIDs corresponding to the NIDs B<NID_rsaEncryption> (equivalent to
78 B<EVP_PKEY_RSA>) or B<NID_rsa> (equivalent to B<EVP_PKEY_RSA2>). The use of
112 is no longer possible: the equivalent is EVP_PKEY_base_id(pkey).
H A DRAND_add.pod58 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
69 RAND_event() and RAND_screen() are equivalent to RAND_poll() and exist
H A DDSA_new.pod17 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
H A DRSA_new.pod17 RSA_new() allocates and initializes an B<RSA> structure. It is equivalent to
/freebsd-13.1/contrib/libarchive/cpio/
H A Dcmdline.c62 int equivalent; /* Equivalent short option. */ member
276 return (match->equivalent); in cpio_getopt()
/freebsd-13.1/contrib/libarchive/tar/
H A Dcmdline.c64 int equivalent; /* Equivalent short option. */ member
415 return (match->equivalent); in bsdtar_getopt()
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp47 error_category::equivalent(int code, const error_condition& condition) const noexcept in equivalent() function in error_category
53 error_category::equivalent(const error_code& code, int condition) const noexcept in equivalent() function in error_category
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h650 kmp_hw_t equivalent[KMP_HW_LAST]; variable
717 kmp_hw_t get_equivalent_type(kmp_hw_t type) const { return equivalent[type]; } in get_equivalent_type()
722 kmp_hw_t real_type2 = equivalent[type2]; in set_equivalent_type()
725 equivalent[type1] = real_type2; in set_equivalent_type()
729 if (equivalent[type] == type1) { in set_equivalent_type()
730 equivalent[type] = real_type2; in set_equivalent_type()
755 int eq_type = equivalent[type]; in get_level()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td69 // Record that it is equivalent to using OPERATOR to store a GR64.
76 // 32 bits of a GPR to memory. Record that they are equivalent to using
85 // Record that it is equivalent to using OPERATOR to store a GR64.
97 // condition is false. Record that they are equivalent to a LOAD/select/STORE
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h227 friend bool equivalent(file_status A, file_status B);
490 bool equivalent(file_status A, file_status B);
502 std::error_code equivalent(const Twine &A, const Twine &B, bool &result);
506 inline bool equivalent(const Twine &A, const Twine &B) { in equivalent() function
508 return !equivalent(A, B, result) && result; in equivalent()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Ds5pv210-smdkc110.dts13 * available in Linux 3.15 and intends to provide equivalent level of hardware
/freebsd-13.1/lib/libsecureboot/
H A DMakefile.libsa.inc8 # loader puts the equivalent of TPM's PCR register into kenv

12345678910>>...13