Home
last modified time | relevance | path

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

/external/rust/crates/zip/src/
Dcompression.rs36 Zstd, enumerator
74 pub const ZSTD: Self = CompressionMethod::Zstd;
106 93 => CompressionMethod::Zstd, in from_u16()
134 CompressionMethod::Zstd => 93, in to_u16()
160 CompressionMethod::Zstd,
Dwrite.rs44 Zstd(ZstdEncoder<'static, W>), enumerator
883 GenericZipWriter::Zstd(w) => w.finish()?, in switch_to()
943 CompressionMethod::Zstd => GenericZipWriter::Zstd( in switch_to()
977 GenericZipWriter::Zstd(ref mut w) => Some(w as &mut dyn Write), in ref_mut()
1005 GenericZipWriter::Zstd(..) => Some(CompressionMethod::Zstd), in current_compression()
Dread.rs137 Zstd(Crc32Reader<ZstdDecoder<'a, io::BufReader<CryptoReader<'a>>>>), enumerator
155 ZipFileReader::Zstd(r) => r.read(buf), in read()
176 ZipFileReader::Zstd(r) => r.into_inner().finish().into_inner().into_inner(), in into_inner()
288 CompressionMethod::Zstd => { in make_reader()
290 ZipFileReader::Zstd(Crc32Reader::new(zstd_reader, crc32, ae2_encrypted)) in make_reader()
/external/zstd/build/single_file_libs/
DREADME.md5 All it now takes to support Zstd in your own projects is the addition of a single file, two if usin…
12 Create `zstddeclib.c` from the Zstd source using:
24 The same tool can amalgamate the entire Zstd library for ease of adding both compression and decomp…
26 Create `zstd.c` from the Zstd source using:
/external/zstd/contrib/linux-kernel/
DREADME.md1 # Zstd in the Linux Kernel
5 ## Upgrading Zstd in the Linux Kernel
/external/zstd/build/single_file_libs/examples/
DREADME.md7Zstd to further compress a DXT1 texture (see the [original PNG image](testcard.png)). The 256x256 …
/external/curl/CMake/
DFindZstd.cmake60 find_package_handle_standard_args(Zstd
/external/rust/crates/zip/examples/
Dwrite_dir.rs36 const METHOD_ZSTD: Option<zip::CompressionMethod> = Some(zip::CompressionMethod::Zstd);
/external/zstd/
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
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…
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)
/external/zstd/tests/fuzz/
DREADME.md4 Zstd provides a fuzz corpus for each target that can be downloaded with
/external/cronet/third_party/brotli/
DREADME.md83 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)
/external/brotli/
DREADME.md102 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)
/external/zstd/lib/
DREADME.md113 a time or two symbols at a time. Zstd normally includes both (and dispatches
/external/zstd/programs/
DREADME.md108 Zstd offers a training mode, which can be used to tune the algorithm for a selected
/external/curl/
DCMakeLists.txt57 # HAVE_ZSTD_CREATEDSTREAM: `ZSTD_createDStream` present in Zstd
466 find_package(Zstd REQUIRED)
/external/curl/docs/
DINSTALL.md542 - `--without-zstd` (Zstd on-the-fly decompression)
/external/apache-commons-compress/
DRELEASE-NOTES.txt110 Zstd-jni project.