/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrGISel.td | 20 // Pseudo equivalent to a RISCVISD::FCLASS. 28 // Pseudo equivalent to a RISCVISD::READ_VLENB. 36 // Pseudo equivalent to a RISCVISD::VMCLR_VL 44 // Pseudo equivalent to a RISCVISD::VMSET_VL 52 // Pseudo equivalent to a RISCVISD::SPLAT_VECTOR_SPLIT_I64_VL. There is no 53 // record to mark as equivalent to using GINodeEquiv because it gets lowered
|
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | ordering.h | 57 static const partial_ordering equivalent; 115 inline constexpr partial_ordering partial_ordering::equivalent(_OrdResult::__equiv); 126 static const weak_ordering equivalent; 130 return __value_ == 0 ? partial_ordering::equivalent 186 inline constexpr weak_ordering weak_ordering::equivalent(_OrdResult::__equiv); 197 static const strong_ordering equivalent; 202 return __value_ == 0 ? partial_ordering::equivalent 207 return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less : weak_ordering::greater); 265 inline constexpr strong_ordering strong_ordering::equivalent(_OrdResult::__equiv); 68 static const partial_ordering equivalent; global() variable 147 static const weak_ordering equivalent; global() variable 232 static const strong_ordering equivalent; global() variable
|
H A D | common_comparison_category.h | 63 return partial_ordering::equivalent; 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 | 52 } else if (__po == partial_ordering::equivalent) { in __go() 53 return weak_ordering::equivalent; in __go()
|
/freebsd/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/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/contrib/bc/manuals/ |
H A D | build.md | 106 to the environment variable `HOSTCC` or `HOST_CC` (the two are equivalent, 120 (The two are equivalent, as `HOSTCC` and `HOST_CC` are.) `HOSTCFLAGS` is 373 Both commands are equivalent. 384 Both commands are equivalent. 395 Both commands are equivalent. 421 Those commands are all equivalent. 438 Those commands are all equivalent. 453 Both commands are equivalent. 474 Both commands are equivalent. 495 Both commands are equivalent. [all …]
|
/freebsd/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/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 207 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some 224 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
|
/freebsd/contrib/libarchive/unzip/ |
H A D | cmdline.c | 44 int equivalent; /* Equivalent short option. */ member 231 return (match->equivalent); in bsdunzip_getopt()
|
/freebsd/contrib/libarchive/cat/ |
H A D | cmdline.c | 44 int equivalent; /* Equivalent short option. */ member 266 return (match->equivalent); in bsdcat_getopt()
|
/freebsd/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/contrib/llvm-project/libcxx/src/ |
H A D | system_error.cpp | 51 error_category::equivalent(int code, const error_condition& condition) const noexcept equivalent() function in error_category 57 error_category::equivalent(const error_code& code, int condition) const noexcept equivalent() function in error_category
|
/freebsd/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 | 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.
|
/freebsd/contrib/libarchive/tar/ |
H A D | cmdline.c | 45 int equivalent; /* Equivalent short option. */ member 404 return (match->equivalent); in bsdtar_getopt()
|
/freebsd/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/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/contrib/libarchive/cpio/ |
H A D | cmdline.c | 42 int equivalent; /* Equivalent short option. */ member 262 return (match->equivalent); in cpio_getopt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | FileMatchTrie.h | 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
|
/freebsd/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;
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | ramoops.txt | 50 not specified, it is equivalent to mem_type = 1 and uses unbuffered mappings 62 max_reason is not specified, it is equivalent to max_reason = 1
|