/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-DPP | 1 Device Provisioning Protocol (DPP) 4 This document describes how the Device Provisioning Protocol (DPP) 6 the STA device and AP can be configured to connect each other using DPP 9 Introduction to DPP 14 authentication( detailed below ), PKEX based authentication etc. In DPP 16 The three phases of DPP connection are authentication, configuration and 28 Enable DPP and protected management frame in wpa_supplicant build config 37 Enable DPP and protected management frame in hostapd build config file 45 Any STA or AP device can act as a Configurator. Enable DPP and protected 70 wpa_key_mgmt=DPP [all …]
|
D | defconfig | 599 # Device Provisioning Protocol (DPP) 601 # wpa_supplicant/README-DPP for details)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 43 DPP = 1 << 15, enumerator 196 DPP = 4 enumerator 389 namespace DPP {
|
D | GCNHazardRecognizer.h | 66 int checkDPPHazards(MachineInstr *DPP);
|
D | AMDGPU.td | 236 "Support DPP (Data Parallel Primitives) extension" 582 string DPP = "DPP"; 611 let Name = AMDGPUAsmVariants.DPP;
|
D | GCNHazardRecognizer.cpp | 423 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument 433 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
|
D | SIInstrFormats.td | 46 field bit DPP = 0; 142 let TSFlags{15} = DPP;
|
D | VOPInstructions.td | 518 let DPP = 1; 524 let AsmVariantName = !if(P.HasExt, AMDGPUAsmVariants.DPP, 528 let DecoderNamespace = "DPP";
|
D | SIInstrInfo.h | 511 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP() 515 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
|
D | SIInstrInfo.td | 1224 // Return type of input modifiers operand specified input operand for DPP 1457 // Outs for DPP and SDWA 1626 // Function that checks if instruction supports DPP and SDWA 1630 0, // NumSrcArgs == 3 - No DPP or SDWA for VOP3 1632 0, // 64-bit dst - No DPP or SDWA for 64-bit operands
|
/external/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 248 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument 255 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
|
D | GCNHazardRecognizer.h | 45 int checkDPPHazards(MachineInstr *DPP);
|
D | SIDefines.h | 33 DPP = 1 << 15, enumerator
|
D | SIInstrInfo.h | 352 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP() 356 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
|
D | VIInstructions.td | 128 // DPP Patterns
|
D | VIInstrFormats.td | 182 let DPP = 1;
|
D | SIInstrFormats.td | 36 field bits<1> DPP = 0; 72 let TSFlags{15} = DPP;
|
D | SIInstrInfo.td | 1316 // Outs for DPP and SDWA 1399 // Function that checks if instruction supports DPP and SDWA 1403 0, // NumSrcArgs == 3 - No DPP or SDWA for VOP3 1405 0, // 64-bit dst - No DPP or SDWA for 64-bit operands 1729 let DecoderNamespace = "DPP"; 1826 let DecoderNamespace = "DPP";
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_08bit.mat | 3 …E@UNIEFB+ L?GDA@B?>;899529>>=?>>?A?93.*31JazpGKKKKMNNMMOOOPPNNMKIHEIA)??DPP^E'-EACGC@GFA?A>975…
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 227 # Easy Connect (Device Provisioning Protocol - DPP)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.cpp | 378 else if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::DPP) in printVOPDst() 634 using namespace AMDGPU::DPP; in printDPPCtrl()
|
/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.cpp | 297 else if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::DPP) in printVOPDst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 2149 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate() 2200 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants() 2206 AMDGPUAsmVariants::SDWA, AMDGPUAsmVariants::SDWA9, AMDGPUAsmVariants::DPP in getMatchedVariants() 5099 using namespace AMDGPU::DPP; in isDPPCtrl() 5134 using namespace AMDGPU::DPP; in parseDPPCtrl()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | sta_iface.cpp | 1128 mask |= ISupplicantStaNetwork::KeyMgmtMask::DPP; in getKeyMgmtCapabilitiesInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUOperandSyntax.rst | 568 VOP1/VOP2 DPP Modifiers
|