Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h107 LVComputationKind computation);
110 LVComputationKind computation);
114 LVComputationKind computation);
118 LVComputationKind computation);
122 LVComputationKind computation);
125 LVComputationKind computation,
129 LVComputationKind computation,
133 LVComputationKind computation);
136 LVComputationKind computation);
138 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
[all …]
H A DDecl.cpp161 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready()
242 if (computation.IgnoreAllVisibility) in getLVForType()
338 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
395 LVComputationKind computation) { in mergeTemplateLV() argument
421 if (computation.IgnoreAllVisibility) in hasDirectVisibilityAttribute()
468 LVComputationKind computation) { in mergeTemplateLV() argument
716 computation.isValueVisibility() in getLVForNamespaceScopeDecl()
787 mergeTemplateLV(LV, spec, computation); in getLVForNamespaceScopeDecl()
1424 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1436 computation.isValueVisibility() in getLVForLocalDecl()
[all …]
H A DAPValue.cpp1113 LVComputationKind computation) { in getLVForValue() argument
1121 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
1169 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1172 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()
1184 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1198 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 Dprovider-mac.pod115 OSSL_FUNC_mac_update() is called to supply data for MAC computation of a previously
121 OSSL_FUNC_mac_final() completes the MAC computation started through previous
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod74 for actual computation. HMAC uses a digest, and CMAC uses a cipher.
76 the MAC algorithm itself and one for the underlying computation
81 "underlying context", or "computation context", which is to denote the
82 context for the underlying computation algorithm if there is one.
89 as well as a reference to a computation context, for those MACs that
90 rely on an underlying computation algorithm.
156 EVP_MAC_final() does the final computation and stores the result in
159 If I<out> is NULL or I<outsize> is too small, then no computation
257 For MACs that use an underlying computation algorithm, the algorithm
300 For MAC implementations that use an underlying computation cipher or
[all …]
H A DCMS_final.pod16 operations necessary on B<cms> (digest computation for example) and set the
H A DDSA_sign.pod39 (pre-)computation.
H A DSSL_CTX_set_mode.pod110 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/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
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya27 // Setup precisions (display and computation)
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds174 # computation.
246 # computed. Note that the hash computation
253 # computation.
/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/arm-optimized-routines/math/
H A DREADME.contributors37 computation can be slow and inaccurate but has to be correct for conformance
/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/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td380 // computation. For example, STIPredicateFunction `isDependencyBreaking()`
381 // delegates to `isZeroIdiom()` part of its computation.
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config326 # the automatic computation is wrong (which may be the case if an interface
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Datmel-nand.txt151 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td203 // But only select them if more precision in FP computation is allowed, and when
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t0488 \ Start TBS hash computation. The hash functions are reinitialised.
494 \ Stop TBS hash computation.
499 \ Start DN hash computation.
505 \ Terminate DN hash computation and write the DN hash into the

1234