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

12

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcompiler.d20 /// Vendor specific string naming the compiler, for example: "Digital Mars D".
24 enum Vendor
35 version (StdDdoc) Vendor vendor;
36 else version (DigitalMars) Vendor vendor = Vendor.digitalMars;
37 else version (GNU) Vendor vendor = Vendor.gnu;
38 else version (LDC) Vendor vendor = Vendor.llvm;
39 else version (D_NET) Vendor vendo
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcompiler.d20 /// Vendor specific string naming the compiler, for example: "Digital Mars D".
24 enum Vendor
35 version (StdDdoc) Vendor vendor;
36 else version (DigitalMars) Vendor vendor = Vendor.digitalMars;
37 else version (GNU) Vendor vendor = Vendor.gnu;
38 else version (LDC) Vendor vendor = Vendor.llvm;
39 else version (D_NET) Vendor vendo
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/resources/
H A Drsmemory.c166 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
170 /* Vendor data */
172 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
192 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
196 /* Vendor data */
198 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
220 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
224 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
229 * All done if the Vendor byte length is 7 or less, meaning that it will
240 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor
[all...]
H A Drsxface.c481 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
540 ACPI_RESOURCE_VENDOR_TYPED *Vendor; local
545 /* Ignore all descriptors except Vendor */
552 Vendor = &Resource->Data.VendorTyped;
561 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
562 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
563 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))
H A Drscalc.c277 * Vendor Defined Resource:
278 * For a Vendor Specific resource, if the Length is between 1 and 7
282 if (Resource->Data.Vendor.ByteLength > 7)
292 (TotalSize + Resource->Data.Vendor.ByteLength);
544 * Vendor Resource:
597 /* Vendor data is optional */
617 /* Vendor data is optional */
651 /* Vendor data is optional */
H A Drsdumpinfo.c122 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpVendor), "Vendor Specific", NULL},
123 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
124 {ACPI_RSD_LONGLIST, ACPI_RSD_OFFSET (Vendor.ByteData[0]), "Vendor Data", NULL}
/netbsd-current/external/gpl2/xcvs/dist/
H A Dcvs2netbsd47 echo Vendor: NONGNU
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf86config/
H A DMakefile10 Module.c Monitor.c Pointer.c Screen.c Vendor.c Video.c read.c \
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
H A DMakefile10 Module.c Monitor.c Pointer.c Screen.c Vendor.c Video.c read.c \
/netbsd-current/external/mit/xorg/lib/libXaw6/
H A DMakefile19 TextSrc.c TextTr.c Toggle.c Tree.c Vendor.c Viewport.c \
/netbsd-current/external/mit/xorg/lib/libXt/
H A DMakefile20 TMstate.c Threads.c VarCreate.c VarGet.c Varargs.c Vendor.c
27 TranslateI.h VarargsI.h Vendor.h VendorP.h Xtos.h
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h252 VendorType Vendor; member in class:llvm::Triple
270 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
280 Vendor == Other.Vendor && OS == Other.OS &&
313 VendorType getVendor() const { return Vendor; }
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Dlibsmbios.h70 SMBIOS_STRING Vendor; member in struct:__anon161
H A Defidevp.h475 VENDOR_DEVICE_PATH Vendor; member in union:__anon130
510 VENDOR_DEVICE_PATH *Vendor; member in union:__anon131
/netbsd-current/external/ibm-public/postfix/
H A Dpostfix2netbsd105 echo Vendor: VENEMA
/netbsd-current/sys/dev/pci/bktr/
H A Dbktr2netbsd115 echo Vendor: BKTR_SF
/netbsd-current/external/mit/xorg/lib/libXaw/
H A DMakefile28 TextTr.c Tip.c Toggle.c Tree.c Vendor.c Viewport.c \
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c535 VENDOR_DEVICE_PATH *Vendor; local
539 Vendor = DevPath;
540 switch (DevicePathType(&Vendor->Header)) {
547 CatPrint(Str, L"Ven%s(%g", Type, &Vendor->Guid);
548 if (CompareGuid (&Vendor->Guid, &UnknownDevice) == 0) {
552 UnknownDevPath = (UNKNOWN_DEVICE_VENDOR_DEVICE_PATH *)Vendor;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp766 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment),
775 Vendor = parseVendor(Components[1]);
808 Vendor(parseVendor(VendorStr.str())),
825 Vendor(parseVendor(VendorStr.str())),
849 VendorType Vendor = UnknownVendor; local
851 Vendor = parseVendor(Components[1]);
869 Found[1] = Vendor != UnknownVendor;
895 Vendor = parseVendor(Comp);
896 Valid = Vendor != UnknownVendor;
976 // Special case logic goes here. At this point Arch, Vendor an
[all...]
H A DHost.cpp1137 const VendorSignatures Vendor = getVendorSignature(&MaxLeaf); local
1138 if (Vendor == VendorSignatures::UNKNOWN)
1156 if (Vendor == VendorSignatures::GENUINE_INTEL) {
1159 } else if (Vendor == VendorSignatures::AUTHENTIC_AMD) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp90 void switchVendor(StringRef Vendor) override;
175 void ARMTargetAsmStreamer::switchVendor(StringRef Vendor) {}
394 void switchVendor(StringRef Vendor) override;
771 void ARMTargetELFStreamer::switchVendor(StringRef Vendor) {
772 assert(!Vendor.empty() && "Vendor cannot be empty.");
774 if (CurrentVendor == Vendor)
782 CurrentVendor = Vendor;
1110 // Vendor size + Vendor nam
[all...]
H A DARMTargetStreamer.cpp103 void ARMTargetStreamer::switchVendor(StringRef Vendor) {} argument
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacrestyp.h262 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
780 ACPI_RESOURCE_VENDOR Vendor; member in union:acpi_resource_data
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp482 const char *Vendor = getPALMetadata()->getVendor(); local
487 EmitNote(Vendor, MCConstantExpr::create(Blob.size(), getContext()), Type,
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml54 (* Vendor extensions: *)

Completed in 387 milliseconds

12