Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-14.2/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h57 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 Dcommon_comparison_category.h63 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 Dcompare_weak_order_fallback.h42 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 Dcompare_partial_order_fallback.h42 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 Dweak_order.h48 } else if (__po == partial_ordering::equivalent) { in __go()
49 return weak_ordering::equivalent; in __go()
H A Dsynth_three_way.h46 return weak_ordering::equivalent;
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/src/
H A Derror_category.cpp29 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 Derror_category.h42 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 Derror_code.h97 return __x.category().equivalent(__x.value(), __y) || __y.category().equivalent(__x, __y.value());
/freebsd-14.2/contrib/bc/manuals/
H A Dbuild.md373 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 Dinside-secure-safexcel.txt21 - "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 DSelectionDAGCompat.td19 // 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 Dcmdline.c44 int equivalent; /* Equivalent short option. */ member
231 return (match->equivalent); in bsdunzip_getopt()
/freebsd-14.2/contrib/libarchive/cat/
H A Dcmdline.c44 int equivalent; /* Equivalent short option. */ member
266 return (match->equivalent); in bsdcat_getopt()
/freebsd-14.2/contrib/googletest/.github/ISSUE_TEMPLATE/
H A D00-bug_report.yml37 …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 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-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_get0_param.pod35 are equivalent to calling X509_VERIFY_PARAM_set_purpose() directly.
39 functions are equivalent to calling X509_VERIFY_PARAM_set_trust() directly.
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().
/freebsd-14.2/contrib/libarchive/tar/
H A Dcmdline.c45 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 DFileMatchTrie.h29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt79 # 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 DREADME.md32 …`rootfstype=zfs` is equivalent to `root=zfs:AUTO`, `rootfstype=zfs root=pool/dataset` is equivalen…
/freebsd-14.2/contrib/libarchive/cpio/
H A Dcmdline.c42 int equivalent; /* Equivalent short option. */ member
262 return (match->equivalent); in cpio_getopt()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcompare68 static const partial_ordering equivalent;
92 static const weak_ordering equivalent;
119 static const strong_ordering equivalent;

12345678910>>...15