Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/freebsd-13.1/sys/contrib/dev/iwlwififw/
H A DWHENCE4 Version: 15.32.2.9
7 Version: 228.61.2.24
13 Version: 8.24.2.12
16 Version: 8.83.5.1
19 Version: 8.24.2.2
22 Version: 128.50.3.1
25 Version: 39.31.5.1
28 Version: 9.221.4.1
31 Version: 9.201.4.1
34 Version: 41.28.5.1
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h26 uint32_t Version{0};
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; }
54 uint32_t rawValue() const { return Version; } in rawValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp112 return "darwin" + Version; in getOSAndEnvironmentName()
114 return "macos" + Version; in getOSAndEnvironmentName()
116 return "ios" + Version; in getOSAndEnvironmentName()
118 return "tvos" + Version; in getOSAndEnvironmentName()
120 return "watchos" + Version; in getOSAndEnvironmentName()
122 return "bridgeos" + Version; in getOSAndEnvironmentName()
124 return "ios" + Version + "-macabi"; in getOSAndEnvironmentName()
126 return "ios" + Version + "-simulator"; in getOSAndEnvironmentName()
128 return "tvos" + Version + "-simulator"; in getOSAndEnvironmentName()
130 return "watchos" + Version + "-simulator"; in getOSAndEnvironmentName()
[all …]
H A DPackedVersion.cpp24 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp48 return Version; in DetectOsRelease()
62 if (Version == Distro::UnknownDistro && in DetectLsbRelease()
94 return Version; in DetectLsbRelease()
102 Version = DetectOsRelease(VFS); in DetectDistro()
103 if (Version != Distro::UnknownDistro) in DetectDistro()
104 return Version; in DetectDistro()
107 Version = DetectLsbRelease(VFS); in DetectDistro()
108 if (Version != Distro::UnknownDistro) in DetectDistro()
109 return Version; in DetectDistro()
181 int Version; in DetectDistro() local
[all …]
/freebsd-13.1/sys/netinet/libalias/
H A DHISTORY3 Version 1.0: August 11, 1996 (cjm)
5 Version 1.1: August 20, 1996 (cjm)
8 Version 1.2: September 7, 1996 (cjm)
11 Version 1.3: September 15, 1996 (cjm)
25 Version 1.6: September 18, 1996
31 Version 1.7: January 9, 1997 (cjm)
84 Version 2.0: March, 1997 (cjm)
95 Version 2.1: May, 1997 (cjm)
104 Version 2.2: July, 1997 (cjm)
133 Version 3.0: January 1, 1999
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h34 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()
/freebsd-13.1/contrib/libfido2/
H A DNEWS1 * Version 1.8.0 (2021-07-22)
21 * Version 1.7.0 (2021-03-29)
55 * Version 1.6.0 (2020-12-22)
70 * Version 1.5.0 (2020-09-01)
88 * Version 1.4.0 (2020-04-15)
103 * Version 1.3.1 (2020-02-19)
107 * Version 1.3.0 (2019-11-28)
123 * Version 1.2.0 (released 2019-07-26)
134 * Version 1.1.0 (released 2019-05-08)
141 * Version 1.0.0 (released 2019-03-21)
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dkicad17 >>>>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)
/freebsd-13.1/sbin/natd/
H A DHISTORY1 * Version 0.1
5 * Version 0.2
15 * Version 1.0
19 * Version 1.1
26 * Version 1.2
32 * Version 1.3
42 * Version 1.4
76 * Version 1.5
83 * Version 1.6
92 * Version 1.7
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp428 if (Version.Major >= 9) in toString()
431 Processor = (Twine("gfx") + Twine(Version.Major) + Twine(Version.Minor) + in toString()
593 if (Version.Major >= 10) in getSGPRAllocGranule()
595 if (Version.Major >= 8) in getSGPRAllocGranule()
606 if (Version.Major >= 8) in getTotalNumSGPRs()
616 if (Version.Major >= 10) in getAddressableNumSGPRs()
618 if (Version.Major >= 8) in getAddressableNumSGPRs()
894 if (Version.Major < 9) in getVmcntBitMask()
915 if (Version.Major < 9) in getWaitcntBitMask()
925 if (Version.Major < 9) in decodeVmcnt()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h30 unsigned char Version; member
33 if (Version < 2) in function()
39 if (Version < 2) in address()
49 unsigned char Version;
52 if (Version < 2)
58 if (Version < 2)
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp63 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 DCuda.cpp202 CudaVersion ToCudaVersion(llvm::VersionTuple Version) { in ToCudaVersion() argument
204 Version.getMajor() * 10 + Version.getMinor().getValueOr(0); in ToCudaVersion()
235 bool CudaFeatureEnabled(llvm::VersionTuple Version, CudaFeature Feature) { in CudaFeatureEnabled() argument
236 return CudaFeatureEnabled(ToCudaVersion(Version), Feature); in CudaFeatureEnabled()
239 bool CudaFeatureEnabled(CudaVersion Version, CudaFeature Feature) { in CudaFeatureEnabled() argument
242 return Version >= CudaVersion::CUDA_92; in CudaFeatureEnabled()
244 return Version >= CudaVersion::CUDA_101; in CudaFeatureEnabled()
H A DDarwinSDKInfo.cpp69 VersionTuple Version; in getVersionKey() local
70 if (Version.tryParse(*Value)) in getVersionKey()
72 return Version; in getVersionKey()
77 auto Version = getVersionKey(*Obj, "Version"); in parseDarwinSDKSettingsJSON() local
78 if (!Version) in parseDarwinSDKSettingsJSON()
105 return DarwinSDKInfo(std::move(*Version), in parseDarwinSDKSettingsJSON()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A DNEWS.md3 ## Version 2.1 ##
21 ## Version 2.0.2 ##
33 ## Version 2.0.1 ##
42 ## Version 2.0 ##
60 ## Version 1.3.1 ##
72 ## Version 1.3 ##
99 ## Version 1.2 ##
235 ## Version 1.0 ##
243 ## Version 0.3 ##
258 ## Version 0.2 ##
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp26 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 ==()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp108 if (Version < CovMapVersion::Version4) in read()
152 if (Version < CovMapVersion::Version6) { in readUncompressed()
627 if (Version < CovMapVersion::Version4) in readCoverageHeader()
630 if (Version < CovMapVersion::Version4) in readCoverageHeader()
640 if (auto Err = Reader.read(Version)) in readCoverageHeader()
681 if (Version < CovMapVersion::Version4) { in readCoverageHeader()
749 switch (Version) { in get()
761 if (Version == CovMapVersion::Version2) in get()
817 if (Version >= CovMapVersion::Version4) in readCoverageMappingData()
896 CovMapVersion Version = in loadTestingFormat() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp181 (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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() argument
26 RawSymbol->getFrontEndVersion(Version); in getFrontEndVersion()
29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() argument
30 RawSymbol->getBackEndVersion(Version); in getBackEndVersion()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWriter.cpp63 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp318 if (Header.Version >= 5) { in parseInfoSectionUnitHeader()
331 if (Header.Version >= 5) { in parseInfoSectionUnitHeader()
563 uint16_t Version = 0; in write() local
615 if (Version == 0) { in write()
616 Version = Header.Version; in write()
617 IndexVersion = Version < 5 ? 2 : 5; in write()
618 } else if (Version != Header.Version) { in write()
652 if (Header.Version < 5 || in write()
755 if (Version >= 5) { in write()
788 if (Version < 5) { in write()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp119 void NativeRawSymbol::getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
120 Version.Major = 0; in getBackEndVersion()
121 Version.Minor = 0; in getBackEndVersion()
122 Version.Build = 0; in getBackEndVersion()
123 Version.QFE = 0; in getBackEndVersion()
162 void NativeRawSymbol::getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
163 Version.Major = 0; in getFrontEndVersion()
164 Version.Minor = 0; in getFrontEndVersion()
165 Version.Build = 0; in getFrontEndVersion()
166 Version.QFE = 0; in getFrontEndVersion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h105 DarwinSDKInfo(VersionTuple Version, VersionTuple MaximumDeploymentTarget,
111 : Version(Version), MaximumDeploymentTarget(MaximumDeploymentTarget), in Version() function
114 const llvm::VersionTuple &getVersion() const { return Version; } in getVersion()
139 VersionTuple Version;
/freebsd-13.1/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md24 Type | Version/Name
27 Distribution Version |
28 Kernel Version |
30 OpenZFS Version |

12345678910>>...44