| /openbsd-src/sys/dev/usb/ |
| H A D | udl.c | 66 #define DN(sc) ((sc)->sc_dev.dv_xname) macro 312 DN(sc), FUNC, in udl_attach() 382 DN(sc), FUNC, in udl_attach() 418 printf("%s: run in uncompressed mode\n", DN(sc)); in udl_attach_hook() 519 DN(sc), FUNC, (int) IOCGROUP(cmd), cmd & 0xff, IOCPARM_LEN(cmd)); in udl_ioctl() 590 DPRINTF(1, "%s: %s\n", DN(sc), FUNC); in udl_alloc_screen() 613 DPRINTF(1, "%s: %s\n", DN(sc), FUNC); in udl_alloc_screen() 666 DN(sc)); in udl_free_screen() 676 DN(sc), FUNC, font->name, sc->sc_ri.ri_cols, sc->sc_ri.ri_rows); in udl_free_screen() 688 DPRINTF(1, "%s: %s\n", DN(s in udl_show_screen() [all...] |
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 147.key | 12 5DN+iwzRE1Nq583VP4xGRPy59Pmq96PqbjUTLe506JGPH5UByL7kYXfCY9wqjlPG
|
| H A D | 3598.key | 6 DN/VPnHMbdFJE7OsL+ocHcMXtkKkmx2p3iFw/TkStynUTMnu4LMP4uH19uvdj8Uh
|
| H A D | 2005.key | 26 KkAKFEdEE8AoutOjkmD48Ii+fKlLE4CFTEKQ39lLhCJst6b+u+DN
|
| H A D | 3411.chain | 18 4t/sWafuMcL2/DN/B3US0rhvjZ9ZfgN9GpePGH1wIsHG6Jd+UDBAk1TBiJ1/NQO8
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1448 DotCfgDiffNode(const DotCfgDiffNode &DN) in DotCfgDiffNode() argument 1449 : Graph(DN.Graph), N(DN.N), Data{DN.Data[0], DN.Data[1]}, in DotCfgDiffNode() 1450 Colour(DN.Colour), EdgesMap(DN.EdgesMap), Children(DN.Children), 1451 Edges(DN.Edges) {}
|
| /openbsd-src/lib/libssl/test/ |
| H A D | CAss.cnf | 56 preserve = no # keep passed DN ordering
|
| H A D | CAtsa.cnf | 39 preserve = no # keep passed DN ordering
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 325 for (const DINode *DN : SP->getRetainedNodes()) { in collectDebugInfoMetadata() local 326 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectDebugInfoMetadata() 568 for (const DINode *DN : SP->getRetainedNodes()) { in checkDebugInfoMetadata() local 569 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in checkDebugInfoMetadata()
|
| /openbsd-src/regress/usr.bin/m4/ |
| H A D | Makefile | 56 ${M4} -DN=${FIBOMAX} ${.CURDIR}/fibo.m4| diff - fibo.out
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1968 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local 1969 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() 1972 if (auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectEntityInfo() 1974 } else if (auto *DL = dyn_cast<DILabel>(DN)) { in collectEntityInfo() 1979 createConcreteEntity(TheCU, *Scope, DN, nullptr); in collectEntityInfo() 2275 for (const DINode *DN : SP->getRetainedNodes()) { in endFunctionImpl() local 2276 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in endFunctionImpl() 2280 if (auto *DV = dyn_cast<DILocalVariable>(DN)) in endFunctionImpl() 2282 else if (auto *DL = dyn_cast<DILabel>(DN)) in endFunctionImpl() 2288 ensureAbstractEntityIsCreated(TheCU, DN, Scope); in endFunctionImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 523 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local 524 while (DN != 0) { in computePhiInfo() 525 NodeAddr<DefNode*> A = DFG.addr<DefNode*>(DN); in computePhiInfo() 534 DN = A.Addr->getSibling(); in computePhiInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 34 DeclarationName DN = S.PP.getIdentifierInfo(Name); in lookupMember() local 35 LookupResult LR(S, DN, Loc, Sema::LookupMemberName); in lookupMember() 1236 DeclarationName DN = in makeReturnOnAllocFailure() local 1238 LookupResult Found(S, DN, Loc, Sema::LookupMemberName); in makeReturnOnAllocFailure() 1260 << DN; in makeReturnOnAllocFailure()
|
| H A D | SemaAttr.cpp | 803 DeclarationName DN(II); in ActOnPragmaMSAllocText() local 804 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName); in ActOnPragmaMSAllocText()
|
| H A D | Sema.cpp | 262 DeclarationName DN = &Context.Idents.get(Name); in addImplicitTypedef() local 263 if (IdResolver.begin(DN) == IdResolver.end()) in addImplicitTypedef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 607 for (const DINode *DN : SP->getRetainedNodes()) { in processDISubprogram() local 608 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in processDISubprogram() 1201 for (const DINode *DN : SP->getRetainedNodes()) { in beginFunctionImpl() local 1202 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in beginFunctionImpl()
|
| H A D | BPFAbstractMemberAccess.cpp | 240 for (const DINode *DN : SP->getRetainedNodes()) { in run() local 241 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 859 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local 860 if (!DN) in preheader() 862 return DN->getIDom()->getBlock(); in preheader()
|
| H A D | HexagonLoopIdiomRecognition.cpp | 2255 DomTreeNode *DN = DT->getNode(ExitD); in processCopyingStore() local 2256 BN->setIDom(DN); in processCopyingStore()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 254 auto DN = D->getDeclName(); in getQualifiedNameStart() local 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclBase.cpp | 321 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { in print() local 323 DN->printQualifiedName(OS); in print()
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | openssl.cnf | 74 preserve = no # keep passed DN ordering
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3634 UsingEnumDecl(DeclContext *DC, DeclarationName DN, SourceLocation UL, in UsingEnumDecl() argument 3636 : BaseUsingDecl(UsingEnum, DC, NL, DN), UsingLocation(UL), EnumLocation(EL), in UsingEnumDecl()
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | crt1.asm | 736 shll16 r4 ! Set DN bit (flush denormal inputs to zero)
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2567 DeclarationNameInfo DN = Record.readDeclarationNameInfo(); in VisitTemplateTypeParmDecl() local 2573 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept, in VisitTemplateTypeParmDecl()
|