| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compression.h | 30 Zstd, ///< Zstandard enumerator 78 Zstd, enumerator 87 case DebugCompressionType::Zstd: in formatFor() 88 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()
|
| /freebsd/release/packages/ucl/ |
| H A D | zstd-all.ucl | 23 by Meta Platforms, Inc. and standardised by the IETF in RFC 8478. Zstd is
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 113 executing it. It usually helps us find many simple bugs. Zstd uses clang's `scan-build` tool for 187 1. Zstd isn't as old as gzip but it has been around for time now and its evolution is 203 legitimate thing to do as long as it does not harm the overall performance health of Zstd. 204 This is a hard balance to strike but please keep in mind other aspects of Zstd when 208 Performance microbenchmarking is a tricky subject but also essential for Zstd. We value empirical 268 ### Zstd benchmark 270 bench option. You can run Zstd as you typically would for your scenario using some set of options 305 for level 1 compression on Zstd. Typically this means, you have identified a section of
|
| H A D | README.md | 66 Zstd can also offer stronger compression ratios at the cost of compression speed. 92 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm f…
|
| H A D | CHANGELOG | 3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) 95 build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 932 CompressionFormat = llvm::compression::Format::Zstd; in OffloadBundlerConfig() 1039 P.format == llvm::compression::Format::Zstd ? "zstd" : "zlib"; in compress() 1116 static_cast<uint16_t>(llvm::compression::Format::Zstd)) in decompress() 1117 CompressionFormat = llvm::compression::Format::Zstd; in decompress()
|
| /freebsd/sys/conf/ |
| H A D | files.riscv | 104 # Zstd
|
| H A D | NOTES | 2842 # This enables support for Zstd compressed core dumps, GEOM_UZIP images,
|
| H A D | files | 643 # Zstd
|
| /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/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 75 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 289 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | README.md | 113 a time or two symbols at a time. Zstd normally includes both (and dispatches
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 767 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions() 792 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
|
| /freebsd/sys/contrib/openzfs/module/ |
| H A D | Kbuild.in | 254 # Zstd uses -O3 by default, so we should follow
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 398 if (ctype == DebugCompressionType::Zstd) { in maybeCompress()
|
| H A D | Driver.cpp | 1127 .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 | 761 case DebugCompressionType::Zstd: in writeSectionData()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 474 Type = DebugCompressionType::Zstd; in visit() 547 case DebugCompressionType::Zstd: in visit()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 2588 CAN_RUN_FUNC(Zstd, "zstd --help")
|
| /freebsd/ |
| H A D | UPDATING | 31 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 | 1613 : llvm::compression::Format::Zstd; in ReadSLocEntry()
|