| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | ParallelSnippetGenerator.cpp | 161 CodeTemplate CT; in generateCodeTemplates() local 162 CT.ScratchSpacePointerInReg = in generateCodeTemplates() 169 CT.Info = "instruction is parallel, repeating a random one."; in generateCodeTemplates() 170 CT.Instructions.push_back(std::move(Variant)); in generateCodeTemplates() 171 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates() 172 return getSingleton(std::move(CT)); in generateCodeTemplates() 175 CT.Info = "instruction is serial, repeating a random one."; in generateCodeTemplates() 176 CT.Instructions.push_back(std::move(Variant)); in generateCodeTemplates() 177 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates() 178 return getSingleton(std::move(CT)); in generateCodeTemplates() [all …]
|
| H A D | SerialSnippetGenerator.cpp | 103 CodeTemplate CT; in appendCodeTemplates() local 104 CT.Execution = ExecutionModeBit; in appendCodeTemplates() 105 CT.Info = std::string(ExecutionClassDescription); in appendCodeTemplates() 106 CT.Instructions.push_back(std::move(Variant)); in appendCodeTemplates() 107 CodeTemplates.push_back(std::move(CT)); in appendCodeTemplates() 125 CodeTemplate CT; in appendCodeTemplates() local 126 CT.Execution = ExecutionModeBit; in appendCodeTemplates() 127 CT.Info = std::string(ExecutionClassDescription); in appendCodeTemplates() 128 CT.Instructions.push_back(std::move(Variant)); in appendCodeTemplates() 129 CodeTemplates.push_back(std::move(CT)); in appendCodeTemplates() [all …]
|
| H A D | SnippetGenerator.cpp | 27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() argument 29 Result.push_back(std::move(CT)); in getSingleton() 73 for (CodeTemplate &CT : Templates) { in generateConfigurations() 77 BC.Info = CT.Info; in generateConfigurations() 78 for (InstructionTemplate &IT : CT.Instructions) { in generateConfigurations() 83 if (CT.ScratchSpacePointerInReg) in generateConfigurations() 84 BC.LiveIns.push_back(CT.ScratchSpacePointerInReg); in generateConfigurations() 86 computeRegisterInitialValues(CT.Instructions); in generateConfigurations() 87 BC.Key.Config = CT.Config; in generateConfigurations() 150 CodeTemplate &CT = Result.back(); in generateSelfAliasingCodeTemplates() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 162 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() local 164 return CT; in MakeCXType() 169 static inline QualType GetQualType(CXType CT) { in GetQualType() argument 170 return QualType::getFromOpaquePtr(CT.data[0]); in GetQualType() 173 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU() argument 174 return static_cast<CXTranslationUnit>(CT.data[1]); in GetTU() 291 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling() argument 292 QualType T = GetQualType(CT); in clang_getTypeSpelling() 296 CXTranslationUnit TU = GetTU(CT); in clang_getTypeSpelling() 389 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 1058 CanThrowResult CT = CT_Cannot; in canVarDeclThrow() local 1063 CT = mergeCanThrow(CT, Self.canThrow(Init)); in canVarDeclThrow() 1070 CT = mergeCanThrow( in canVarDeclThrow() 1071 CT, Sema::canCalleeThrow(Self, nullptr, Dtor, VD->getLocation())); in canVarDeclThrow() 1080 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow() 1082 return CT; in canVarDeclThrow() 1138 CanThrowResult CT = canDynamicCastThrow(CE); in canThrow() local 1139 if (CT == CT_Can) in canThrow() 1140 return CT; in canThrow() 1141 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid128_quantize.c | 29 UINT256 CT; 152 __mul_128x128_to_256 (CT, CX, reciprocals10_128[extra_digits]); 156 CX2.w[0] = CT.w[2]; 157 CX2.w[1] = CT.w[3]; 182 && (CT.w[1] < reciprocals10_128[extra_digits].w[1] 183 || (CT.w[1] == reciprocals10_128[extra_digits].w[1] 184 && CT.w[0] < reciprocals10_128[extra_digits].w[0]))) { 207 && (CT.w[1] < reciprocals10_128[extra_digits].w[1] 208 || (CT.w[1] == reciprocals10_128[extra_digits].w[1] 209 && CT.w[0] < reciprocals10_128[extra_digits].w[0]))) [all …]
|
| H A D | bid_inline_add.h | 78 UINT128 CA, CT, CT_new; in get_add64() local 260 __mul_64x64_to_128 (CT, coefficient_a, in get_add64() 265 C64 = CT.w[1] >> amount; in get_add64() 323 __mul_64x64_to_128 (CT, coefficient_b, in get_add64() 328 C0_64 = CT.w[1] >> amount; in get_add64() 367 __mul_64x64_to_128 (CT, coefficient_b, in get_add64() 372 C0_64 = CT.w[1] >> amount; in get_add64() 400 CT = CT_new; in get_add64() 421 remainder_h = CT.w[1] << (64 - amount); in get_add64() 424 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { in get_add64() [all …]
|
| H A D | bid64_fma.c | 69 UINT128 P, PU, CT, CZ; local 395 __add_128_128 (CT, CZ, P); 397 (CT, power10_table_128[16 + extra_digits])) { 407 __sub_128_128 (CT, CZ, P); 408 if (((SINT64) CT.w[1]) < 0) { 410 CT.w[0] = 0 - CT.w[0]; 411 CT.w[1] = 0 - CT.w[1]; 412 if (CT.w[0]) 413 CT.w[1]--; 414 } else if(!(CT.w[1]|CT.w[0])) [all …]
|
| H A D | bid64_quantize.c | 45 UINT128 CT; local 148 __mul_64x64_to_128 (CT, coefficient_x, 153 C64 = CT.w[1] >> amount; 169 remainder_h = remainder_h & CT.w[1]; 172 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { 181 remainder_h = CT.w[1] << (64 - amount); 187 && (CT.w[0] < reciprocals10_64[extra_digits])) 192 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) 198 __add_carry_out (tmp, carry, CT.w[0],
|
| H A D | bid64_add.c | 122 UINT128 CA, CT, CT_new; local 403 __mul_64x64_to_128 (CT, coefficient_a, 408 C64 = CT.w[1] >> amount; 456 __mul_64x64_to_128 (CT, coefficient_b, 461 C0_64 = CT.w[1] >> amount; 495 __mul_64x64_to_128 (CT, coefficient_b, 500 C0_64 = CT.w[1] >> amount; 528 CT = CT_new; 549 remainder_h = CT.w[1] << (64 - amount); 552 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid128_quantize.c | 29 UINT256 CT; 152 __mul_128x128_to_256 (CT, CX, reciprocals10_128[extra_digits]); 156 CX2.w[0] = CT.w[2]; 157 CX2.w[1] = CT.w[3]; 182 && (CT.w[1] < reciprocals10_128[extra_digits].w[1] 183 || (CT.w[1] == reciprocals10_128[extra_digits].w[1] 184 && CT.w[0] < reciprocals10_128[extra_digits].w[0]))) { 207 && (CT.w[1] < reciprocals10_128[extra_digits].w[1] 208 || (CT.w[1] == reciprocals10_128[extra_digits].w[1] 209 && CT.w[0] < reciprocals10_128[extra_digits].w[0]))) [all …]
|
| H A D | bid_inline_add.h | 78 UINT128 CA, CT, CT_new; in get_add64() local 260 __mul_64x64_to_128 (CT, coefficient_a, in get_add64() 265 C64 = CT.w[1] >> amount; in get_add64() 323 __mul_64x64_to_128 (CT, coefficient_b, in get_add64() 328 C0_64 = CT.w[1] >> amount; in get_add64() 367 __mul_64x64_to_128 (CT, coefficient_b, in get_add64() 372 C0_64 = CT.w[1] >> amount; in get_add64() 400 CT = CT_new; in get_add64() 421 remainder_h = CT.w[1] << (64 - amount); in get_add64() 424 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { in get_add64() [all …]
|
| H A D | bid64_fma.c | 69 UINT128 P, PU, CT, CZ; local 395 __add_128_128 (CT, CZ, P); 397 (CT, power10_table_128[16 + extra_digits])) { 407 __sub_128_128 (CT, CZ, P); 408 if (((SINT64) CT.w[1]) < 0) { 410 CT.w[0] = 0 - CT.w[0]; 411 CT.w[1] = 0 - CT.w[1]; 412 if (CT.w[0]) 413 CT.w[1]--; 414 } else if(!(CT.w[1]|CT.w[0])) [all …]
|
| H A D | bid64_quantize.c | 45 UINT128 CT; local 148 __mul_64x64_to_128 (CT, coefficient_x, 153 C64 = CT.w[1] >> amount; 169 remainder_h = remainder_h & CT.w[1]; 172 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { 181 remainder_h = CT.w[1] << (64 - amount); 187 && (CT.w[0] < reciprocals10_64[extra_digits])) 192 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) 198 __add_carry_out (tmp, carry, CT.w[0],
|
| H A D | bid64_add.c | 122 UINT128 CA, CT, CT_new; local 403 __mul_64x64_to_128 (CT, coefficient_a, 408 C64 = CT.w[1] >> amount; 456 __mul_64x64_to_128 (CT, coefficient_b, 461 C0_64 = CT.w[1] >> amount; 495 __mul_64x64_to_128 (CT, coefficient_b, 500 C0_64 = CT.w[1] >> amount; 528 CT = CT_new; 549 remainder_h = CT.w[1] << (64 - amount); 552 if (!remainder_h && (CT.w[0] < reciprocals10_64[extra_digits])) { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 301 CatchableType CT; in dumpCXXData() local 302 CT.Flags = DataPtr[0]; in dumpCXXData() 303 CT.NonVirtualBaseAdjustmentOffset = DataPtr[2]; in dumpCXXData() 304 CT.VirtualBasePointerOffset = DataPtr[3]; in dumpCXXData() 305 CT.VirtualBaseAdjustmentOffset = DataPtr[4]; in dumpCXXData() 306 CT.Size = DataPtr[5]; in dumpCXXData() 307 StringRef *I = std::begin(CT.Symbols), *E = std::end(CT.Symbols); in dumpCXXData() 309 CTs[SymName] = CT; in dumpCXXData() 436 const CatchableType &CT = CTPair.second; in dumpCXXData() local 439 << "]: " << (CT.Flags & Flag ? "true" : "false") << '\n'; in dumpCXXData() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | canthrow.d | 38 enum CT : BE enum 63 CT result; in canThrow() 84 result |= CT.exception; in canThrow() 153 result |= CT.exception; in canThrow() 211 assert((res & ~(CT.exception | CT.error)) == 0); in canThrow() 230 private CT Dsymbol_canThrow(Dsymbol s, FuncDeclaration func, bool mustNotThrow) in Dsymbol_canThrow() 232 CT result; in Dsymbol_canThrow()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | ct.pod | 13 This library implements Certificate Transparency (CT) verification for TLS 15 that a certificate has been publicly logged in a set of CT logs. 20 This library can also be used to parse and examine CT data structures, such as 21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are 26 - loading a CT log list from a CONF file.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | ct.pod | 13 This library implements Certificate Transparency (CT) verification for TLS 15 that a certificate has been publicly logged in a set of CT logs. 20 This library can also be used to parse and examine CT data structures, such as 21 Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are 26 - loading a CT log list from a CONF file.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ct.h.in | 77 * CT policy evaluation context functions * 118 /* Gets the CT logs that are trusted sources of SCTs */ 228 * For CT v1, this will be either NID_sha256WithRSAEncryption or 235 * For CT v1, this should be either NID_sha256WithRSAEncryption or 301 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came 310 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT 425 * CT log functions * 429 * Creates a new CT log instance with the given |public_key| and |name| and 466 * Deletes a CT log instance and its fields. 470 /* Gets the name of the CT log */ [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | CTLOG_STORE_new.pod | 25 CTLOG_STORE_new() creates an empty list of CT logs. This is then populated 31 Both of these functions append any loaded CT logs to the CTLOG_STORE. 51 If there are any invalid CT logs in a file, they are skipped and the remaining 52 valid logs will still be added to the CTLOG_STORE. A CT log will be considered 58 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 18 (CT) logs from the default file location, "ct_log_list.cnf", found in the 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path. 26 These functions will not clear the existing CT log list - it will be appended
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | serverinfo2.pem | 1 -----BEGIN SERVERINFOV2 FOR CT----- 8 -----END SERVERINFOV2 FOR CT-----
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | serverinfo2.pem | 1 -----BEGIN SERVERINFOV2 FOR CT----- 8 -----END SERVERINFOV2 FOR CT-----
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_ctlog_list_file.pod | 18 (CT) logs from the default file location, "ct_log_list.cnf", found in the 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path. 26 These functions will not clear the existing CT log list - it will be appended
|