Searched refs:Duplex (Results 1 – 14 of 14) sorted by relevance
/external/zlib/src/contrib/ada/ |
D | zlib-streams.adb | 23 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
|
D | zlib-streams.ads | 13 type Stream_Mode is (In_Stream, Out_Stream, Duplex); literal
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 99 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()
|
D | HexagonMCCodeEmitter.cpp | 43 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits() local 46 assert(!Duplex); in parseBits() 53 assert(!Duplex); in parseBits() 58 if (Duplex) { in parseBits()
|
D | HexagonMCInstrInfo.cpp | 614 MCInst *Duplex = in replaceDuplex() local 618 assert(Duplex != nullptr); in replaceDuplex() 619 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex); in replaceDuplex()
|
/external/tcpdump/tests/ |
D | cdp-v.out | 14 Duplex (0x0b), value length: 1 byte: full 33 Duplex (0x0b), value length: 1 byte: full 52 Duplex (0x0b), value length: 1 byte: full
|
D | lldp_cdp-ev.out | 14 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/ |
D | doc_viewerPreferences.cpp | 46 CFX_ByteString CPDF_ViewerPreferences::Duplex() const { in Duplex() function in CPDF_ViewerPreferences
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 26 // Duplex Instruction Class Declaration
|
D | HexagonScheduleV60.td | 217 // Duplex and Compound
|
D | HexagonInstrInfoV4.td | 4249 // Duplex instructions
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 350 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/ |
D | fpdf_doc.h | 1084 CFX_ByteString Duplex() const;
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 1032 CFX_ByteString duplex = viewRef.Duplex(); in FPDF_VIEWERREF_GetDuplex()
|