| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | makefile.vms | 25 $(CD) [.bfd] 27 $(CD) [-.opcodes] 29 $(CD) [-.libiberty] 31 $(CD) [-.binutils] 33 $(CD) [-.gas] 35 $(CD) [-] 47 $(CD) [.binutils] 49 $(CD) [-] 52 $(CD) [.binutils] 54 $(CD) [-] [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | makefile.vms | 25 $(CD) [.bfd] 27 $(CD) [-.opcodes] 29 $(CD) [-.libiberty] 31 $(CD) [-.binutils] 33 $(CD) [-.gas] 35 $(CD) [-] 47 $(CD) [.binutils] 49 $(CD) [-] 52 $(CD) [.binutils] 54 $(CD) [-] [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/elf/ |
| H A D | arc-cpu.def | 28 ARC_CPU_TYPE_AV2EM (em4, CD), 29 ARC_CPU_TYPE_AV2EM (em4_dmips, CD), 30 ARC_CPU_TYPE_AV2EM (em4_fpus, CD), 31 ARC_CPU_TYPE_AV2EM (em4_fpuda, CD | DPA), 32 ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX), 34 ARC_CPU_TYPE_AV2HS (archs, CD), 35 ARC_CPU_TYPE_AV2HS (hs, CD), 36 ARC_CPU_TYPE_AV2HS (hs34, CD), 37 ARC_CPU_TYPE_AV2HS (hs38, CD), 38 ARC_CPU_TYPE_AV2HS (hs38_linux, CD), [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
| H A D | arc-cpu.def | 28 ARC_CPU_TYPE_AV2EM (em4, CD), 29 ARC_CPU_TYPE_AV2EM (em4_dmips, CD), 30 ARC_CPU_TYPE_AV2EM (em4_fpus, CD), 31 ARC_CPU_TYPE_AV2EM (em4_fpuda, CD | DPA), 32 ARC_CPU_TYPE_AV2EM (quarkse_em, CD | SPX | DPX), 34 ARC_CPU_TYPE_AV2HS (archs, CD), 35 ARC_CPU_TYPE_AV2HS (hs, CD), 36 ARC_CPU_TYPE_AV2HS (hs34, CD), 37 ARC_CPU_TYPE_AV2HS (hs38, CD), 38 ARC_CPU_TYPE_AV2HS (hs38_linux, CD), [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | README.hfs_boot | 3 It *may* be possible to make the hybrid CD bootable on a Mac. As I do not 4 have easy access to a CD-R (nor a Mac) at the moment, I have not actually 5 created and written a bootable hybrid to CD - however, I *think* it will work! 7 A bootable HFS CD requires an Apple CD-ROM (or compatible) driver, a bootable 10 A driver can be obtained from any other Mac bootable CD-ROM using the 15 suitable System Folder, again from another CD-ROM or disk. 26 first HFS partition it finds on the given CD-ROM and this is used for the 33 where CDROM_device is the device name used by the CD-ROM (e.g. /dev/cdrom) 37 HFS CD Label Block 512 bytes 45 a Mac CD. hdisk.pl is part of hfsutils. [all …]
|
| H A D | README.mkhybrid | 2 mkhybrid v1.12b5.1 - make ISO9660/HFS shared hybrid CD volume 30 hybrid CDROM images. You will have to use some other CD-R package to write 31 the image to a CD. 52 To create a HFS hybrid CD with the Joliet and Rock Ridge extensions or 57 To create a HFS hybrid CD from the source directory cd_dir that contains 62 To create a HFS hybrid CD from the source directory cd_dir, giving all files 68 To create a CD with the 'Apple Extensions to ISO9660', from the source 75 The following example puts different files on the CD that all have 77 ISO9660/RockRidge Joliet or HFS CD. 85 CD along with the three README files - but only one will be seen from [all …]
|
| H A D | README.eltorito | 20 The "El Torito" standard works by making the CD drive appear, through BIOS 24 The BIOS will then grab this image from the CD and for all purposes it 28 It is simple then to make a bootable CD. First create a file, say "boot.img" 44 starts up, the BIOS emulation of the CD as a floppy disk is circumvented 69 Now burn the CD and its ready to boot! 83 Instead of seeing the floppy image on the CD, Linux will be looking at 90 I don't think making a CD bootable renders it unreadable by non-El Torito
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 215 ClassData CD; in run() local 217 CD.ASTClassLocations = in run() 219 CD.ASTClassRanges = in run() 221 CD.TypeSourceInfos = in run() 223 CD.TypeLocs = CaptureMethods("class clang::TypeLoc", ASTClass, Result); in run() 224 CD.NestedNameLocs = in run() 226 CD.DeclNameInfos = in run() 230 CD.DeclNameInfos.insert(CD.DeclNameInfos.end(), DI.begin(), DI.end()); in run() 264 CD.TemplateParms.push_back(TParam->getName().str()); in run() 269 ClassEntries[ClassName] = CD; in run()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 267 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() argument 272 mangleName(GlobalDecl(CD, CT), Out); in mangleCtorBlock() 301 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local 302 mangleCtorBlock(CD, /*CT*/ Ctor_Complete, BD, Out); in mangleBlock() 367 } else if (const auto *CD = in mangleObjCMethodName() local 369 OS << CD->getName(); in mangleObjCMethodName() 489 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local 490 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings() 493 if (!CD->getParent()->isAbstract()) in getAllManglings() 494 Manglings.emplace_back(getMangledStructor(CD, Ctor_Complete)); in getAllManglings() [all …]
|
| H A D | MicrosoftCXXABI.cpp | 126 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject() argument 127 assert(CD != nullptr); in addCopyConstructorForExceptionObject() 128 assert(RecordToCopyCtor[RD] == nullptr || RecordToCopyCtor[RD] == CD); in addCopyConstructorForExceptionObject() 129 RecordToCopyCtor[RD] = CD; in addCopyConstructorForExceptionObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 200 const CFGDeadness &CD); 206 CFGDeadness CD; in run() local 207 CD.processFunction(F, DT); in run() 208 Verify(F, DT, CD); in run() 223 CFGDeadness CD; in runOnFunction() local 224 CD.processFunction(F, DT); in runOnFunction() 225 Verify(F, DT, CD); in runOnFunction() 446 const CFGDeadness &CD; member in __anon35fcdba50311::GCPtrTracker 458 const CFGDeadness &CD); 461 return CD.hasLiveIncomingEdge(PN, InBB); in hasLiveIncomingEdge() [all …]
|
| /netbsd-src/external/mit/expat/dist/win32/ |
| H A D | build_expat_iss.bat | 45 CD build_shared_char || EXIT /b 1 49 CD .. || EXIT /b 1 55 CD build_static_char || EXIT /b 1 59 CD .. || EXIT /b 1 65 CD build_shared_wchar_t || EXIT /b 1 69 CD .. || EXIT /b 1 75 CD build_static_wchar_t || EXIT /b 1 79 CD .. || EXIT /b 1
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 323 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() 335 if (CD.Flags & CDF_MaybeBuiltin) { in isCalled() 336 return CheckerContext::isCLibraryFunction(FD, CD.getFunctionName()) && in isCalled() 337 (!CD.RequiredArgs || CD.RequiredArgs <= getNumArgs()) && in isCalled() 338 (!CD.RequiredParams || CD.RequiredParams <= parameters().size()); in isCalled() 341 if (!CD.IsLookupDone) { in isCalled() 342 CD.IsLookupDone = true; in isCalled() 343 CD.II = &getState()->getStateManager().getContext().Idents.get( in isCalled() 344 CD.getFunctionName()); in isCalled() 347 if (II != CD.II) in isCalled() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | cddb | 4 # CDDB: file(1) magic for CDDB(tm) format CD text data files 9 # CDDB-enabled CD player applications. 12 0 search/1/w #\040xmcd CDDB(tm) format CD text data
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 62 CoverageData CD = CM.getCoverageForFunction(Function); in get() local 63 for (const auto &LCS : getLineCoverageStats(CD)) { in get() 73 sumBranches(NumBranches, CoveredBranches, CD.getBranches()); in get() 74 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 349 auto *CD = dyn_cast<CXXConstructorDecl>(DiagDecl); in CheckCallable() local 350 if (CD && CD->isInheritingConstructor()) { in CheckCallable() 351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() 353 DiagDecl = CD = Inherited; in CheckCallable() 359 if (CD && CD->isInheritingConstructor()) in CheckCallable() 361 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable() 364 << DiagDecl->isConstexpr() << (bool)CD << DiagDecl; in CheckCallable()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ede.tdir/ |
| H A D | ede.test | 71 # EDE with CD bit set (EDE but no SERVFAIL) 76 echo "No NXDOMAIN reply with CD bit set" 82 echo "No EDE attached with CD bit set" 87 # EDE with CD bit set (EDE but no SERVFAIL) for a cached answer 93 echo "No NXDOMAIN reply with CD bit set for cached answer" 99 echo "No EDE attached with CD bit set for cached answer"
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 92 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local 93 if (auto *S = CD->getBody()) { in visitUsedDecl() 96 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local 97 if (auto *S = CD->getBody()) { in visitUsedDecl()
|
| H A D | SemaCUDA.cpp | 461 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor() argument 462 if (!CD->isDefined() && CD->isTemplateInstantiation()) in isEmptyCudaConstructor() 463 InstantiateFunctionDefinition(Loc, CD->getFirstDecl()); in isEmptyCudaConstructor() 468 if (CD->isTrivial()) in isEmptyCudaConstructor() 475 if (!(CD->hasTrivialBody() && CD->getNumParams() == 0)) in isEmptyCudaConstructor() 479 if (CD->getParent()->isDynamicClass()) in isEmptyCudaConstructor() 483 if (CD->getParent()->isUnion()) in isEmptyCudaConstructor() 488 if (!llvm::all_of(CD->inits(), [&](const CXXCtorInitializer *CI) { in isEmptyCudaConstructor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 92 void VisitObjCContainerDecl(const ObjCContainerDecl *CD, 387 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local 388 return CD; in getCategoryContext() 407 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local 408 VisitObjCContainerDecl(ID, CD); in VisitObjCMethodDecl() 428 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local 429 const ObjCInterfaceDecl *ID = CD->getClassInterface(); in VisitObjCContainerDecl() 440 if (CD->IsClassExtension()) { in VisitObjCContainerDecl() 442 GenLoc(CD, /*IncludeOffset=*/true); in VisitObjCContainerDecl() 445 GenObjCCategory(ID->getName(), CD->getName(), in VisitObjCContainerDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 699 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator() argument 700 : LineCoverageIterator(CD, CD.begin()->Line) {} in LineCoverageIterator() 702 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator() argument 703 : CD(CD), WrappedSegment(nullptr), Next(CD.begin()), Ended(false), in LineCoverageIterator() 709 return &CD == &R.CD && Next == R.Next && Ended == R.Ended; 720 EndIt.Next = CD.end(); in getEnd() 726 const CoverageData &CD; 737 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats() argument 738 auto Begin = LineCoverageIterator(CD); in getLineCoverageStats()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefinedAssignmentChecker.cpp | 92 if (const auto *CD = in checkBind() local 94 if (CD->isImplicit()) { in checkBind() 95 for (auto I : CD->inits()) { in checkBind()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | rk3288-veyron-sdmmc.dtsi | 34 * Builtin CD line is hooked to ground to prevent JTAG at boot 36 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't 43 /* This is where we actually hook up CD */
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/md5/asm/ |
| H A D | md5-sparcv9.pl | 39 ($AB,$CD)=("%g4","%g5"); 334 sllx $C,32,$CD ! pack C,D 338 or $D,$CD,$CD 359 srlx $CD,32,$t2 364 add $CD,$D,$D
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/md5/asm/ |
| H A D | md5-sparcv9.pl | 37 ($AB,$CD)=("%g4","%g5"); 329 sllx $C,32,$CD ! pack C,D 333 or $D,$CD,$CD 354 srlx $CD,32,$t2 359 add $CD,$D,$D
|