| /freebsd/sys/contrib/openzfs/module/zstd/ |
| H A D | README.md | 1 # Zstd-On-ZFS Library Manual 5 This subtree contains the Zstd library used in ZFS. It is heavily cut-down by 8 library, besides upgrading to a newer Zstd release. 17 future. Thus we keep them private to Zstd. 19 ## Zstd update policy 21 Since the exact compressed byte stream may change between Zstd versions, updates 24 1. Zstd may be updated, as needed, after a new .0 release is tagged. 27 3. The Zstd version will not be upgraded within a major release. 28 4. Multiple Zstd versions are not supported concurrently within a release. 31 6. Release notes should highlight Zstd updates and any expected impact (e.g. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compression.h | 31 Zstd, ///< Zstandard enumerator 81 Zstd, enumerator 90 case DebugCompressionType::Zstd: in formatFor() 91 return Format::Zstd; in formatFor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Compression.cpp | 37 case compression::Format::Zstd: in getReasonIfUnsupported() 52 case compression::Format::Zstd: in compress() 63 case compression::Format::Zstd: in decompress() 75 case compression::Format::Zstd: in decompress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Decompressor.cpp | 47 CompressionType = DebugCompressionType::Zstd; in consumeCompressedHeader()
|
| H A D | OffloadBundle.cpp | 309 static_cast<uint16_t>(llvm::compression::Format::Zstd)) in decompress() 310 CompressionFormat = llvm::compression::Format::Zstd; in decompress() 440 P.format == llvm::compression::Format::Zstd ? "zstd" : "zlib"; in compress()
|
| /freebsd/packages/zstd/ |
| H A D | zstd.ucl | 23 by Meta Platforms, Inc. and standardised by the IETF in RFC 8478. Zstd is
|
| /freebsd/sys/conf/ |
| H A D | files.riscv | 113 # Zstd
|
| H A D | files | 641 # Zstd
|
| /freebsd/sys/contrib/zstd/ |
| H A D | README.md | 62 Zstd can also offer stronger compression ratios at the cost of compression speed. 88 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm f…
|
| H A D | CHANGELOG | 145 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) 237 build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | README.md | 117 a time or two symbols at a time. Zstd normally includes both (and dispatches 126 On the compressor side, Zstd's compression levels map to several internal
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 451 The directory for the location of the Zstd include file. This option is only 455 OpenSSL requires Zstd 1.4 or greater. The Linux kernel source contains a 456 *zstd.h* file that is not compatible with the 1.4.x Zstd distribution, the 458 (or instead of) the Zstd distribution header. 464 **On Unix**: this is the directory containing the Zstd library. 467 **On Windows:** this is the filename of the Zstd library (with or 1161 Build with support for Zstd compression/decompression. 1165 Like the enable-zstd option, but has OpenSSL load the Zstd library dynamically
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 947 CompressionFormat = llvm::compression::Format::Zstd; in OffloadBundlerConfig() 1101 P.format == llvm::compression::Format::Zstd ? "zstd" : "zlib"; in compress() 1221 case static_cast<uint16_t>(compression::Format::Zstd): in tryParse()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 78 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 295 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 866 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions() 891 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Kbuild.in | 257 # Zstd uses -O3 by default, so we should follow
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 415 if (ctype == DebugCompressionType::Zstd) { in maybeCompress()
|
| H A D | Driver.cpp | 1249 .Case("zstd", DebugCompressionType::Zstd) in getCompressionType()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | README.md | 108 Zstd offers a training mode, which can be used to tune the algorithm for a selected
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 764 case DebugCompressionType::Zstd: in writeSectionData()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 471 Type = DebugCompressionType::Zstd; in visit() 544 case DebugCompressionType::Zstd: in visit()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 2618 CAN_RUN_FUNC(Zstd, "zstd --help")
|
| /freebsd/ |
| H A D | UPDATING | 51 Zstd has moved to the new "zstd" package. If you have set-minimal
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1791 : llvm::compression::Format::Zstd; in ReadSLocEntry()
|