Home
last modified time | relevance | path

Searched full:equivalent (Results 1 – 25 of 1834) sorted by relevance

12345678910>>...74

/freebsd/contrib/elftoolchain/nm/
H A Dnm.1175 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 Dod.165 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 DItaniumManglingCanonicalizer.h25 /// 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 Dng_ksocket.469 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 DASTImporter.h253 /// 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 Dsize.191 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 DRISCVInstrGISel.td20 // 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 Dbitset.9439 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:
H A Dfail.9120 This is equivalent to:
135 is the equivalent of
138 is the equivalent of
141 is the equivalent of
144 is the equivalent of
H A Dsocket.9228 function is equivalent to the
239 function is equivalent to the
270 function is equivalent to the
280 function is equivalent to the
286 function is equivalent to the
384 function is equivalent to the
428 function is equivalent to the
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h29 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 DCodeMoverUtils.h28 /// 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 Dfido2-token.1174 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 DCmpInstAnalysis.cpp89 // 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 Dordering.h57 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/usr.bin/clang/llvm-size/
H A Dllvm-size.150 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 DFileMatchTrie.cpp27 /// 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/contrib/bc/manuals/
H A Dbuild.md106 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/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.3125 is equivalent to
133 are respectively equivalent to
153 is equivalent to
160 are respectively equivalent to
170 is equivalent to
/freebsd/lib/libc/stdtime/
H A Dstrftime.3105 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/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp70 // 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/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h49 /// 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 D91-test_pkey_check.t56 "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/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd.pod59 Equivalent to B<SSL_OP_CIPHER_SERVER_PREFERENCE>. Only used by servers.
63 Allows servers to accept client-initiated renegotiation. Equivalent to
69 Permits the use of unsafe legacy renegotiation. Equivalent to setting
84 clients only. Equivalent to setting or clearing B<SSL_OP_LEGACY_SERVER_CONNECT>.
90 acceleration (e.g. mobile) is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.
100 Enables strict mode protocol handling. Equivalent to setting
260 required. Switching off anti-replay is equivalent to B<SSL_OP_NO_ANTI_REPLAY>.
480 to use for an incoming connection. Equivalent to
485 a mobile client is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.
495 Equivalent to B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION>.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CONF_cmd.3186 Equivalent to \fB\s-1SSL_OP_CIPHER_SERVER_PREFERENCE\s0\fR. Only used by servers.
189 Allows servers to accept client-initiated renegotiation. Equivalent to
194 Permits the use of unsafe legacy renegotiation. Equivalent to setting
206 clients only. Equivalent to setting or clearing \fB\s-1SSL_OP_LEGACY_SERVER_CONNECT\s0\fR.
211 acceleration (e.g. mobile) is in use. Equivalent to \fB\s-1SSL_OP_PRIORITIZE_CHACHA\s0\fR.
219 Enables strict mode protocol handling. Equivalent to setting
358 required. Switching off anti-replay is equivalent to \fB\s-1SSL_OP_NO_ANTI_REPLAY\s0\fR.
556 to use for an incoming connection. Equivalent to
561 a mobile client is in use. Equivalent to \fB\s-1SSL_OP_PRIORITIZE_CHACHA\s0\fR.
571 Equivalent to \fB\s-1SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION\s0\fR.
[all …]

12345678910>>...74