| /src/contrib/ntp/scripts/deprecated/ |
| H A D | freq_adj.in | 21 open(DM, "/var/run/dmesg.boot"); 22 while(<DM>) { 29 close(DM);
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 1092 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local 1093 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate() 1094 const auto *Param = cast<ParmVarDecl>(DM.first); in checkParamsForReturnTypestate() 1101 if (DM.second != ExpectedState) in checkParamsForReturnTypestate() 1104 stateToString(DM.second)); in checkParamsForReturnTypestate() 1140 for (const auto &DM : Other.VarMap) { in intersect() local 1141 LocalState = this->getState(DM.first); in intersect() 1146 if (LocalState != DM.second) in intersect() 1147 VarMap[DM.first] = CS_Unknown; in intersect() 1158 for (const auto &DM : LoopBackStates->VarMap) { in intersectAtLoopHead() local [all …]
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 68 DbgMarker *DM = getTrailingDbgRecords(); in createMarker() local 69 if (DM) in createMarker() 70 return DM; in createMarker() 71 DM = new DbgMarker(); in createMarker() 72 setTrailingDbgRecords(DM); in createMarker() 73 return DM; in createMarker() 1082 DbgMarker *DM = getTrailingDbgRecords(); in getMarker() local 1083 return DM; in getMarker() 1131 DbgMarker *DM = (*Pos)->getMarker(); in reinsertInstInDbgRecords() local 1132 auto Range = make_range(DM->StoredDbgRecords.begin(), (*Pos)); in reinsertInstInDbgRecords() [all …]
|
| H A D | LegacyPassManager.cpp | 739 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local 740 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass() 742 DM->initializeAnalysisImpl(P); in schedulePass() 744 DM->recordAvailableAnalysis(IP); in schedulePass() 1052 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local 1053 RDepth = DM.getDepth(); in add()
|
| /src/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am62.dtsi | 90 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/ 91 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/ 109 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/ 110 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
|
| H A D | k3-am62a.dtsi | 95 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM */ 96 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM */ 116 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/ 117 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
|
| H A D | k3-am62p.dtsi | 113 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/ 114 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
|
| H A D | k3-am62p-wakeup.dtsi | 72 /* Used by DM firmware */
|
| H A D | k3-j722s.dtsi | 223 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/ 224 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
|
| H A D | k3-am62a-wakeup.dtsi | 104 /* Used by DM firmware */
|
| H A D | k3-am62-wakeup.dtsi | 105 /* Used by DM firmware */
|
| H A D | k3-am62p-j722s-common-wakeup.dtsi | 105 /* Used by DM firmware */
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 358 if (auto DM = in setup() local 360 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup() 362 return DM.takeError(); in setup()
|
| H A D | COFFPlatform.cpp | 475 auto &DM = JDDepMap[CurJD]; in buildJDDepMap() local 477 DM.reserve(O.size()); in buildJDDepMap() 493 DM.push_back(KV.first); in buildJDDepMap()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 230 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local 232 addChildToLayout(std::move(DM)); in initializeChildren()
|
| /src/sys/contrib/device-tree/Bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 94 the PHY side DQ line (including DQS/DQ/DM line) 120 the PHY side DQ line (including DQS/DQ/DM line) 153 the PHY side DQ line (including DQS/DQ/DM line)
|
| /src/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | state.c | 182 output_data ("%c%c", IAC, DM); in telrcv() 185 printoption("td: send IAC", DM)); in telrcv() 214 case DM: in telrcv()
|
| /src/crypto/heimdal/appl/telnet/arpa/ |
| H A D | telnet.h | 55 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /src/include/arpa/ |
| H A D | telnet.h | 51 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /src/contrib/telnet/arpa/ |
| H A D | telnet.h | 52 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 777 void pushAllDefs(Instr IA, DefStackMap &DM); 872 void pushClobbers(Instr IA, DefStackMap &DM); 873 void pushDefs(Instr IA, DefStackMap &DM);
|
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | telnet.c | 1699 case DM: in telrcv() 1705 printoption("RCVD", IAC, DM); in telrcv() 2264 NETADD(DM); in dosynch() 2265 printoption("SENT", IAC, DM); in dosynch()
|
| /src/contrib/telnet/telnet/ |
| H A D | telnet.c | 1779 case DM: in telrcv() 1785 printoption("RCVD", IAC, DM); in telrcv() 2279 NETADD(DM); in dosynch() 2280 printoption("SENT", IAC, DM); in dosynch()
|
| /src/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-davinci.txt | 3 Links on DM:
|
| /src/contrib/tcpdump/ |
| H A D | print-telnet.c | 78 #define DM 242 /* data mark--for connect. cleaning */ macro
|