| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 368 unsigned Major, unsigned Minor, unsigned Micro, in setTarget() argument 375 VersionTuple(Major, Minor, Micro)) in setTarget() 382 TargetVersion = VersionTuple(Major, Minor, Micro); in setTarget() 388 OSTargetVersion = VersionTuple(Major, Minor, Micro); in setTarget()
|
| H A D | Darwin.cpp | 1497 unsigned Major, Minor, Micro; in getSystemOrSDKMacOSVersion() local 1499 if (!Driver::GetReleaseVersion(MacOSSDKVersion, Major, Minor, Micro, in getSystemOrSDKMacOSVersion() 1502 VersionTuple SDKVersion(Major, Minor, Micro); in getSystemOrSDKMacOSVersion() 2195 unsigned Major, Minor, Micro; in AddDeploymentTarget() local 2202 Micro, HadExtra) || in AddDeploymentTarget() 2204 Micro >= 100) in AddDeploymentTarget() 2209 Micro, HadExtra) || in AddDeploymentTarget() 2210 HadExtra || Major >= MajorVersionLimit || Minor >= 100 || Micro >= 100) in AddDeploymentTarget() 2220 Micro = 0; in AddDeploymentTarget() 2236 Micro = 99; in AddDeploymentTarget() [all …]
|
| H A D | MSVC.cpp | 600 const unsigned Micro = (FileInfo->dwFileVersionLS >> 16) & 0xFFFF; in getMSVCVersionFromExe() local 602 Version = VersionTuple(Major, Minor, Micro); in getMSVCVersionFromExe()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 464 unsigned Micro = 0) const { 468 if (Micro == 0) { 471 return getOSVersion() < VersionTuple(Major, Minor, Micro); 481 unsigned Micro = 0) const;
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | k6.md | 32 ;; Advanced Micro Devices, Inc., 1998. 35 ;; Advanced Micro Devices, Inc., 2000.
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1832 unsigned Micro) const { in isMacOSXVersionLT() 1837 return isOSVersionLT(Major, Minor, Micro); in isMacOSXVersionLT() 1841 return isOSVersionLT(Minor + 4, Micro, 0); in isMacOSXVersionLT() 1844 return isOSVersionLT(Major - 11 + 20, Minor, Micro); in isMacOSXVersionLT()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXVentana.td | 9 // This file describes the vendor extensions defined by Ventana Micro Systems.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-a29k.texi | 181 User's Manual}, Advanced Micro Devices, Inc.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Driver.h | 759 unsigned &Micro, bool &HadExtra);
|
| /openbsd-src/sys/arch/alpha/conf/ |
| H A D | RAMDISKBIG | 179 mlphy* at mii? # Micro Linear 6692 PHY
|
| H A D | GENERIC | 291 mlphy* at mii? # Micro Linear 6692 PHY
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | RISCVUsage.rst | 164 …leases/download/v1.0.0/ventana-custom-extensions-v1.0.0.pdf>`_ by Ventana Micro Systems. All inst…
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usbdevs | 81 vendor AMD 0x0438 Advanced Micro Devices 131 vendor MICROMACRO 0x04c7 Micro Macro Technologies 179 vendor ALCOR2 0x0566 Alcor Micro 194 vendor ALCOR 0x058f Alcor Micro 421 vendor O2MICRO 0x0b97 O2 Micro 451 vendor MSI 0x0db0 Micro Star International 881 /* Alcor Micro, Inc. products */ 887 /* Alcor Micro, Inc.(2) products */ 913 /* Advanced Micro Devices products */ 3279 /* Micro Sta [all...] |
| /openbsd-src/sys/arch/i386/conf/ |
| H A D | RAMDISK_CD | 328 mlphy* at mii? # Micro Linear 6692 PHY
|
| H A D | GENERIC | 669 mlphy* at mii? # Micro Linear 6692 PHY
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | eisadevs | 67 vendor IMS Integrated Micro Solution Inc. 644 /* Integrated Micro Solution Inc. products */
|
| /openbsd-src/sys/dev/isa/ |
| H A D | pnpdevs | 285 le PNP8231 # Advanced Micro Devices AM2100/AM1500T
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | README | 455 remote-hms.c Renesas Micro Systems H8/300 monitor
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 6294 unsigned &Micro, bool &HadExtra) { in GetReleaseVersion() argument 6297 Major = Minor = Micro = 0; in GetReleaseVersion() 6318 if (Str.consumeInteger(10, Micro)) in GetReleaseVersion()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver1.td | 66 // Micro-ops to be issued to multiple units are tackled this way.
|
| H A D | X86ScheduleZnver2.td | 67 // Micro-ops to be issued to multiple units are tackled this way.
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 82 vendor HITACHI_M 0x1037 Hitachi Micro 144 vendor IMS 0x10e0 Integrated Micro Solutions 147 vendor AMCIRCUITS 0x10e8 Applied Micro Circuits 186 vendor OMEGA 0x119b Omega Micro 200 vendor O2MICRO 0x1217 O2 Micro 696 /* Applied Micro Circuits products */ 3312 /* Hitachi Micro products */ 3440 /* Integrated Micro Solutions products */ 7744 /* Micro Star International products */ 8494 /* O2 Micro */ [all...] |
| /openbsd-src/lib/libexpat/ |
| H A D | Changes | 575 Trend Micro Zero Day Initiative
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseN2.td | 14 let IssueWidth = 10; // Micro-ops dispatched at a time.
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2-o | 1342 One night when his charge was pretty high, Micro-Farad decided to 1346 flowing current. Micro-Farad, attracted by Milli-Amp's characteristic curves, 1353 his current flow, it caused her shunt to overheat, and Micro-Farad was rapidly 1358 solenoids. With his battery fully discharged, Micro-Farad was unable to
|