| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 48 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 D | system_error | 30 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 D | FileMatchTrie.cpp | 29 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 D | SelectionDAGCompat.td | 19 // 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 D | inside-secure-safexcel.txt | 21 - "inside-secure,safexcel-eip197" is equivalent to 23 - "inside-secure,safexcel-eip97" is equivalent to
|
| /freebsd-13.1/contrib/bc/manuals/ |
| H A D | build.md | 367 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 D | cmdline.c | 63 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 D | MSA.txt | 7 (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 D | RAND_egd.pod | 26 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 D | OPENSSL_secure_malloc.pod | 67 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 D | BIO_read.pod | 63 (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 D | EVP_PKEY_set1_RSA.pod | 77 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 D | RAND_add.pod | 58 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 D | DSA_new.pod | 17 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
|
| H A D | RSA_new.pod | 17 RSA_new() allocates and initializes an B<RSA> structure. It is equivalent to
|
| /freebsd-13.1/contrib/libarchive/cpio/ |
| H A D | cmdline.c | 62 int equivalent; /* Equivalent short option. */ member 276 return (match->equivalent); in cpio_getopt()
|
| /freebsd-13.1/contrib/libarchive/tar/ |
| H A D | cmdline.c | 64 int equivalent; /* Equivalent short option. */ member 415 return (match->equivalent); in bsdtar_getopt()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | system_error.cpp | 47 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 D | FileMatchTrie.h | 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 650 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 D | SystemZPatterns.td | 69 // 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 D | Process.cpp | 56 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 D | FileSystem.h | 227 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 D | s5pv210-smdkc110.dts | 13 * available in Linux 3.15 and intends to provide equivalent level of hardware
|
| /freebsd-13.1/lib/libsecureboot/ |
| H A D | Makefile.libsa.inc | 8 # loader puts the equivalent of TPM's PCR register into kenv
|