Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDLinkage.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 …]
HDDecl.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 …]
HDAPValue.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-13-stable/crypto/openssl/doc/man7/
HDscrypt.pod12 computation. The intention of this is to render brute forcing of passwords on
20 greater than zero. The amount of RAM that scrypt requires for its computation
25 computation time of less than 5 seconds on a 2.5 GHz Intel Core 2 Duo are N =
27 this computation is roughly 1 GiB. On a more recent CPU (Intel i7-5930K at 3.5
28 GHz), this computation takes about 3 seconds. When N, r or p are not specified,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/nsan/
HDnsan_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-13-stable/contrib/ntp/clockstuff/
HDREADME15 this for WWV/H and CHU. Don't use it for WWVB (the computation
/freebsd-13-stable/crypto/openssl/doc/man3/
HDCMS_final.pod16 operations necessary on B<cms> (digest computation for example) and set the
HDDSA_sign.pod31 (pre-)computation.
HDSSL_CTX_set_mode.pod110 Older versions of OpenSSL had a bug in the computation of the label length
HDECDSA_SIG_new.pod95 during signature computation. Most applications will never need to call these
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress_main.c215 policy.computation = (uint32_t)(5 * clock2abs); // 5 ms of work in move_pthread_to_realtime_scheduling_class()
/freebsd-13-stable/contrib/libevent/test/
HDregress_main.c215 policy.computation = (uint32_t)(5 * clock2abs); // 5 ms of work in move_pthread_to_realtime_scheduling_class()
/freebsd-13-stable/contrib/gdtoa/
HDchanges224 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-13-stable/sys/netinet/libalias/
HDHISTORY36 - Switched to differential checksum computation
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetInstrPredicate.td380 // computation. For example, STIPredicateFunction `isDependencyBreaking()`
381 // delegates to `isZeroIdiom()` part of its computation.
/freebsd-13-stable/usr.sbin/bsnmpd/bsnmpd/
HDsnmpd.config326 # the automatic computation is wrong (which may be the case if an interface
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFeatures.td209 // Fast computation of non-negative address offsets.
210 // True if processor does positive address offset computation faster.
212 "Enable fast computation of "
HDARMPredicates.td203 // But only select them if more precision in FP computation is allowed, and when
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mtd/
HDatmel-nand.txt153 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values
/freebsd-13-stable/contrib/bearssl/src/x509/
HDx509_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
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrPredicates.td40 // destination register receiving the result of the computation and all other
/freebsd-13-stable/contrib/byacc/
HDREADME.BTYACC59 - text position computation and propagation,
74 helps you in automating the text position computation
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDfp_div_impl.inc134 // NB: Using half-width iterations increases computation errors due to
/freebsd-13-stable/usr.sbin/ppp/
HDREADME.nat322 - Switched to differential checksum computation
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrGISel.td21 // computation.

123