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

12 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndkinfo.h 22 USHORT Minor;
  /external/clang/lib/Basic/
VersionTuple.cpp 11 // the form major[.minor[.subminor]].
31 if (Optional<unsigned> Minor = V.getMinor())
32 Out << (V.usesUnderscores() ? '_' : '.') << *Minor;
60 unsigned major = 0, minor = 0, micro = 0, build = 0; local
70 // If we're not done, parse the minor version, \.[0-9]+
73 if (parseInt(input, minor)) return true;
76 *this = VersionTuple(major, minor);
86 *this = VersionTuple(major, minor, micro);
98 *this = VersionTuple(major, minor, micro, build);
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 161 unsigned Major, Minor, Micro;
162 TargetTriple.getiOSVersion(Major, Minor, Micro);
  /external/llvm/include/llvm/MC/
MCAssembler.h 87 unsigned Minor;
234 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
238 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 90 unsigned Minor;
245 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
249 VersionMinInfo.Minor = Minor;
  /external/llvm/unittests/ADT/
TripleTest.cpp 714 unsigned Major, Minor, Micro;
722 T.getMacOSXVersion(Major, Minor, Micro);
724 EXPECT_EQ((unsigned)5, Minor);
726 T.getiOSVersion(Major, Minor, Micro);
728 EXPECT_EQ((unsigned)0, Minor);
737 T.getMacOSXVersion(Major, Minor, Micro);
739 EXPECT_EQ((unsigned)5, Minor);
741 T.getiOSVersion(Major, Minor, Micro);
743 EXPECT_EQ((unsigned)0, Minor);
752 T.getMacOSXVersion(Major, Minor, Micro)
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 920 unsigned &Minor, unsigned &Micro) {
922 Major = Minor = Micro = 0;
925 unsigned *Components[3] = {&Major, &Minor, &Micro};
939 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor,
946 parseVersionFromName(EnvironmentName, Major, Minor, Micro);
949 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
957 parseVersionFromName(OSName, Major, Minor, Micro);
960 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor,
962 getOSVersion(Major, Minor, Micro);
974 Minor = Major - 4
    [all...]
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 80 unsigned Minor, unsigned Update) override;
276 unsigned Minor, unsigned Update) {
277 getAssembler().setVersionMinInfo(Kind, Major, Minor, Update);
505 unsigned Major, Minor, Update;
506 TT.getOSVersion(Major, Minor, Update);
520 S->EmitVersionMin(VersionType, Major, Minor, Update);
  /external/mesa3d/docs/specs/
MESA_window_pos.spec 125 * Revision 1.1 - Minor clean-up (7 Jan 2000, Brian Paul)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TcgService.h 28 UINT8 Minor;
TrEEProtocol.h 28 UINT8 Minor;
44 // and the Minor version shall be set to 0.
50 // and the Minor version shall be set to 0.
Bis.h 63 UINT32 Minor; ///< A minor BIS version number.
135 On output, both the major and minor
136 version numbers are updated with the major and minor version
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 27 Byte Minor;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 945 unsigned &Minor, unsigned &Micro) {
947 Major = Minor = Micro = 0;
950 unsigned *Components[3] = {&Major, &Minor, &Micro};
964 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor,
971 parseVersionFromName(EnvironmentName, Major, Minor, Micro);
974 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
982 parseVersionFromName(OSName, Major, Minor, Micro);
985 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor,
987 getOSVersion(Major, Minor, Micro);
999 Minor = Major - 4
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/
Bis.h 49 UINT32 Minor; // Build number.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
TcgService.h 57 UINT8 Minor;
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 594 void Triple::getOSVersion(unsigned &Major, unsigned &Minor,
604 Major = Minor = Micro = 0;
607 unsigned *Components[3] = { &Major, &Minor, &Micro };
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 461 # where mmmm is the major number and nnnn is the adjusted minor number.
469 Minor = ValueList[1]
470 if len(Minor) == 1:
471 Minor += '0'
472 DeciValue = (int(Major) << 16) + int(Minor);

Completed in 2518 milliseconds

12 3 4 5 6 7