| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 50-win-onecore.conf | 34 "VC-WIN32-ONECORE" => { 35 inherit_from => [ "VC-WIN32" ], 43 "VC-WIN64A-ONECORE" => { 44 inherit_from => [ "VC-WIN64A" ], 53 # to locate vcvarsall.bat and act accordingly. VC-WIN32-ARM has 55 # but not VC-WIN64-ARM, no hardware... In other words they are not 66 "VC-WIN32-ARM" => { 67 inherit_from => [ "VC-noCE-common" ], 75 "VC-WIN64-ARM" => { 76 inherit_from => [ "VC-noCE-common" ] [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 50-win-onecore.conf | 34 "VC-WIN32-ONECORE" => { 35 inherit_from => [ "VC-WIN32" ], 44 "VC-WIN64A-ONECORE" => { 45 inherit_from => [ "VC-WIN64A" ], 54 # to locate vcvarsall.bat and act accordingly. VC-WIN32-ARM has 56 # but not VC-WIN64-ARM, no hardware... In other words they are not 67 "VC-WIN32-ARM" => { 68 inherit_from => [ "VC-noCE-common" ], 76 "VC-WIN64-ARM" => { 77 inherit_from => [ "VC-noCE-common" ] [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInfo.h | 33 VC = 0x8,
|
| ARCInstPrinter.cpp | 74 case ARCCC::VC: 75 return "vc";
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| ARMBaseInfo.h | 38 VC, // No overflow Not unordered 57 case VS: return VC; 58 case VC: return VS; 155 case ARMCC::VC: return "vc"; 178 .Case("vc", ARMCC::VC)
|
| /src/external/mit/libuv/dist/tools/ |
| vswhere_usability_wrapper.cmd | 17 set VSWHERE_REQ=-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 25 set "VCINSTALLDIR=%%i\VC\"
|
| /src/sys/crypto/blake2/ |
| blake2s.c | 60 #define BLAKE2S_G(VA, VB, VC, VD, X, Y) do \ 64 (VC) = (VC) + (VD); \ 65 (VB) = rotr32((VB) ^ (VC), 12); \ 68 (VC) = (VC) + (VD); \ 69 (VB) = rotr32((VB) ^ (VC), 7); \
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| SnippetGenerator.h | 177 for (ArrayRef<choice_type> VC : VariablesChoices) 178 VariablesState.emplace_back(VC);
|
| /src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
| buildbase.bat | 7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat 8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 90 to compile ASL source files. The output is sent to the VC output 112 "-vi" instructs the compiler to produce messages appropriate for VC. 120 automatically displayed by VC. Also, you can use F4 to step through
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| AsmMatcherEmitter.cpp | 1484 for (unsigned VC = 0; VC != VariantCount; ++VC) { 1485 Record *AsmVariant = Target.getAsmParserVariant(VC); 2805 for (unsigned VC = 0; VC != VariantCount; ++VC) { 2806 Record *AsmVariant = Target.getAsmParserVariant(VC); 3050 for (unsigned VC = 0; VC != VariantCount; ++VC) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| IRBuilder.h | 1560 if (auto *VC = dyn_cast<Constant>(V)) 1561 return Insert(Folder.CreateNeg(VC, HasNUW, HasNSW), Name); 1578 if (auto *VC = dyn_cast<Constant>(V)) 1579 return Insert(Folder.CreateFNeg(VC), Name); 1588 if (auto *VC = dyn_cast<Constant>(V)) 1589 return Insert(Folder.CreateFNeg(VC), Name); 1596 if (auto *VC = dyn_cast<Constant>(V)) 1597 return Insert(Folder.CreateNot(VC), Name); 1604 if (auto *VC = dyn_cast<Constant>(V)) 1605 return Insert(Folder.CreateUnOp(Opc, VC), Name) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ExprClassification.cpp | 669 Classification VC = Classify(Ctx); 670 switch (VC.getKind()) { 690 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); 691 switch (VC.getKind()) { 704 return VC.getModifiable() == Cl::CM_LValueCast ? 707 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind"); 708 switch (VC.getModifiable()) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| AArch64GlobalISelUtils.cpp | 125 CondCode = AArch64CC::VC;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| WholeProgramDevirt.cpp | 2086 for (const FunctionSummary::ConstVCall &VC : 2088 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { 2089 CallSlots[{MD, VC.VFunc.Offset}] 2090 .ConstCSInfo[VC.Args] 2094 for (const FunctionSummary::ConstVCall &VC : 2096 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) { 2097 CallSlots[{MD, VC.VFunc.Offset}] 2098 .ConstCSInfo[VC.Args] 2215 for (const FunctionSummary::ConstVCall &VC : 2217 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-graph.cpp | 401 StatType VT, StatType VC) { 431 if (VC != StatType::NONE) 434 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC)))
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| decode.h | 44 VC = 0x7, /* meaning V == 0 */
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| decode.h | 44 VC = 0x7, /* meaning V == 0 */
|
| /src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| install.bat | 18 SET VCTargets=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
| AArch64BaseInfo.h | 243 VC = 0x7, // No overflow Not unordered 272 case VC: return "vc"; 306 case VC: return 0; // V == 0
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCInstrInfo.cpp | 119 return ARCCC::VC; 120 case ARCCC::VC:
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| StdLibraryFunctionsChecker.cpp | 503 Summary &ArgConstraint(ValueConstraintPtr VC) { 504 assert(VC->getArgNo() != Ret && 506 ArgConstraints.push_back(VC); 581 const ValueConstraint *VC, const Summary &Summary, 587 VC->getName().data()) 595 for (ArgNo ArgN : VC->getArgsToTrack()) 599 R->addRange(Call.getArgSourceRange(VC->getArgNo())); 602 R->addNote(VC->describe(C.getState(), Summary), R->getLocation(), 603 Call.getArgSourceRange(VC->getArgNo()));
|
| /src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| FileCheck.cpp | 1399 VarCapture VC; 1400 VC.Name = VariableDef.first; 1401 StringRef Value = Context->GlobalVariableTable[VC.Name]; 1404 VC.Range = SMRange(Start, End); 1405 VarCaptures.push_back(VC); 1408 VarCapture VC; 1409 VC.Name = VariableDef.getKey(); 1416 VC.Range = SMRange(Start, End); 1417 VarCaptures.push_back(VC); 1427 for (const VarCapture &VC : VarCaptures) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonExpandCondsets.cpp | 588 const TargetRegisterClass *VC = MRI->getRegClass(RS.Reg); 589 assert(VC->begin() != VC->end() && "Empty register class"); 590 PhysR = *VC->begin();
|
| /src/sys/kern/ |
| vfs_lookup.c | 95 #define VC '}' 134 termchar = VC; 182 if (termchar == VC) 198 #undef VC
|