HomeSort by: relevance | last modified time | path
    Searched defs:Supported (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 342 Legacy Devices Supported (V2) : 0
345 MSI Not Supported (V4) : 0
346 PCIe ASPM Not Supported (V4) : 0
359 Docking Supported (V1) : 0
360 Reset Register Supported (V2) : 0
364 PCIEXP_WAK Bits Supported (V4) : 0
465 64-bit Wake Supported (V2) : 0
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenCLOptions.h 65 /// OpenCL supported extensions and optional core features
81 // Is this option supported
82 bool Supported = false;
116 // For core or optional core feature check that it is supported
123 // Is supported as either an extension or an (optional) core feature for
127 // Is supported OpenCL core feature for OpenCL version \p LO.
128 // For supported extension, return false.
131 // Is supported optional core OpenCL feature for OpenCL version \p LO.
132 // For supported extension, return false.
136 // Is supported optional core or core OpenCL feature for OpenCL version \
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMacroFusion.cpp 38 bool Supported;
51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First),
56 bool isSupported() const { return Supported; }
162 // Skip if the feature is not supported.
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 292 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers());
374 if (SanitizerMask KindsToDiagnose = Add & ~Supported & ~DiagnosedKinds) {
380 Add &= Supported;
414 Add &= Supported;
511 if (~Supported & SanitizerKind::Vptr) {
673 // Parse -f(no-)?sanitize-coverage flags if coverage is supported by the
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 27 #define PXE_UINT64_SUPPORT 1 // UINT64 supported
28 //#define PXE_NO_UINT64_SUPPORT 1 // UINT64 not supported
301 // interrupt, if it is supported by the hardware.
694 // If queuing is not supported, a PXE_STATCODE_INVALID_CONTROL error
865 PXE_UINT8 BusCnt; // number of bustypes supported
866 PXE_UINT32 BusType[1]; // list of supported bustypes
1057 // Supported link speeds are in units of mega bits. Common ethernet
1111 // Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1116 // Supported loopback options. See PXE_LOOPBACK_xxxxx #defines below.
1303 // If supplied and supported, the current station MAC addres
    [all...]
efiprot.h 902 @retval EFI_UNSUPPORTED ModeNumber is not supported by this device.
1117 EFI_DRIVER_BINDING_PROTOCOL_SUPPORTED Supported;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 314 // Pre and Post inc are supported on loads and stores
344 // Pre and Post inc are supported on loads and stores
860 // supported for v4f32.
2252 // Disable tail calls if they're not supported.
2541 "Windows is the only supported COFF target");
3118 report_fatal_error("interrupt attribute is not supported in Thumb1");
3757 "ROPI/RWPI not currently supported for Darwin");
3781 assert(Subtarget->isTargetWindows() && "non-Windows COFF is not supported");
3785 "ROPI/RWPI not currently supported for Windows");
4360 llvm_unreachable("RegVT not supported by FORMAL_ARGUMENTS Lowering")
    [all...]

Completed in 29 milliseconds