/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 27 unsigned Major : 32; 40 : Major(0), Minor(0), HasMinor(false), Subminor(0), HasSubminor(false), in VersionTuple() 43 explicit VersionTuple(unsigned Major) in VersionTuple() argument 44 : Major(Major), Minor(0), HasMinor(false), Subminor(0), in VersionTuple() 47 explicit VersionTuple(unsigned Major, unsigned Minor) in VersionTuple() argument 48 : Major(Major), Minor(Minor), HasMinor(true), Subminor(0), in VersionTuple() 51 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor) in VersionTuple() argument 52 : Major(Majo in VersionTuple() 55 VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, unsigned Build) VersionTuple() argument [all...] |
H A D | TargetParser.h | 137 unsigned Major; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 323 void getEnvironmentVersion(unsigned &Major, unsigned &Minor, 335 void getOSVersion(unsigned &Major, unsigned &Minor, unsigned &Micro) const; 349 bool getMacOSXVersion(unsigned &Major, unsigned &Minor, 354 void getiOSVersion(unsigned &Major, unsigned &Minor, 359 void getWatchOSVersion(unsigned &Major, unsigned &Minor, 415 bool isOSVersionLT(unsigned Major, unsigned Minor = 0, in isOSVersionLT() argument 420 if (LHS[0] != Major) in isOSVersionLT() 421 return LHS[0] < Major; in isOSVersionLT() 439 bool isMacOSXVersionLT(unsigned Major, unsigned Minor = 0, in isMacOSXVersionLT() argument 445 return isOSVersionLT(Major, Mino in isMacOSXVersionLT() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 44 virtual void EmitDirectiveHSACodeObjectVersion(uint32_t Major, 47 virtual void EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, 102 void EmitDirectiveHSACodeObjectVersion(uint32_t Major, 105 void EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, 149 void EmitDirectiveHSACodeObjectVersion(uint32_t Major, 152 void EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor,
|
H A D | AMDGPUTargetStreamer.cpp | 178 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() 180 Twine(Major) << "," << Twine(Minor) << '\n'; in EmitDirectiveHSACodeObjectVersion() 184 AMDGPUTargetAsmStreamer::EmitDirectiveHSACodeObjectISA(uint32_t Major, in EmitDirectiveHSACodeObjectISA() argument 190 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) << in EmitDirectiveHSACodeObjectISA() 296 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor() 326 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor() 328 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor() 349 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor() 353 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor() 457 uint32_t Major, uint32_ in EmitDirectiveHSACodeObjectVersion() 177 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument 456 EmitDirectiveHSACodeObjectVersion( uint32_t Major, uint32_t Minor) EmitDirectiveHSACodeObjectVersion() argument 467 EmitDirectiveHSACodeObjectISA(uint32_t Major, uint32_t Minor, uint32_t Stepping, StringRef VendorName, StringRef ArchName) EmitDirectiveHSACodeObjectISA() argument [all...] |
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
H A D | tmod.c | 53 static int Major = TMOD_MAJOR; variable 241 rc = register_chrdev(Major, DEVICE_NAME, &tmod_fops); in tmod_init_module() 247 if (Major == 0) in tmod_init_module() 248 Major = rc; in tmod_init_module() 267 rc = unregister_chrdev(Major, DEVICE_NAME); in tmod_exit_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 461 bool parseMajorMinorVersionComponent(unsigned *Major, unsigned *Minor, 465 bool parseVersion(unsigned *Major, unsigned *Minor, unsigned *Update); 1012 bool DarwinAsmParser::parseMajorMinorVersionComponent(unsigned *Major, in parseMajorMinorVersionComponent() argument 1022 *Major = (unsigned)MajorVal; in parseMajorMinorVersionComponent() 1058 bool DarwinAsmParser::parseVersion(unsigned *Major, unsigned *Minor, in parseVersion() argument 1060 if (parseMajorMinorVersionComponent(Major, Minor, "OS")) in parseVersion() 1078 unsigned Major, Minor; in parseSDKVersion() local 1079 if (parseMajorMinorVersionComponent(&Major, &Minor, "SDK")) in parseSDKVersion() 1081 SDKVersion = VersionTuple(Major, Minor); in parseSDKVersion() 1088 SDKVersion = VersionTuple(Major, Mino in parseSDKVersion() 1125 unsigned Major; parseVersionMin() local 1181 unsigned Major; parseBuildVersion() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 235 << Version.Major in streamIsaVersion() 329 if (Version.Major >= 10) in getSGPRAllocGranule() 331 if (Version.Major >= 8) in getSGPRAllocGranule() 342 if (Version.Major >= 8) in getTotalNumSGPRs() 352 if (Version.Major >= 10) in getAddressableNumSGPRs() 354 if (Version.Major >= 8) in getAddressableNumSGPRs() 363 if (Version.Major >= 10) in getMinNumSGPRs() 382 if (Version.Major >= 10) in getMaxNumSGPRs() 384 if (Version.Major >= 8 && !Addressable) in getMaxNumSGPRs() 400 if (Version.Major > in getNumExtraSGPRs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 86 // A Major version of 0 indicates that no version information was supplied 94 unsigned Major; member in llvm::MCAssembler 256 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, in setVersionMin() argument 261 VersionInfo.Major = Major; in setVersionMin() 266 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, in setBuildVersion() argument 271 VersionInfo.Major = Major; in setBuildVersion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 1035 static void parseVersionFromName(StringRef Name, unsigned &Major, 1038 Major = Minor = Micro = 0; 1041 unsigned *Components[3] = {&Major, &Minor, &Micro}; 1055 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, 1062 parseVersionFromName(EnvironmentName, Major, Minor, Micro); 1065 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, 1075 parseVersionFromName(OSName, Major, Minor, Micro); 1078 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, 1080 getOSVersion(Major, Minor, Micro); 1086 if (Major [all...] |
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | tusb.c | 77 static int Major = TUSB_MAJOR; variable 516 rc = register_chrdev(Major, DEVICE_NAME, &tusb_fops); in tusb_init_module() 522 if (Major == 0) in tusb_init_module() 523 Major = rc; in tusb_init_module() 525 printk("tusb: Registration success at major number %i\n", Major); in tusb_init_module() 538 unregister_chrdev(Major, DEVICE_NAME); in tusb_exit_module()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
H A D | llvm.go | 39 Major, Minor, Point int 43 return fmt.Sprintf("%v.%v.%v", v.Major, v.Minor, v.Point) 48 if v.Major > rhs.Major { 51 if v.Major < rhs.Major {
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
H A D | tbase.c | 73 static int Major = TBASEMAJOR; variable 872 rc = register_chrdev(Major, DEVICE_NAME, &tbase_fops); in tbase_init_module() 878 if (Major == 0) in tbase_init_module() 879 Major = rc; in tbase_init_module() 902 rc = unregister_chrdev(Major, DEVICE_NAME); in tbase_exit_module()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | tagp.c | 82 static int Major = TAGP_MAJOR; variable 671 rc = register_chrdev(Major, DEVICE_NAME, &tagp_fops); in tagp_init_module() 677 if (Major == 0) in tagp_init_module() 678 Major = rc; in tagp_init_module() 703 rc = unregister_chrdev(Major, DEVICE_NAME); in tagp_exit_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | PackedVersion.h | 28 PackedVersion(unsigned Major, unsigned Minor, unsigned Subminor) in PackedVersion() argument 29 : Version((Major << 16) | ((Minor & 0xff) << 8) | (Subminor & 0xff)) {} in PackedVersion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 91 void EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, 93 void EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, 271 void MCMachOStreamer::EmitVersionMin(MCVersionMinType Kind, unsigned Major, in EmitVersionMin() argument 274 getAssembler().setVersionMin(Kind, Major, Minor, Update, SDKVersion); in EmitVersionMin() 277 void MCMachOStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion() argument 280 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
|
H A D | MCStreamer.cpp | 1137 unsigned Major; in EmitVersionForTarget() local 1142 Target.getiOSVersion(Major, Minor, Update); in EmitVersionForTarget() 1143 assert(Major && "A non-zero major version is expected"); in EmitVersionForTarget() 1144 EmitBuildVersion(MachO::PLATFORM_MACCATALYST, Major, Minor, Update, in EmitVersionForTarget() 1152 Target.getWatchOSVersion(Major, Minor, Update); in EmitVersionForTarget() 1155 Target.getiOSVersion(Major, Minor, Update); in EmitVersionForTarget() 1158 if (!Target.getMacOSXVersion(Major, Minor, Update)) in EmitVersionForTarget() 1159 Major = 0; in EmitVersionForTarget() 1162 Target.getiOSVersion(Major, Minor, Update); in EmitVersionForTarget() 1164 if (Major ! in EmitVersionForTarget() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | qsvvpp.h | 40 ((MFX_VERSION.Major > (MAJOR)) || \ 41 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.c | 75 static int Major = 0; variable 160 printk("major = %d\n", Major); in test_init_module() 175 printk("major = %d\n", Major); in test_init_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 286 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local 287 TargetTriple.getiOSVersion(Major, Minor, Micro); in supportsAddressTopByteIgnored() 288 return Major >= 8; in supportsAddressTopByteIgnored()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Module.cpp | 601 auto Major = getVersionComponent(0); 602 if (!Major) 604 VersionTuple Result = VersionTuple(*Major); 606 Result = VersionTuple(*Major, *Minor); 608 Result = VersionTuple(*Major, *Minor, *Subminor);
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsv_internal.h | 65 ((MFX_VERSION.Major > (MAJOR)) || \ 66 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | Version.h | 65 static constexpr uint8_t Major = OBOE_VERSION_MAJOR; member
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHeader.h | 26 Byte Major;
member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 338 Error parseVersion(uint32_t *Major, uint32_t *Minor) { in parseVersion() argument 344 if (V1.getAsInteger(10, *Major)) in parseVersion()
|