Home
last modified time | relevance | path

Searched refs:DM (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1085 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local
1086 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate()
1087 const auto *Param = cast<ParmVarDecl>(DM.first); in checkParamsForReturnTypestate()
1094 if (DM.second != ExpectedState) in checkParamsForReturnTypestate()
1097 stateToString(DM.second)); in checkParamsForReturnTypestate()
1133 for (const auto &DM : Other.VarMap) { in intersect() local
1134 LocalState = this->getState(DM.first); in intersect()
1139 if (LocalState != DM.second) in intersect()
1140 VarMap[DM.first] = CS_Unknown; in intersect()
1151 for (const auto &DM : LoopBackStates->VarMap) { in intersectAtLoopHead() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp45 DbgMarker *DM = getTrailingDbgRecords(); in createMarker() local
46 if (DM) in createMarker()
47 return DM; in createMarker()
48 DM = new DbgMarker(); in createMarker()
49 setTrailingDbgRecords(DM); in createMarker()
50 return DM; in createMarker()
1049 DbgMarker *DM = getTrailingDbgRecords(); in getMarker() local
1050 return DM; in getMarker()
1098 DbgMarker *DM = (*Pos)->getMarker(); in reinsertInstInDbgRecords() local
1099 auto Range = make_range(DM->StoredDbgRecords.begin(), (*Pos)); in reinsertInstInDbgRecords()
[all …]
H A DLegacyPassManager.cpp729 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local
730 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass()
732 DM->initializeAnalysisImpl(P); in schedulePass()
734 DM->recordAvailableAnalysis(IP); in schedulePass()
1013 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local
1014 RDepth = DM.getDepth(); in add()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62.dtsi90 <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 Dk3-am62a.dtsi95 <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 Dk3-am62p.dtsi113 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
114 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
H A Dk3-am62p-wakeup.dtsi72 /* Used by DM firmware */
H A Dk3-j722s.dtsi223 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
224 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
H A Dk3-am62a-wakeup.dtsi104 /* Used by DM firmware */
H A Dk3-am62-wakeup.dtsi105 /* Used by DM firmware */
H A Dk3-am62p-j722s-common-wakeup.dtsi105 /* Used by DM firmware */
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp372 if (auto DM = in setup() local
374 EPCDylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
376 return DM.takeError(); in setup()
H A DCOFFPlatform.cpp470 auto &DM = JDDepMap[CurJD]; in buildJDDepMap() local
472 DM.reserve(O.size()); in buildJDDepMap()
488 DM.push_back(KV.first); in buildJDDepMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp229 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local
231 addChildToLayout(std::move(DM)); in initializeChildren()
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt94 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)
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c182 output_data ("%c%c", IAC, DM); in telrcv()
185 printoption("td: send IAC", DM)); in telrcv()
214 case DM: in telrcv()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h55 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h52 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/include/arpa/
H A Dtelnet.h51 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h777 void pushAllDefs(Instr IA, DefStackMap &DM);
873 void pushClobbers(Instr IA, DefStackMap &DM);
874 void pushDefs(Instr IA, DefStackMap &DM);
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1699 case DM: in telrcv()
1705 printoption("RCVD", IAC, DM); in telrcv()
2264 NETADD(DM); in dosynch()
2265 printoption("SENT", IAC, DM); in dosynch()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1779 case DM: in telrcv()
1785 printoption("RCVD", IAC, DM); in telrcv()
2279 NETADD(DM); in dosynch()
2280 printoption("SENT", IAC, DM); in dosynch()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-davinci.txt3 Links on DM:
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c78 #define DM 242 /* data mark--for connect. cleaning */ macro

123