/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.1 | 175 Equivalent to specifying option 178 Equivalent to specifying option 181 Equivalent to specifying option 184 Equivalent to specifying option 187 Equivalent to specifying option 190 Equivalent to specifying option 193 Equivalent to specifying option 196 Equivalent to specifying option 199 Equivalent to specifying option 206 Equivalent to specifying option [all …]
|
/freebsd/usr.bin/hexdump/ |
H A D | od.1 | 65 Equivalent to 69 Equivalent to 73 Equivalent to 77 Equivalent to 81 Equivalent to 85 Equivalent to 89 Equivalent to 93 Equivalent to 97 Equivalent to 101 Equivalent to [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.h | 25 /// This class allows specifying a list of "equivalent" manglings. For example, 26 /// you can specify that Ss is equivalent to 29 /// considered equivalent to manglings that are the same except that they refer 45 /// Both the equivalent manglings have already been used as components of 50 /// The first equivalent mangling is invalid. 53 /// The second equivalent mangling is invalid. 74 /// same for all equivalent manglings, and different for any two 75 /// non-equivalent manglings, but is otherwise unspecified.
|
/freebsd/share/man/man4/ |
H A D | ng_ksocket.4 | 69 equivalent to opening the associated socket. 83 are the decimal equivalent of the same arguments to 89 is a more readable but equivalent version of 134 Equivalent to the 150 Equivalent to the 157 Equivalent to the 164 Equivalent to the 169 Equivalent to the 183 equivalent of the C structure
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 253 /// Declaration (from, to) pairs that are known not to be equivalent 322 /// \returns The equivalent type in the "to" context, or the import error. 328 /// \returns The equivalent type in the "to" context, or the import error. 334 /// \returns The equivalent type source information in the "to" 341 /// \returns The equivalent attribute in the "to" context, or the import 348 /// \returns The equivalent declaration in the "to" context, or the import 384 /// \returns the equivalent declaration context in the "to" 391 /// \returns The equivalent expression in the "to" context, or the import 398 /// \returns The equivalent statement in the "to" context, or the import 405 /// \returns The equivalent nested-name-specifier in the "to" [all …]
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.1 | 91 Equivalent to specifying option 94 Equivalent to specifying option 97 Equivalent to specifying option 100 Equivalent to specifying option 103 Equivalent to specifying option 106 Equivalent to specifying option 109 Equivalent to specifying option 112 Equivalent to specifying option
|
/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/share/man/man9/ |
H A D | bitset.9 | 439 equivalent of the scalar: 463 equivalent of the scalar: 478 equivalent of the scalar: 493 equivalent of the scalar: 508 equivalent of the scalar: 526 equivalent of the scalar: 541 equivalent of the scalar: 556 equivalent of the scalar: 571 equivalent of the scalar: 586 equivalent of the scalar:
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | FileMatchTrie.h | 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0; 50 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might 52 /// equivalent to the input file. Three cases are distinguished: 53 /// 0 equivalent files: Continue with the next suffix length. 54 /// 1 equivalent file: Best match found, return it. 55 /// >1 equivalent files: Match is ambiguous, return error. 72 /// Returns file name stored in this trie that is equivalent to 'FileName'
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeMoverUtils.h | 28 /// Return true if \p I0 and \p I1 are control flow equivalent. 29 /// Two instructions are control flow equivalent if their basic blocks are 30 /// control flow equivalent. 35 /// Return true if \p BB0 and \p BB1 are control flow equivalent. 36 /// Two basic blocks are control flow equivalent if when one executes, the other 70 /// equivalent but they do not strictly dominate and post-dominate each
|
/freebsd/contrib/libfido2/man/ |
H A D | fido2-token.1 | 174 A PIN or equivalent user-verification gesture is required. 191 A PIN or equivalent user-verification gesture is required. 218 A PIN or equivalent user-verification gesture is required. 237 A PIN or equivalent user-verification gesture is required. 264 A PIN or equivalent user-verification gesture is required. 304 A PIN or equivalent user-verification gesture is required. 323 A PIN or equivalent user-verification gesture is required. 342 A PIN or equivalent user-verification gesture is required.
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 89 // X < 0 is equivalent to (X & SignMask) != 0. in decomposeBitTestICmp() 96 // X <= -1 is equivalent to (X & SignMask) != 0. in decomposeBitTestICmp() 103 // X > -1 is equivalent to (X & SignMask) == 0. in decomposeBitTestICmp() 110 // X >= 0 is equivalent to (X & SignMask) == 0. in decomposeBitTestICmp() 117 // X <u 2^n is equivalent to (X & ~(2^n-1)) == 0. in decomposeBitTestICmp() 124 // X <=u 2^n-1 is equivalent to (X & ~(2^n-1)) == 0. in decomposeBitTestICmp() 131 // X >u 2^n-1 is equivalent to (X & ~(2^n-1)) != 0. in decomposeBitTestICmp() 138 // X >=u 2^n is equivalent to (X & ~(2^n-1)) != 0. in decomposeBitTestICmp()
|
/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
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CONF_cmd.3 | 113 Equivalent to \fBSSL_OP_CIPHER_SERVER_PREFERENCE\fR. Only used by servers. 116 Allows servers to accept client-initiated renegotiation. Equivalent to 121 Permits the use of unsafe legacy renegotiation. Equivalent to setting 133 clients only. Equivalent to setting or clearing \fBSSL_OP_LEGACY_SERVER_CONNECT\fR. 138 acceleration (e.g. mobile) is in use. Equivalent to \fBSSL_OP_PRIORITIZE_CHACHA\fR. 148 Equivalent to \fBSSL_OP_PREFER_NO_DHE_KEX\fR. Only used by servers. 151 Enables strict mode protocol handling. Equivalent to setting 235 the enriched syntax is ultimately equivalent to just a simple ordered list of 350 required. Switching off anti-replay is equivalent to \fBSSL_OP_NO_ANTI_REPLAY\fR. 487 the enriched syntax is ultimately equivalent to just a simple ordered list of [all …]
|
/freebsd/usr.bin/clang/llvm-size/ |
H A D | llvm-size.1 | 50 Equivalent to \fI\%\-\-format\fP with a value of \fBsysv\fP\&. 60 Equivalent to \fI\%\-\-format\fP with a value of \fBberkeley\fP\&. 72 Equivalent to \fI\%\-\-radix\fP with a value of \fB10\fP\&. 184 Equivalent to \fI\%\-\-format\fP with a value of \fBdarwin\fP\&. 189 Equivalent to \fI\%\-\-radix\fP with a value of \fB8\fP\&. 250 Equivalent to \fI\%\-\-radix\fP with a value of \fB16\fP\&.
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 27 /// Default \c PathComparator using \c llvm::sys::fs::equivalent(). 29 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function 30 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent() 95 /// whether the stored path is equivalent to 'p'. If yes, the best match is 101 /// equivalent, continue with the parent node as if 'n' didn't exist. If one 102 /// is equivalent, the best match is found. Otherwise, report and ambigiuity 114 Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent() 140 if (Comparator.equivalent(Child, FileName)) { in findEquivalent()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_cmd.pod | 62 Equivalent to B<SSL_OP_CIPHER_SERVER_PREFERENCE>. Only used by servers. 66 Allows servers to accept client-initiated renegotiation. Equivalent to 72 Permits the use of unsafe legacy renegotiation. Equivalent to setting 87 clients only. Equivalent to setting or clearing B<SSL_OP_LEGACY_SERVER_CONNECT>. 93 acceleration (e.g. mobile) is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>. 105 Equivalent to B<SSL_OP_PREFER_NO_DHE_KEX>. Only used by servers. 109 Enables strict mode protocol handling. Equivalent to setting 194 the enriched syntax is ultimately equivalent to just a simple ordered list of 329 required. Switching off anti-replay is equivalent to B<SSL_OP_NO_ANTI_REPLAY>. 481 the enriched syntax is ultimately equivalent to just a simple ordered list of [all …]
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 109 to the environment variable `HOSTCC` or `HOST_CC` (the two are equivalent, 123 (The two are equivalent, as `HOSTCC` and `HOST_CC` are.) `HOSTCFLAGS` is 376 Both commands are equivalent. 387 Both commands are equivalent. 398 Both commands are equivalent. 424 Those commands are all equivalent. 441 Those commands are all equivalent. 456 Both commands are equivalent. 477 Both commands are equivalent. 498 Both commands are equivalent. [all …]
|
/freebsd/contrib/lyaml/lib/lyaml/ |
H A D | implicit.lua | 90 --- Parse a boolean token to the equivalent value. 104 -- @treturn[1] int integer equivalent, if a valid token was recognized 124 -- @treturn[1] int integer equivalent, if a valid token was recognized 144 -- @treturn[1] int integer equivalent, if a valid token was recognized 164 -- @treturn[1] int integer equivalent, if a valid token was recognized 183 -- @treturn[1] int integer equivalent, if a valid token was recognized 235 -- @treturn[1] number float equivalent, if a valid token was recognized 249 -- @treturn[1] number float equivalent, if a valid token was recognized
|
H A D | explicit.lua | 41 -- @treturn[1] bool boolean equivalent, if a valid value was recognized 50 --- Return a function that converts integer results to equivalent float. 67 -- @treturn[1] number float equivalent, if a valid value was recognized 85 -- @treturn[1] int integer equivalent, if a valid value was recognized
|
/freebsd/lib/libc/stdtime/ |
H A D | strftime.3 | 105 is equivalent to 125 is equivalent to 166 is equivalent to 169 is equivalent to 177 is equivalent to 194 is equivalent to
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.h | 49 /// An oracle for answering whether two values are equivalent as 74 /// equivalent as operands. Without an oracle, global values are 75 /// considered equivalent as operands precisely when they have the 81 /// Determines whether two global values are equivalent.
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 91-test_pkey_check.t | 56 "ec_p256_bad_0.pem", # `k` set to `n` (equivalent to `0 mod n`, invalid) 57 "ec_p256_bad_1.pem", # `k` set to `n+1` (equivalent to `1 mod n`, invalid) 63 "sm2_bad_0.pem", # `k` set to `n` (equivalent to `0 mod n`, invalid) 64 "sm2_bad_1.pem", # `k` set to `n+1` (equivalent to `1 mod n`, invalid)
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 70 // Simplification made the clause empty, which is equivalent to `false`. in addClause() 188 // `X <=> (A ^ A)` is equivalent to `(!X v A) ^ (X v !A)` which is in buildCNF() 194 // `X <=> (A ^ B)` is equivalent to `(!X v A) ^ (!X v B) ^ (X v !A v in buildCNF() 208 // `X <=> (A v A)` is equivalent to `(!X v A) ^ (X v !A)` which is in buildCNF() 214 // `X <=> (A v B)` is equivalent to `(!X v A v B) ^ (X v !A) ^ (X v in buildCNF() 226 // `X <=> !Y` is equivalent to `(!X v !Y) ^ (X v Y)` which is in buildCNF() 237 // `X <=> (A => B)` is equivalent to in buildCNF() 251 // `X <=> (A <=> A)` is equivalent to `X` which is already in in buildCNF() 259 // `X <=> (A <=> B)` is equivalent to in buildCNF()
|
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
H A D | ucdata.man | 293 already upper case or has no upper case equivalent. 294 Otherwise the upper case equivalent is returned. 298 already lower case or has no lower case equivalent. 299 Otherwise the lower case equivalent is returned. 303 already title case or has no title case equivalent. 304 Otherwise the title case equivalent is returned.
|