/netbsd-src/external/apache2/llvm/dist/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 | 159 static bool hasExplicitVisibilityAlready(LVComputationKind computation) { in hasExplicitVisibilityAlready() argument 160 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready() 240 LVComputationKind computation) { in getLVForType() argument 241 if (computation.IgnoreAllVisibility) in getLVForType() 250 const TemplateParameterList *Params, LVComputationKind computation) { in getLVForTemplateParameterList() argument 266 LV.merge(getLVForType(*NTTP->getType(), computation)); in getLVForTemplateParameterList() 287 computation)); in getLVForTemplateParameterList() 295 TTP->getExpansionTemplateParameters(i), computation)); in getLVForTemplateParameterList() 320 LVComputationKind computation) { in getLVForTemplateArgumentList() argument 331 LV.merge(getLVForType(*Arg.getAsType(), computation)); in getLVForTemplateArgumentList() [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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 15 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 D | provider-mac.pod | 115 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
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_MAC.pod | 74 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. 135 but only if I<outsize> is sufficient (otherwise no computation is made). 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 166 EVP_MAC_finalXOF() does the final computation for an XOF based MAC and stores [all …]
|
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 | 39 (pre-)computation.
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GetElementPtr.rst | 62 computation. The second operand to the GEP instruction must be a value of a 132 result in the computation of addresses that point to memory past the end of the 180 only involved in the computation of addresses. For example, consider this: 224 are different (0 and 1), therefore the address computation diverges with that 293 However, for the underlying integer computation implied, there is no 300 You don't. The integer computation implied by a GEP is target-independent. 347 valid to compute arbitrary element indices, as the computation only depends on 388 underlying integer computation. They need not correspond with the actual type of 403 The underlying integer computation is sufficiently defined; null has a defined 436 What happens if a GEP computation overflows? [all …]
|
/netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
H A D | disjunctive_domain.sc | 1 # Check that the size computation used for loop coalescing avoidance
|
/netbsd-src/external/bsd/ntp/dist/clockstuff/ |
H A D | README | 15 this for WWV/H and CHU. Don't use it for WWVB (the computation
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh4a.md | 173 ;; Single precision floating point computation FCMP/EQ, 195 ;; Double Precision floating point computation
|
H A D | sh4.md | 184 ;; double precision computation. We want the 'default' latency to reflect 371 ;; Single precision floating point computation FCMP/EQ, 405 ;; Double Precision floating point computation
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh4a.md | 173 ;; Single precision floating point computation FCMP/EQ, 195 ;; Double Precision floating point computation
|
H A D | sh4.md | 184 ;; double precision computation. We want the 'default' latency to reflect 371 ;; Single precision floating point computation FCMP/EQ, 405 ;; Double Precision floating point computation
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 159 result of a signed integer computation cannot be represented in its type. 162 lossy implicit conversions performed before the computation 168 the result of an unsigned integer computation cannot be represented in its 171 conversions performed before such a computation
|
/netbsd-src/external/gpl3/gdb/dist/sim/aarch64/ |
H A D | ChangeLog-2021 | 422 (do_vec_MOV_immediate): Fix computation of val. 469 (do_vec_SHL): Correct computation of shift amount. 471 shifts and computation of shift value. 538 (do_vec_load_store): Fix computation of sizeof_operation.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
H A D | jumpcall.md | 88 ;; The brabc/brabs patterns have been disabled because their length computation 96 ;; open-code the necessary length computation in the two affected patterns
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | README.TLS | 128 TLS offset computation. If such alternative entry points exist (currently
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_main.c | 220 policy.computation = (uint32_t)(5 * clock2abs); // 5 ms of work in move_pthread_to_realtime_scheduling_class()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | murmurhash.d | 586 Finalizes the computation of the hash and returns the computed value.
|