Home
last modified time | relevance | path

Searched refs:computation (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h110 LVComputationKind computation);
113 LVComputationKind computation);
117 LVComputationKind computation);
121 LVComputationKind computation);
125 LVComputationKind computation);
128 LVComputationKind computation,
132 LVComputationKind computation,
136 LVComputationKind computation);
139 LVComputationKind computation);
141 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
[all …]
H A DDecl.cpp160 static bool hasExplicitVisibilityAlready(LVComputationKind computation) { in hasExplicitVisibilityAlready() argument
161 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready()
241 LVComputationKind computation) { in getLVForType() argument
242 if (computation.IgnoreAllVisibility) in getLVForType()
251 const TemplateParameterList *Params, LVComputationKind computation) { in getLVForTemplateParameterList() argument
267 LV.merge(getLVForType(*NTTP->getType(), computation)); in getLVForTemplateParameterList()
288 computation)); in getLVForTemplateParameterList()
296 TTP->getExpansionTemplateParameters(i), computation)); in getLVForTemplateParameterList()
321 LVComputationKind computation) { in getLVForTemplateArgumentList() argument
332 LV.merge(getLVForType(*Arg.getAsType(), computation)); in getLVForTemplateArgumentList()
[all …]
H A DAPValue.cpp1117 LVComputationKind computation) { in getLVForValue() argument
1125 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
1173 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1176 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()
1188 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1202 MergeLV(getLVForDecl(D, computation)); in getLVForValue()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod15 computation. The intention of this is to render brute forcing of passwords on
23 greater than zero. The amount of RAM that scrypt requires for its computation
28 computation time of less than 5 seconds on a 2.5 GHz Intel Core 2 Duo are N =
30 this computation is roughly 1 GiB. On a more recent CPU (Intel i7-5930K at 3.5
31 GHz), this computation takes about 3 seconds. When N, r or p are not specified,
H A DEVP_KDF-ARGON2.pod15 computation. The intention of this is to render brute forcing of passwords on
91 early during initial hash computation, as soon as they are not needed.
H A Dprovider-mac.pod121 OSSL_FUNC_mac_update() is called to supply data for MAC computation of a previously
127 OSSL_FUNC_mac_final() completes the MAC computation started through previous
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod75 for actual computation. HMAC uses a digest, and CMAC uses a cipher.
77 the MAC algorithm itself and one for the underlying computation
82 "underlying context", or "computation context", which is to denote the
83 context for the underlying computation algorithm if there is one.
90 as well as a reference to a computation context, for those MACs that
91 rely on an underlying computation algorithm.
136 but only if I<outsize> is sufficient (otherwise no computation is made).
160 EVP_MAC_final() does the final computation and stores the result in
163 If I<out> is NULL or I<outsize> is too small, then no computation
170 EVP_MAC_finalXOF() does the final computation for an XOF based MAC and stores
[all …]
H A DCMS_final.pod18 operations necessary on B<cms> (digest computation for example) and set the
37 computation from the original message being trusted.
H A DDSA_sign.pod39 (pre-)computation.
H A DCMAC_CTX.pod51 Alternatively, for a single-step MAC computation, use the L<EVP_Q_mac(3)>
H A DSSL_CTX_set_mode.pod113 Older versions of OpenSSL had a bug in the computation of the label length
H A DECDSA_sign.pod73 during signature computation. Most applications will never need to call these
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.inc21 "If true, we resume resume the computation from the original "
26 "If true, a suppression will also resume the computation from the FT"
/freebsd/contrib/ntp/clockstuff/
H A DREADME15 this for WWV/H and CHU. Don't use it for WWVB (the computation
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dlog_abs.sollya28 // relative error computation fails if f(0)==0
H A Dlog2_abs.sollya34 //// relative error computation fails if f(0)==0
H A Dtanf.sollya27 // Setup precisions (display and computation)
/freebsd/crypto/openssl/doc/designs/
H A DML-KEM.md55 If we wanted to do *just-in-time* matrix computation for decapsulation, we'd
143 functions fails, in that case all hope of constant-time computation is
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c215 policy.computation = (uint32_t)(5 * clock2abs); // 5 ms of work in move_pthread_to_realtime_scheduling_class()
/freebsd/contrib/libevent/test/
H A Dregress_main.c215 policy.computation = (uint32_t)(5 * clock2abs); // 5 ms of work in move_pthread_to_realtime_scheduling_class()
/freebsd/contrib/gdtoa/
H A Dchanges224 computation of the shortest decimal string that rounds to the
297 computation (and sometimes slower conversions in dtoa and strtod,
411 gdtoa.tgz: many files: add automatic computation of gd_qnan.h for
453 preceding computation of j.
663 omit the quick computation that would use ordinary arithmetic to
667 (and thus retain the quick computation when it is appropriate).
/freebsd/sys/netinet/libalias/
H A DHISTORY36 - Switched to differential checksum computation
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors38 computation can be slow and inaccurate but has to be correct for conformance
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREPORT.md87 - Timeout computation code which involves merging and comparing different
213 - Timeout computation code which involves merging and comparing different
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td380 // computation. For example, STIPredicateFunction `isDependencyBreaking()`
381 // delegates to `isZeroIdiom()` part of its computation.

1234