/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VersionTuple.h | 27 unsigned Major : 32; variable 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(Major), Minor(Minor), HasMinor(true), Subminor(Subminor), in VersionTuple() 55 explicit VersionTuple(unsigned Major, unsigned Minor, unsigned Subminor, in VersionTuple() argument 57 : Major(Major), Minor(Minor), HasMinor(true), Subminor(Subminor), in VersionTuple() [all …]
|
/third_party/node/deps/openssl/openssl/ |
D | NEWS.md | 21 ### Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023] 27 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023] 38 ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023] 50 ### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [1 Nov 2022] 57 ### Major changes between OpenSSL 3.0.5 and OpenSSL 3.0.6 [11 Oct 2022] 62 ### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [5 Jul 2022] 69 ### Major changes between OpenSSL 3.0.3 and OpenSSL 3.0.4 [21 Jun 2022] 75 ### Major changes between OpenSSL 3.0.2 and OpenSSL 3.0.3 [3 May 2022] 86 ### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2 [15 Mar 2022] 91 ### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [14 Dec 2021] [all …]
|
/third_party/openssl/ |
D | NEWS.md | 21 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023] 32 ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023] 44 ### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [1 Nov 2022] 51 ### Major changes between OpenSSL 3.0.5 and OpenSSL 3.0.6 [11 Oct 2022] 56 ### Major changes between OpenSSL 3.0.4 and OpenSSL 3.0.5 [5 Jul 2022] 63 ### Major changes between OpenSSL 3.0.3 and OpenSSL 3.0.4 [21 Jun 2022] 69 ### Major changes between OpenSSL 3.0.2 and OpenSSL 3.0.3 [3 May 2022] 80 ### Major changes between OpenSSL 3.0.1 and OpenSSL 3.0.2 [15 Mar 2022] 85 ### Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [14 Dec 2021] 92 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [7 sep 2021] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
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, 420 if (LHS[0] != Major) 421 return LHS[0] < Major; 439 bool isMacOSXVersionLT(unsigned Major, unsigned Minor = 0, 445 return isOSVersionLT(Major, Minor, Micro); [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
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/Target/AMDGPU/MCTargetDesc/ |
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,
|
D | AMDGPUTargetStreamer.cpp | 178 uint32_t Major, uint32_t Minor) { in EmitDirectiveHSACodeObjectVersion() argument 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_t Minor) { in EmitDirectiveHSACodeObjectVersion() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
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 >= 10) in getNumExtraSGPRs() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
D | llvm.go | 39 Major, Minor, Point int member 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 1035 static void parseVersionFromName(StringRef Name, unsigned &Major, in parseVersionFromName() argument 1038 Major = Minor = Micro = 0; in parseVersionFromName() 1041 unsigned *Components[3] = {&Major, &Minor, &Micro}; in parseVersionFromName() 1055 void Triple::getEnvironmentVersion(unsigned &Major, unsigned &Minor, in getEnvironmentVersion() argument 1062 parseVersionFromName(EnvironmentName, Major, Minor, Micro); in getEnvironmentVersion() 1065 void Triple::getOSVersion(unsigned &Major, unsigned &Minor, in getOSVersion() argument 1075 parseVersionFromName(OSName, Major, Minor, Micro); in getOSVersion() 1078 bool Triple::getMacOSXVersion(unsigned &Major, unsigned &Minor, in getMacOSXVersion() argument 1080 getOSVersion(Major, Minor, Micro); in getMacOSXVersion() 1086 if (Major == 0) in getMacOSXVersion() [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
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/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
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, Minor, Subminor); in parseSDKVersion() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 94 unsigned Major; member 256 void setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, 261 VersionInfo.Major = Major; 266 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 271 VersionInfo.Major = Major;
|
/third_party/node/deps/cares/ |
D | NEWS | 1 Major changes since: 4 Major changes in release 1.1.1: 10 Major changes in release 1.1.0:
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
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/lib/MC/ |
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()
|
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 != 0) in EmitVersionForTarget() [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
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/ffmpeg/libavfilter/ |
D | qsvvpp.h | 39 ((MFX_VERSION.Major > (MAJOR)) || \ 40 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
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/ |
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/ffmpeg/libavcodec/ |
D | qsv_internal.h | 60 ((MFX_VERSION.Major > (MAJOR)) || \ 61 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 601 auto Major = getVersionComponent(0); in getSDKVersion() local 602 if (!Major) in getSDKVersion() 604 VersionTuple Result = VersionTuple(*Major); in getSDKVersion() 606 Result = VersionTuple(*Major, *Minor); in getSDKVersion() 608 Result = VersionTuple(*Major, *Minor, *Subminor); in getSDKVersion()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Tagging | 29 M = Major release. The initial scope of the POSIX Test Suite corresponds 38 Restarts at 0 for each new Major/Minor combination.
|