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

/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1092 for (const auto &DM : VarMap) {
1093 if (isa<ParmVarDecl>(DM.first)) {
1094 const auto *Param = cast<ParmVarDecl>(DM.first);
1101 if (DM.second != ExpectedState)
1104 stateToString(DM.second));
1140 for (const auto &DM : Other.VarMap) {
1141 LocalState = this->getState(DM.first);
1146 if (LocalState != DM.second)
1147 VarMap[DM.first] = CS_Unknown;
1158 for (const auto &DM
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h55 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-11-stable/include/arpa/
H A Dtelnet.h52 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h52 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp227 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); local
229 addChildToLayout(std::move(DM));
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c182 output_data ("%c%c", IAC, DM);
185 printoption("td: send IAC", DM));
214 case DM:
H A Dtelnetd.c1083 * likely the TELNET DM (data mark), we would
1086 * received a DM, then we test for the
1161 output_data ("%c%c", IAC, DM);
1165 printoption("td: send IAC", DM));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp725 PMDataManager *DM = getAsPMDataManager(); local
726 AnalysisResolver *AR = new AnalysisResolver(*DM);
728 DM->initializeAnalysisImpl(P);
730 DM->recordAvailableAnalysis(IP);
1043 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); local
1044 RDepth = DM.getDepth();
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c1033 * likely the TELNET DM (data mark), we would
1036 * received a DM, then we test for the
1114 output_data("%c%c", IAC, DM);
1117 printoption("td: send IAC", DM));
H A Dstate.c204 output_data("%c%c", IAC, DM);
207 printoption("td: send IAC", DM));
236 case DM:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1699 case DM:
1705 printoption("RCVD", IAC, DM);
2264 NETADD(DM);
2265 printoption("SENT", IAC, DM);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c83 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c1781 case DM:
1787 printoption("RCVD", IAC, DM);
2284 NETADD(DM);
2285 printoption("SENT", IAC, DM);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
853 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM);
854 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp422 static RegisterPass<DebugifyModulePass> DM("debugify",
/freebsd-11-stable/sys/dev/sym/
H A Dsym_defs.h338 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2287 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); local
2289 << HexagonBlockRanges::PrintRangeMap(DM, HRI));
2311 unsigned FoundR = this->findPhysReg(MF, Range, IM, DM, RC);
2378 DM[RR].subtract(Range);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4997 unsigned DM[2]; local
5001 DM[i] = 0;
5003 DM[i] = 1;
5005 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 &&
5029 unsigned tmp = DM[0];
5030 DM[0] = 1 - DM[1];
5031 DM[1] = 1 - tmp;
5034 SDValue DMV = CurDAG->getTargetConstant(DM[
[all...]
H A DPPCISelLowering.cpp2087 /// if the inputs to the instruction should be swapped and set \p DM to the
2091 /// (BE). Set \p DM to the calculated result (0-3) only if \p N can be lowered.
2094 bool PPC::isXXPERMDIShuffleMask(ShuffleVectorSDNode *N, unsigned &DM, argument
2110 DM = IsLE ? (((~M1) & 1) << 1) + ((~M0) & 1) : (M0 << 1) + (M1 & 1);
2128 DM = (((~M1) & 1) << 1) + ((~M0) & 1);
2141 DM = (M0 << 1) + (M1 & 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp958 DefStackMap DM; local
959 linkBlockRefs(DM, EA);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1777 * send IAC in urgent mode instead of DM because 4.3BSD places oob mark
1783 fprintf (cout, "%c", DM);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c2064 * send IAC in urgent mode instead of DM because 4.3BSD places oob mark
2072 fprintf(cout, "%cABOR\r\n", DM);
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c150 DM, /* 16-bit data */ enumerator in enum:__anon5463
2204 /* [6,4] */ TNS("%fs:",OVERRIDE), TNS("%gs:",OVERRIDE), TNS("data16",DM), TNS("addr16",AM),
3041 case DM:
5263 case DM:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17027 CXXMethodDecl *DM = MD->getDevirtualizedMethod(
17029 if (DM)
17030 SemaRef.MarkAnyDeclReferenced(Loc, DM, MightBeOdrUse);

Completed in 405 milliseconds