| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| H A D | PackedVersion.h | 26 uint32_t Version{0}; 30 explicit constexpr PackedVersion(uint32_t RawVersion) : Version(RawVersion) {} in PackedVersion() 32 : Version((Major << 16) | ((Minor & 0xff) << 8) | (Subminor & 0xff)) {} in PackedVersion() 34 bool empty() const { return Version == 0; } in empty() 37 unsigned getMajor() const { return Version >> 16; } in getMajor() 40 unsigned getMinor() const { return (Version >> 8) & 0xff; } in getMinor() 43 unsigned getSubminor() const { return Version & 0xff; } in getSubminor() 48 bool operator<(const PackedVersion &O) const { return Version < O.Version; } 50 bool operator==(const PackedVersion &O) const { return Version == O.Version; } 52 bool operator!=(const PackedVersion &O) const { return Version != O.Version; } [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 1 Version 1.02.40 - 19th November 2009 10 Version 1.02.39 - 26th October 2009 17 Version 1.02.38 - 25th September 2009 26 Version 1.02.37 - 15th September 2009 36 Version 1.02.36 - 6th August 2009 41 Version 1.02.35 - 28th July 2009 46 Version 1.02.34 - 15th July 2009 55 Version 1.02.33 - 30th June 2009 64 Version 1.02.32 - 21st May 2009 72 Version 1.02.31 - 3rd March 2009 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Distro.cpp | 33 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local 37 if (Version == Distro::UnknownDistro && Line.startswith("ID=")) in DetectOsRelease() 38 Version = llvm::StringSwitch<Distro::DistroType>(Line.substr(3)) in DetectOsRelease() 48 return Version; in DetectOsRelease() 59 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local 62 if (Version == Distro::UnknownDistro && in DetectLsbRelease() 64 Version = llvm::StringSwitch<Distro::DistroType>(Line.substr(17)) in DetectLsbRelease() 94 return Version; in DetectLsbRelease() 98 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local 102 Version = DetectOsRelease(VFS); in DetectDistro() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | VERSION | 7 Version 4.04 16 Version 4.03 26 Version 4.02 31 Version 4.01 41 Version 4.00 53 Version 3.26 73 Version 3.25 17/07/96 83 Version 3.24 20/04/96 86 Version 3.23 11/04/96 95 Version 3.22 29/11/95 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | VERSION | 7 Version 4.04 16 Version 4.03 26 Version 4.02 31 Version 4.01 41 Version 4.00 53 Version 3.26 73 Version 3.25 17/07/96 83 Version 3.24 20/04/96 86 Version 3.23 11/04/96 95 Version 3.22 29/11/95 [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | ChangeLog.mkhybrid | 3 Version 1.12b5.1 14 Version 1.12b5.0 31 Version 1.12b4.8 49 Version 1.12a4.7 62 Version 1.12a4.6 77 Version 1.12a4.5 84 Version 1.12a4.4 94 Version 1.12a4.3 107 Version 1.12a4.2 116 Version 1.12a4.1 [all …]
|
| /netbsd-src/external/bsd/libfido2/dist/ |
| H A D | NEWS | 1 * Version 1.13.0 (2023-02-20) 9 * Version 1.12.0 (2022-09-22) 31 * Version 1.11.0 (2022-05-03) 42 * Version 1.10.0 (2022-01-17) 56 * Version 1.9.0 (2021-10-27) 78 * Version 1.8.0 (2021-07-22) 98 * Version 1.7.0 (2021-03-29) 132 * Version 1.6.0 (2020-12-22) 147 * Version 1.5.0 (2020-09-01) 165 * Version 1.4.0 (2020-04-15) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 417 auto Version = getIsaVersion(STI.getCPU()); in toString() local 428 if (Version.Major >= 9) in toString() 431 Processor = (Twine("gfx") + Twine(Version.Major) + Twine(Version.Minor) + in toString() 432 Twine(Version.Stepping)) in toString() 592 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local 593 if (Version.Major >= 10) in getSGPRAllocGranule() 595 if (Version.Major >= 8) in getSGPRAllocGranule() 605 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local 606 if (Version.Major >= 8) in getTotalNumSGPRs() 615 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local [all …]
|
| /netbsd-src/external/bsd/tre/dist/ |
| H A D | NEWS | 1 Version 0.8.0 11 Version 0.7.6 20 Version 0.7.5 48 Version 0.7.4 69 Version 0.7.3 78 Version 0.7.2 81 Version 0.7.1 88 Version 0.7.0 103 Version 0.6.8 108 Version 0.6.7 [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | kicad | 17 >>>>20 regex [0-9.]+ (Version %s) 25 >>>>24 string Version 27 >>>>>>32 string x (Version %s) 35 >>>>27 regex [0-9.]+ (Version %s) 41 >>17 string Version 43 >>>>25 string x (Version %s) 49 >>17 string Version 51 >>>>25 string x (Version %s) 59 >>>>20 regex [0-9.]+ (Version %s)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Availability.h | 34 VersionTuple Version; variable 42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument 44 : Version(Version), Platform(Platform), BeginLoc(BeginLoc), in AvailabilitySpec() 51 VersionTuple getVersion() const { return Version; } in getVersion() 57 bool isOtherPlatformSpec() const { return Version.empty(); } in isOtherPlatformSpec()
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
| H A D | BUGS | 20 Version 1.3 26 Version 1.2-f 39 Version 1.2-e 54 Version 1.2-d 83 Version 1.2-c 99 Version 1.2 109 Version 1.1.9 133 Version 1.1.8 147 Version 1.1.7-a 180 Version 1.1.7 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | DarwinSDKInfo.h | 23 DarwinSDKInfo(llvm::VersionTuple Version) : Version(Version) {} in DarwinSDKInfo() argument 25 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion() 28 llvm::VersionTuple Version;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 63 Version = VersionTuple(0); in tryParse() 75 Version = VersionTuple(1, 6); in tryParse() 81 Version = VersionTuple(0, 8); in tryParse() 89 if (Version.tryParse(verString)) in tryParse() 93 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse() 94 Version = VersionTuple(0, 8); in tryParse()
|
| H A D | Cuda.cpp | 200 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion() argument 202 Version.getMajor() * 10 + Version.getMinor().getValueOr(0); in ToCudaVersion() 233 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() argument 234 return CudaFeatureEnabled(ToCudaVersion(Version), Feature); in CudaFeatureEnabled() 237 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled() argument 240 return Version >= CudaVersion::CUDA_92; in CudaFeatureEnabled() 242 return Version >= CudaVersion::CUDA_101; in CudaFeatureEnabled()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 24 Version = 0; in parse32() 42 Version = Num << 16; in parse32() 51 Version |= (Num << ShiftNum); in parse32() 59 Version = 0; in parse64() 81 Version = Num << 16; in parse64() 95 Version |= (Num << ShiftNum); in parse64()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 101 Error RawCoverageFilenamesReader::read(CovMapVersion Version) { in read() argument 108 if (Version < CovMapVersion::Version4) in read() 109 return readUncompressed(Version, NumFilenames); in read() 143 return Delegate.readUncompressed(Version, NumFilenames); in read() 146 return readUncompressed(Version, NumFilenames); in read() 149 Error RawCoverageFilenamesReader::readUncompressed(CovMapVersion Version, in readUncompressed() argument 152 if (Version < CovMapVersion::Version6) { in readUncompressed() 527 get(CovMapVersion Version, InstrProfSymtab &P, 533 template <CovMapVersion Version, class IntPtrT, support::endianness Endian> 536 typename CovMapTraits<Version, IntPtrT>::CovMapFuncRecordType; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | Trace.cpp | 181 (FileHeader.Version >= 3 ? Record.PId != PId : false)) in loadNaiveFormatLog() 336 TraceExpander Expander(Adder, FileHeader.Version); in loadFDRLog() 358 FileHeader.Version = Trace.Header.Version; in loadYAMLLog() 364 if (FileHeader.Version != 1) in loadYAMLLog() 366 Twine("Unsupported XRay file version: ") + Twine(FileHeader.Version), in loadYAMLLog() 436 uint16_t Version = HeaderExtractor.getU16(&OffsetPtr); in loadTrace() local 444 if (Version == 1 || Version == 2 || Version == 3) { in loadTrace() 451 Twine(Version), in loadTrace() 456 if (Version >= 1 && Version <= 5) { in loadTrace() 462 Twine("Unsupported version for FDR Mode logging: ") + Twine(Version), in loadTrace()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | uuid.d | 114 assert(ids[0].uuidVersion == UUID.Version.randomNumberBased); 183 enum Version 588 @safe pure nothrow @nogc @property Version uuidVersion() const 594 return Version.timeBased; 596 return Version.dceSecurity; 598 return Version.nameBasedMD5; 600 return Version.randomNumberBased; 602 return Version.nameBasedSHA1; 604 return Version.unknown; 611 == UUID.Version.randomNumberBased); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uuid.d | 114 assert(ids[0].uuidVersion == UUID.Version.randomNumberBased); 183 enum Version 588 @safe pure nothrow @nogc @property Version uuidVersion() const 594 return Version.timeBased; 596 return Version.dceSecurity; 598 return Version.nameBasedMD5; 600 return Version.randomNumberBased; 602 return Version.nameBasedSHA1; 604 return Version.unknown; 611 == UUID.Version.randomNumberBased); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| H A D | Header.cpp | 26 OS << " Version = " << HEX16(H.Version) << '\n'; in operator <<() 45 if (Version != GSYM_VERSION) in checkForError() 47 "unsupported GSYM version %u", Version); in checkForError() 72 H.Version = Data.getU16(&Offset); in decode() 90 O.writeU16(Version); in encode() 102 return LHS.Magic == RHS.Magic && LHS.Version == RHS.Version && in operator ==()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
| H A D | NEWS | 1 Version 0.16.1 - November 2006 5 Version 0.16 - October 2006 18 Version 0.14.4 - April 2005 23 Version 0.14.2 - January 2005 28 Version 0.14 - January 2004 40 Version 0.13 - November 2003 51 Version 0.12 - May 2003
|
| /netbsd-src/common/dist/zlib/os400/ |
| H A D | bndsrc | 4 /* Version 1.1.3 entry points. */ 52 /* Version 1.2.1 additional entry points. */ 67 /* Version 1.2.4 additional entry points. */ 92 /* Version 1.2.6 additional entry points. */ 100 /* Version 1.2.8 additional entry points. */ 107 /* Version 1.2.9 additional entry points. */ 120 /* Version 1.2.12 additional entry points. */
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | IPv6-ChangeLog | 8 Version 1.25 Postfix release 2.1.3 21 Version 1.24 Postfix release 2.1.1 35 Version 1.23 Postfix release 2.1.0 57 Version 1.22 Postfix release 2.0.19 75 Version 1.21a Postfix snapshots 2.0.18-2004{0122,0205,0209} 82 Version 1.21 Postfix releases 2.0.18 - 2.0.19 94 Version 1.20 Postfix release 2.0.16 107 Version 1.19 Postfix release 2.0.16 132 Version 1.18b Postfix snapshot 2.0.16-20030921 138 Version 1.18a Postfix release 2.0.16 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
| H A D | Writer.cpp | 63 uint32_t Version; in write() local 64 support::endian::write32le(&Version, Obj.Header.Version); in write() 65 Out.write(reinterpret_cast<const char *>(&Version), sizeof(Version)); in write()
|