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

12 3

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 438 uint32_t Minor;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 131 void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
374 unsigned Minor, unsigned Update) {
381 OS << " " << Major << ", " << Minor;
    [all...]
MachObjectWriter.cpp 814 assert(VersionInfo.Minor < 256 && "unencodable minor target version");
816 uint32_t EncodedVersion = VersionInfo.Update | (VersionInfo.Minor << 8) |
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 288 template<typename MatrixType> class Minor;
  /external/llvm/include/llvm/MC/
MCStreamer.h 388 virtual void EmitVersionMin(MCVersionMinType, unsigned Major, unsigned Minor,
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 31 av.Minor = 2;
33 return WriteDirectByte(av.Minor);
7zIn.cpp     [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 330 OS << Version.Major << "." << Version.Minor << "." << Version.Build;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 186 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping,
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 443 Version.Minor = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_backEndMinor);
492 Version.Minor = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_frontEndMinor);
    [all...]
  /external/tcpdump/
print-nfs.c 835 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor));
838 if(fsid.Fsid_dev.Minor == 257)
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 196 unsigned Major, Minor, Update;
197 TT.getOSVersion(Major, Minor, Update);
209 OutStreamer->EmitVersionMin(VersionType, Major, Minor, Update);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 732 // Parse the major (and possibly minor and subminor) versions, which
782 // Parse the minor version.
784 unsigned Minor = 0;
786 Minor = Minor * 10 + ThisTokBegin[AfterMinor] - '0';
793 // We had major.minor.
794 if (Major == 0 && Minor == 0) {
799 return VersionTuple(Major, Minor, (AfterMajorSeparator == '_'));
830 return VersionTuple(Major, Minor, Subminor, (AfterMajorSeparator == '_'));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 161 UCHAR Minor;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
netmon.h 628 #define MakeVersion(Major,Minor) ((DWORD) MAKEWORD(Minor,Major))
    [all...]
  /external/clang/include/clang-c/
Index.h 37 #define CINDEX_VERSION_ENCODE(major, minor) ( \
39 + ((minor) * 1))
45 #define CINDEX_VERSION_STRINGIZE_(major, minor) \
46 #major"."#minor
47 #define CINDEX_VERSION_STRINGIZE(major, minor) \
48 CINDEX_VERSION_STRINGIZE_(major, minor)
147 * \brief Describes a version number of the form major.minor.subminor.
156 * \brief The minor version number, e.g., the '7' in '10.7.3'. This value
157 * will be negative if no minor version number was provided, e.g., for
160 int Minor;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md 63 - Minor improvements to API.md and README.md.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 362 if (Version.Minor < 0)
364 printf(".%d", Version.Minor);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 184 // define (because we only get a single digit for the minor and micro
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/blktrace/doc/
blktrace.tex 597 \emph{D} & 7-character string containing the major and minor numbers of
601 \emph{m} & Minor number of event's device. \\ \hline
664 \item[\%D] Displays the event's device major/minor as: \%3d,\%-3d.
    [all...]

Completed in 967 milliseconds

12 3