| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Linkage.h | 107 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 D | Decl.cpp | 160 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready() 241 if (computation.IgnoreAllVisibility) in getLVForType() 337 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList() 390 LVComputationKind computation) { in mergeTemplateLV() argument 410 if (computation.IgnoreAllVisibility) in hasDirectVisibilityAttribute() 457 LVComputationKind computation) { in mergeTemplateLV() argument 733 computation.isValueVisibility() in getLVForNamespaceScopeDecl() 803 mergeTemplateLV(LV, spec, computation); in getLVForNamespaceScopeDecl() 1322 LV = getLVForDecl(FD, computation); in getLVForLocalDecl() 1334 computation.isValueVisibility() in getLVForLocalDecl() [all …]
|
| H A D | APValue.cpp | 1036 LVComputationKind computation) { in getLVForValue() argument 1044 return MergeLV(getLVForValue(V, computation)); in getLVForValue() 1092 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue() 1095 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue() 1107 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue() 1121 MergeLV(getLVForDecl(D, computation)); in getLVForValue()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | scrypt.pod | 12 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.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedule.td | 41 def WriteFALU16 : SchedWrite; // FP 16-bit computation 42 def WriteFALU32 : SchedWrite; // FP 32-bit computation 43 def WriteFALU64 : SchedWrite; // FP 64-bit computation 133 def ReadFALU16 : SchedRead; // FP 16-bit computation 134 def ReadFALU32 : SchedRead; // FP 32-bit computation 135 def ReadFALU64 : SchedRead; // FP 64-bit computation
|
| H A D | RISCVSchedSiFive7.td | 24 // and floating point computation.
|
| /freebsd-13.1/contrib/ntp/clockstuff/ |
| H A D | README | 15 this for WWV/H and CHU. Don't use it for WWVB (the computation
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | CMS_final.pod | 16 operations necessary on B<cms> (digest computation for example) and set the
|
| H A D | DSA_sign.pod | 31 (pre-)computation.
|
| H A D | SSL_CTX_set_mode.pod | 110 Older versions of OpenSSL had a bug in the computation of the label length
|
| H A D | ECDSA_SIG_new.pod | 95 during signature computation. Most applications will never need to call these
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | leap-seconds.list | 174 # computation. 246 # computed. Note that the hash computation 253 # computation.
|
| /freebsd-13.1/usr.sbin/ntp/ntpd/ |
| H A D | leap-seconds | 174 # computation. 246 # computed. Note that the hash computation 253 # computation.
|
| /freebsd-13.1/contrib/gdtoa/ |
| H A D | changes | 224 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.1/sys/netinet/libalias/ |
| H A D | HISTORY | 37 - Switched to differential checksum computation
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 340 // computation. For example, STIPredicateFunction `isDependencyBreaking()` 341 // delegates to `isZeroIdiom()` part of its computation.
|
| /freebsd-13.1/usr.sbin/bsnmpd/bsnmpd/ |
| H A D | snmpd.config | 327 # the automatic computation is wrong (which may be the case if an interface
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMPredicates.td | 199 // But only select them if more precision in FP computation is allowed, and when
|
| H A D | ARM.td | 187 // Fast computation of non-negative address offsets 189 "Enable fast computation of "
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrGISel.td | 21 // computation.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | atmel-nand.txt | 153 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values
|
| /freebsd-13.1/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.t0 | 488 \ 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.1/contrib/byacc/ |
| H A D | README.BTYACC | 59 - text position computation and propagation, 74 helps you in automating the text position computation
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 147 "Requires two constant Newton-Raphson computation">;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 134 // NB: Using half-width iterations increases computation errors due to
|