HomeSort by relevance Sort by last modified time
    Searched refs:Minor (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcg2Protocol.h 29 UINT8 Minor;
47 // and the Minor version shall be set to 1.
53 // and the Minor version shall be set to 1.
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 61 Header.amd_machine_version_minor = ISA.Minor;
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 182 unsigned char Minor, unsigned char Rev) {
183 return (Major * 100 + Minor) * 1000 + Rev;
189 unsigned char Minor = (Ver % 100000) / 1000;
191 return std::make_tuple(Major, Minor, Rev);
  /external/clang/lib/Driver/
ToolChains.cpp 591 unsigned Major, Minor, Micro;
594 getTriple().getiOSVersion(Major, Minor, Micro);
595 llvm::raw_string_ostream(iOSTarget) << Major << '.' << Minor << '.'
598 getTriple().getWatchOSVersion(Major, Minor, Micro);
599 llvm::raw_string_ostream(WatchOSTarget) << Major << '.' << Minor << '.'
603 if (!getTriple().getMacOSXVersion(Major, Minor, Micro)) {
607 llvm::raw_string_ostream(OSXTarget) << Major << '.' << Minor << '.'
672 unsigned Major, Minor, Micro;
677 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor, Micro,
679 HadExtra || Major != 10 || Minor >= 100 || Micro >= 100
    [all...]
  /external/ImageMagick/MagickCore/
resample.c 698 % minor axis unit vectors, and their magnitude. This allows us to
708 % By generating major and minor axis vectors, we can actually use the
710 % sampled point into distances along the major and minor axis unit
732 * and computes from it the major and minor axis vectors [major_x,
750 * minor_mag is the half-length of the minor axis of the "new"
758 * minor_unit_x is the x-coordinate of the minor axis direction vector.
760 * minor_unit_y is the y-coordinate of the minor axis direction vector.
786 * the singular values are not clamped; for example, the minor axis
806 * values in order to get the minor and major ellipse axis vectors.
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 164 unsigned Major, Minor, Micro;
165 triple.getOSVersion(Major, Minor, Micro);
166 return Major > 10 || (Major == 10 && Minor >= 7);
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 573 bool ParseDirectiveMajorMinor(uint32_t &Major, uint32_t &Minor);
621 Sym->setVariableValue(MCConstantExpr::create(Isa.Minor, Ctx));
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 481 unsigned &Minor, unsigned &Micro,
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 259 uint32_t Minor;
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 450 uint16_t Minor = DS->getBuildMinorVersion();
451 P.printVersion("Toolchain Version", Major, Minor);
455 DllStream << "mspdb" << Major << Minor << ".dll version";
457 P.printVersion(DllName, Major, Minor, DS->getPdbDllVersion());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 253 uint32_t Minor;

Completed in 2379 milliseconds

1 23 4 5 6 7