| /freebsd-14.2/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | ordering.h | 57 static const partial_ordering equivalent; variable 115 inline constexpr partial_ordering partial_ordering::equivalent(_OrdResult::__equiv); 126 static const weak_ordering equivalent; variable 130 return __value_ == 0 ? partial_ordering::equivalent in partial_ordering() 186 inline constexpr weak_ordering weak_ordering::equivalent(_OrdResult::__equiv); 197 static const strong_ordering equivalent; variable 202 return __value_ == 0 ? partial_ordering::equivalent in partial_ordering() 207 …return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less : weak_orde… in weak_ordering() 265 inline constexpr strong_ordering strong_ordering::equivalent(_OrdResult::__equiv);
|
| H A D | common_comparison_category.h | 63 return partial_ordering::equivalent; in __get_comp_type() 65 return weak_ordering::equivalent; in __get_comp_type() 67 return strong_ordering::equivalent; in __get_comp_type()
|
| H A D | compare_weak_order_fallback.h | 42 std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? weak_ordering::equivalent 46 -> decltype(std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? weak_ordering::equivalent 50 return std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? weak_ordering::equivalent
|
| H A D | compare_partial_order_fallback.h | 42 std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? partial_ordering::equivalent 47 -> decltype(std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? partial_ordering::equivalent 52 return std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? partial_ordering::equivalent
|
| H A D | weak_order.h | 48 } else if (__po == partial_ordering::equivalent) { in __go() 49 return weak_ordering::equivalent; in __go()
|
| H A D | synth_three_way.h | 46 return weak_ordering::equivalent;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | error_category.cpp | 29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept { in equivalent() function in error_category 33 bool error_category::equivalent(const error_code& code, int condition) const noexcept { in equivalent() function in error_category
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | error_category.h | 42 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 43 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
|
| H A D | error_code.h | 97 return __x.category().equivalent(__x.value(), __y) || __y.category().equivalent(__x, __y.value());
|
| /freebsd-14.2/contrib/bc/manuals/ |
| H A D | build.md | 373 Both commands are equivalent. 384 Both commands are equivalent. 395 Both commands are equivalent. 453 Both commands are equivalent. 474 Both commands are equivalent. 495 Both commands are equivalent. 533 Both commands are equivalent. 575 Both commands are equivalent. 594 Both commands are equivalent. 617 Both commands are equivalent. [all …]
|
| /freebsd-14.2/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-14.2/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, 54 // G_INTTOPTR - SelectionDAG has no equivalent. 55 // G_PTRTOINT - SelectionDAG has no equivalent. 57 // timm must not be materialized and therefore has no GlobalISel equivalent 194 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some 211 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
|
| /freebsd-14.2/contrib/libarchive/unzip/ |
| H A D | cmdline.c | 44 int equivalent; /* Equivalent short option. */ member 231 return (match->equivalent); in bsdunzip_getopt()
|
| /freebsd-14.2/contrib/libarchive/cat/ |
| H A D | cmdline.c | 44 int equivalent; /* Equivalent short option. */ member 266 return (match->equivalent); in bsdcat_getopt()
|
| /freebsd-14.2/contrib/googletest/.github/ISSUE_TEMPLATE/ |
| H A D | 00-bug_report.yml | 37 …description: Please include the output of `gcc -v` or `clang -v`, or the equivalent for your compi… 44 …e include the output of `bazel --version` or `cmake --version`, or the equivalent for your build s…
|
| /freebsd-14.2/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-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_get0_param.pod | 35 are equivalent to calling X509_VERIFY_PARAM_set_purpose() directly. 39 functions are equivalent to calling X509_VERIFY_PARAM_set_trust() directly.
|
| 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().
|
| /freebsd-14.2/contrib/libarchive/tar/ |
| H A D | cmdline.c | 45 int equivalent; /* Equivalent short option. */ member 404 return (match->equivalent); in bsdtar_getopt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | FileMatchTrie.h | 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_cts.txt | 79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full) 196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full) 260 # 32 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu… 287 # 64 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/dracut/ |
| H A D | README.md | 32 …`rootfstype=zfs` is equivalent to `root=zfs:AUTO`, `rootfstype=zfs root=pool/dataset` is equivalen…
|
| /freebsd-14.2/contrib/libarchive/cpio/ |
| H A D | cmdline.c | 42 int equivalent; /* Equivalent short option. */ member 262 return (match->equivalent); in cpio_getopt()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 68 static const partial_ordering equivalent; 92 static const weak_ordering equivalent; 119 static const strong_ordering equivalent;
|