Home
last modified time | relevance | path

Searched refs:Duplex (Results 1 – 14 of 14) sorted by relevance

/external/zlib/src/contrib/ada/
Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
81 if Mode = Out_Stream or Mode = Duplex then
88 if Mode = In_Stream or Mode = Duplex then
Dzlib-streams.ads13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); literal
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp99 auto Duplex = HeadTail.first.split('\v'); in prettyPrintAsm() local
100 if (!Duplex.second.empty()) { in prettyPrintAsm()
101 OS << Indent << Duplex.first << Separator; in prettyPrintAsm()
102 InstTxt = Duplex.second; in prettyPrintAsm()
104 InstTxt = Duplex.first; in prettyPrintAsm()
DHexagonMCCodeEmitter.cpp43 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits() local
46 assert(!Duplex); in parseBits()
53 assert(!Duplex); in parseBits()
58 if (Duplex) { in parseBits()
DHexagonMCInstrInfo.cpp614 MCInst *Duplex = in replaceDuplex() local
618 assert(Duplex != nullptr); in replaceDuplex()
619 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex); in replaceDuplex()
/external/tcpdump/tests/
Dcdp-v.out14 Duplex (0x0b), value length: 1 byte: full
33 Duplex (0x0b), value length: 1 byte: full
52 Duplex (0x0b), value length: 1 byte: full
Dlldp_cdp-ev.out14 Duplex (0x0b), value length: 1 byte: full
33 Duplex (0x0b), value length: 1 byte: full
140 Duplex (0x0b), value length: 1 byte: full
159 Duplex (0x0b), value length: 1 byte: full
/external/pdfium/core/src/fpdfdoc/
Ddoc_viewerPreferences.cpp46 CFX_ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td26 // Duplex Instruction Class Declaration
DHexagonScheduleV60.td217 // Duplex and Compound
DHexagonInstrInfoV4.td4249 // Duplex instructions
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp350 auto Duplex = HeadTail.first.split('\v'); in printInst() local
351 if(!Duplex.second.empty()){ in printInst()
352 OS << Duplex.first; in printInst()
354 Inst = Duplex.second; in printInst()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1084 CFX_ByteString Duplex() const;
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp1032 CFX_ByteString duplex = viewRef.Duplex(); in FPDF_VIEWERREF_GetDuplex()