HomeSort by relevance Sort by last modified time
    Searched refs:Minor (Results 176 - 200 of 231) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/MC/
MCAsmStreamer.cpp 137 void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor,
448 unsigned Minor, unsigned Update) {
455 OS << " " << Major << ", " << Minor;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SdramSpdDdr4.h 34 UINT8 Minor : 4; ///< Bits 3:0
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 366 OS << Version.Major << "." << Version.Minor << "." << Version.Build;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 112 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping,
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 289 /// \return OCL version encoded as Major*10^5+Minor*10^3+Rev,
295 /// Encode OpenCL version as Major*10^5+Minor*10^3+Rev.
298 unsigned char Minor, unsigned char Rev);
300 /// Decode OpenCL version which is encoded as Major*10^5+Minor*10^3+Rev
SPIRVReader.cpp 155 const std::string &MDName, unsigned Major, unsigned Minor) {
157 NamedMD->addOperand(getMDTwoInt(Context, Major, Minor));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc 70 // Selects the shape with the largest minor dimension as the one upon
72 if (dimensions[LayoutUtil::Minor(source_shape.layout(), 0)] >=
73 dimensions[LayoutUtil::Minor(dest_shape.layout(), 0)]) {
74 minor_dimension = LayoutUtil::Minor(source_shape.layout(), 0);
77 minor_dimension = LayoutUtil::Minor(dest_shape.layout(), 0);
217 // Scan the source from minor, stepping in copy size blocks, then within
219 // by one (walking through the minor dimension), and destination index by
781 // F32[8,11]{0,1}, since it leaves the original most minor (the 8 sized), the
782 // most minor.
785 // minor to major vector, and given T(Di) the index that the original D
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 628 (Major, Minor) = ConfigDict['order'].split('.')
629 ConfigDict['order'] = (int (Major, 16) << 8 ) + int (Minor, 16)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c     [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 456 Version.Minor = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_backEndMinor);
505 Version.Minor = PrivateGetDIAValue(Symbol, &IDiaSymbol::get_frontEndMinor);
    [all...]
  /external/tcpdump/
print-nfs.c 827 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor));
830 if(fsid.Fsid_dev.Minor == 257)
    [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...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 641 (Major, Minor) = ConfigDict['order'].split('.')
642 ConfigDict['order'] = (int (Major, 16) << 8 ) + int (Minor, 16)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.c     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment.cc     [all...]
algebraic_simplifier.cc     [all...]
  /external/libusb/libusb/os/
windows_winusb.h 816 INT Minor;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 361 Minor = '%04o' % int(ValueList[1], 0)
362 self._Version = int('0x' + Major + Minor, 0)
    [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/lzma/CPP/7zip/Archive/7z/
7zIn.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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)
153 * \brief Describes a version number of the form major.minor.subminor.
162 * \brief The minor version number, e.g., the '7' in '10.7.3'. This value
163 * will be negative if no minor version number was provided, e.g., for
166 int Minor;
    [all...]

Completed in 936 milliseconds

1 2 3 4 5 6 78 910