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

12 3 4 5 6 7

  /device/linaro/bootloader/edk2/DuetPkg/
build64.sh 49 Major=$(uname -r | cut -f 1 -d '.')
50 if [[ $Major == 9 ]]
  /external/llvm/include/llvm/MC/
MCAssembler.h 82 // A Major version of 0 indicates that no version information was supplied
86 unsigned Major;
234 void setVersionMinInfo(MCVersionMinType Kind, unsigned Major, unsigned Minor,
237 VersionMinInfo.Major = Major;
  /external/syzkaller/vendor/golang.org/x/sys/unix/
dev_linux.go 5 // Functions to access/create device major and minor numbers matching the
11 // dev_t in glibc is 64-bit, with 32-bit major and minor numbers. glibc's
12 // default encoding is MMMM Mmmm mmmM MMmm, where M is a hex digit of the major
20 // Major returns the major component of a Linux device number.
21 func Major(dev uint64) uint32 {
22 major := uint32((dev & 0x00000000000fff00) >> 8)
23 major |= uint32((dev & 0xfffff00000000000) >> 32)
24 return major
34 // Mkdev returns a Linux device number generated from the given major and mino
    [all...]
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
_main.c 105 am_util_stdio_printf("HAL SDK version: %d.%d.%d\n", g_ui32HALversion.s.Major,
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 79 void EmitVersionMin(MCVersionMinType Kind, unsigned Major,
275 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major,
277 getAssembler().setVersionMinInfo(Kind, Major, Minor, Update);
505 unsigned Major, Minor, Update;
506 TT.getOSVersion(Major, Minor, Update);
507 // If there is a version specified, Major will be non-zero.
508 if (Major) {
520 S->EmitVersionMin(VersionType, Major, Minor, Update);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 983 static void parseVersionFromName(StringRef Name, unsigned &Major,
986 Major = Minor = Micro = 0;
989 unsigned *Components[3] = {&Major, &Minor, &Micro};
1003 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 944 static void parseVersionFromName(StringRef Name, unsigned &Major,
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);
993 if (Major == 0
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 82 static int Major = TAGP_MAJOR;
671 rc = register_chrdev(Major, DEVICE_NAME, &tagp_fops);
677 if (Major == 0)
678 Major = rc;
703 rc = unregister_chrdev(Major, DEVICE_NAME);
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 73 static int Major = TBASEMAJOR;
872 rc = register_chrdev(Major, DEVICE_NAME, &tbase_fops);
878 if (Major == 0)
879 Major = rc;
902 rc = unregister_chrdev(Major, DEVICE_NAME);
  /external/llvm/unittests/ADT/
TripleTest.cpp 714 unsigned Major, Minor, Micro;
722 T.getMacOSXVersion(Major, Minor, Micro);
723 EXPECT_EQ((unsigned)10, Major);
726 T.getiOSVersion(Major, Minor, Micro);
727 EXPECT_EQ((unsigned)5, Major);
737 T.getMacOSXVersion(Major, Minor, Micro);
738 EXPECT_EQ((unsigned)10, Major);
741 T.getiOSVersion(Major, Minor, Micro);
742 EXPECT_EQ((unsigned)5, Major);
752 T.getMacOSXVersion(Major, Minor, Micro)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCMachOStreamer.cpp 92 void EmitVersionMin(MCVersionMinType Kind, unsigned Major,
94 void EmitBuildVersion(unsigned Platform, unsigned Major,
272 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major,
274 getAssembler().setVersionMin(Kind, Major, Minor, Update);
277 void MCMachOStreamer::EmitBuildVersion(unsigned Platform, unsigned Major,
279 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TcgService.h 27 UINT8 Major;
TrEEProtocol.h 27 UINT8 Major;
43 // For this version of the protocol, the Major version shall be set to 1
49 // For this version of the protocol, the Major version shall be set to 1
Bis.h 62 UINT32 Major; ///< The major BIS version number.
68 // Use these values to initialize EFI_BIS_VERSION.Major
133 @param InterfaceVersion On input, the caller supplies the major version number of the
135 On output, both the major and minor
136 version numbers are updated with the major and minor version
142 @retval EFI_INCOMPATIBLE_VERSION The InterfaceVersion.Major requested by the
144 implementation. The InterfaceVersion.Major has
Tls.h 126 UINT8 Major;
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 26 Byte Major;
  /external/tensorflow/tensorflow/compiler/xla/
layout_util.h 37 // Creates a layout with the given minor-to-major dimension order. (This is a
47 // Returns a layout with descending ((i.e. {n, n-1, ..., 0}) minor-to-major
101 // * R2+: equivalent to column-major. Dimension 0 is the minor, dimension 1 is
102 // more major, and so on until dimension N-1 which is the major.
105 // Returns whether the layout is monotonic and dim 0 is major in the layout.
107 // * R2+: equivalent to row-major. Dimension 0 is the major, dimension 1 is
137 // Major(0) is the most major logical dimension number, Major(1) is th
    [all...]
  /external/ltp/testcases/kernel/device-drivers/include/
includeTest.c 75 static int Major = 0;
147 printk("BLK INC - result =%d major %d\n", rc, INCLUDEMAJOR);
160 printk("major = %d\n", Major);
163 gd_ptr->major = INCLUDEMAJOR;
175 printk("major = %d\n", Major);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 199 << ISAVersion.Major
286 if (Version.Major >= 8)
297 if (Version.Major >= 8)
307 if (Version.Major >= 8)
331 if (Version.Major >= 8 && !Addressable)
347 if (Version.Major < 8) {
426 Header.amd_machine_version_major = ISA.Major;
518 if (Version.Major < 9)
538 if (Version.Major < 9)
548 if (Version.Major < 9
    [all...]
  /external/v8/src/
code-stubs.h 89 enum Major {
102 static Major MajorKeyFromKey(uint32_t key) {
103 return static_cast<Major>(MajorKeyBits::decode(key));
109 // Gets the major key from a code object that is a code stub or binary op IC.
110 static Major GetMajorKey(const Code* code_stub);
114 static const char* MajorName(Major major_key);
144 virtual Major MajorKey() const = 0;
178 // Computes the key based on major and minor.
224 inline Major MajorKey() const override { return NAME; }; \
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
TripleTest.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/
Bis.h 48 UINT32 Major; // BIS Interface version number.
54 // Use these values to initialize EFI_BIS_VERSION.Major
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
TcgService.h 56 UINT8 Major;
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 63 Major=$(uname -r | cut -f 1 -d '.')
64 # Major is Darwin version, not OS X version.
66 case $Major in
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 50 void setBuildNumber(uint8_t Major, uint8_t Minor);

Completed in 1601 milliseconds

12 3 4 5 6 7