Home
last modified time | relevance | path

Searched refs:Zstd (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md1 # 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 DCompression.h31 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 DCompression.cpp37 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 DDecompressor.cpp47 CompressionType = DebugCompressionType::Zstd; in consumeCompressedHeader()
H A DOffloadBundle.cpp309 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 Dzstd.ucl23 by Meta Platforms, Inc. and standardised by the IETF in RFC 8478. Zstd is
/freebsd/sys/conf/
H A Dfiles.riscv113 # Zstd
H A Dfiles641 # Zstd
/freebsd/sys/contrib/zstd/
H A DREADME.md62 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 DCHANGELOG145 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 DREADME.md117 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 DINSTALL.md451 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 DOffloadBundler.cpp947 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 Dllvm-mc.cpp78 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp295 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp866 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
891 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in257 # Zstd uses -O3 by default, so we should follow
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp415 if (ctype == DebugCompressionType::Zstd) { in maybeCompress()
H A DDriver.cpp1249 .Case("zstd", DebugCompressionType::Zstd) in getCompressionType()
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md108 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 DELFObjectWriter.cpp764 case DebugCompressionType::Zstd: in writeSectionData()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp471 Type = DebugCompressionType::Zstd; in visit()
544 case DebugCompressionType::Zstd: in visit()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2618 CAN_RUN_FUNC(Zstd, "zstd --help")
/freebsd/
H A DUPDATING51 Zstd has moved to the new "zstd" package. If you have set-minimal
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1791 : llvm::compression::Format::Zstd; in ReadSLocEntry()

12