Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h30 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 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()
/freebsd/release/packages/ucl/
H A Dzstd-all.ucl23 by Meta Platforms, Inc. and standardised by the IETF in RFC 8478. Zstd is
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md30 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 DREADME.md66 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 DCHANGELOG3 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 DOffloadBundler.cpp932 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 Dfiles.riscv104 # Zstd
H A DNOTES2842 # This enables support for Zstd compressed core dumps, GEOM_UZIP images,
H A Dfiles643 # Zstd
/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/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp75 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp289 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md113 a time or two symbols at a time. Zstd normally includes both (and dispatches
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp767 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
792 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in254 # Zstd uses -O3 by default, so we should follow
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp398 if (ctype == DebugCompressionType::Zstd) { in maybeCompress()
H A DDriver.cpp1127 .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.cpp761 case DebugCompressionType::Zstd: in writeSectionData()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp474 Type = DebugCompressionType::Zstd; in visit()
547 case DebugCompressionType::Zstd: in visit()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2588 CAN_RUN_FUNC(Zstd, "zstd --help")
/freebsd/
H A DUPDATING31 Zstd has moved to the new "zstd" package. If you have set-minimal
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1613 : llvm::compression::Format::Zstd; in ReadSLocEntry()

12