Searched refs:Zstd (Results 1 – 19 of 19) sorted by relevance
/external/rust/crates/zip/src/ |
D | compression.rs | 36 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,
|
D | write.rs | 44 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()
|
D | read.rs | 137 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/ |
D | README.md | 5 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/ |
D | README.md | 1 # Zstd in the Linux Kernel 5 ## Upgrading Zstd in the Linux Kernel
|
/external/zstd/build/single_file_libs/examples/ |
D | README.md | 7 …Zstd to further compress a DXT1 texture (see the [original PNG image](testcard.png)). The 256x256 …
|
/external/curl/CMake/ |
D | FindZstd.cmake | 60 find_package_handle_standard_args(Zstd
|
/external/rust/crates/zip/examples/ |
D | write_dir.rs | 36 const METHOD_ZSTD: Option<zip::CompressionMethod> = Some(zip::CompressionMethod::Zstd);
|
/external/zstd/ |
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
|
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…
|
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)
|
/external/zstd/tests/fuzz/ |
D | README.md | 4 Zstd provides a fuzz corpus for each target that can be downloaded with
|
/external/cronet/third_party/brotli/ |
D | README.md | 83 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)
|
/external/brotli/ |
D | README.md | 102 7Zip [plugin](https://github.com/mcmilk/7-Zip-Zstd)
|
/external/zstd/lib/ |
D | README.md | 113 a time or two symbols at a time. Zstd normally includes both (and dispatches
|
/external/zstd/programs/ |
D | README.md | 108 Zstd offers a training mode, which can be used to tune the algorithm for a selected
|
/external/curl/ |
D | CMakeLists.txt | 57 # HAVE_ZSTD_CREATEDSTREAM: `ZSTD_createDStream` present in Zstd 466 find_package(Zstd REQUIRED)
|
/external/curl/docs/ |
D | INSTALL.md | 542 - `--without-zstd` (Zstd on-the-fly decompression)
|
/external/apache-commons-compress/ |
D | RELEASE-NOTES.txt | 110 Zstd-jni project.
|