Searched +full:zstd +full:- +full:dev (Results 1 – 25 of 121) sorted by relevance
12345
| /external/zstd/tests/ |
| D | README.md | 5 - `datagen` : Synthetic and parametrable data generator, for tests 6 - `fullbench` : Precisely measure speed for each zstd inner functions 7 - `fuzzer` : Test tool, to check zstd integrity on target platform 8 - `paramgrill` : parameter tester for zstd 9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits 10 - `test-zstd-versions.py` : compatibility test between zstd versions stored on Github (v0.1+) 11 - `zstreamtest` : Fuzzer test tool for zstd streaming API 12 - `legacy` : Test tool to test decoding of legacy zstd frames 13 - `decodecorpus` : Tool to generate valid Zstandard frames, for verifying decoder implementations 16 #### `test-zstd-versions.py` - script for testing zstd interoperability between versions [all …]
|
| D | playTests.sh | 3 set -e # exit immediately on error 4 # set -x # print commands before execution (debug) 19 zstd() { function 20 if [ -z "$EXE_PREFIX" ]; then 28 if [ -z "$EXE_PREFIX" ]; then 36 if [ -n "$3" ]; then 43 if [ -n "$4" ]; then 49 rm -f tmp1 tmp2 50 println "roundTripTest: datagen $1 $proba | zstd -v$cLevel | zstd -d$dLevel" 52 datagen $1 $proba | zstd --ultra -v$cLevel | zstd -d$dLevel | $MD5SUM > tmp2 [all …]
|
| D | Makefile | 6 # This source code is licensed under both the BSD-style license (found in the 9 # You may select, at your option, one of the above-listed licenses. 12 # fullbench : Precisely measure speed for each zstd inner functions 13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode 14 # fuzzer : Test tool, to check zstd integrity on target platform 15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode 16 # paramgrill : parameter tester for zstd 17 # test-zstd-speed.py : script for testing zstd speed difference between commits 18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+) 19 # zstreamtest : Fuzzer test tool for zstd streaming API [all …]
|
| /external/zstd/contrib/linux-kernel/ |
| D | btrfs-benchmark.sh | 2 set -e 10 # ls -l silesia/ 12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens 13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla 14 # -rwxr-xr-x 1 terrelln 9.6M Mar 20 2003 mr 15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci 16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice 17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb 18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont 19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba [all …]
|
| D | btrfs-extract-benchmark.sh | 2 set -e 10 # ls -l silesia/ 12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens 13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla 14 # -rwxr-xr-x 1 terrelln 9.6M Mar 20 2003 mr 15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci 16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice 17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb 18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont 19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba [all …]
|
| /external/zstd/.github/workflows/ |
| D | commit.yml | 1 name: facebook/zstd/commit 5 - dev 6 permissions: read-all 8 short-tests-0: 9 runs-on: ubuntu-latest 12 image: fbopensource/zstd-circleci-primary:0.0.1 13 options: --entrypoint /bin/bash 15 - uses: actions/checkout@v4 16 - name: Install Dependencies 18 sudo apt-get update [all …]
|
| D | nightly.yml | 1 name: facebook/zstd/nightly 4 - cron: 0 0 * * * 7 - release 8 - dev 9 - master 10 permissions: read-all 12 regression-test: 13 runs-on: ubuntu-latest 16 image: fbopensource/zstd-circleci-primary:0.0.1 17 options: --entrypoint /bin/bash [all …]
|
| D | dev-long-tests.yml | 1 name: dev-long-tests 5 group: long-${{ github.ref }} 6 cancel-in-progress: true 10 branches: [ dev, release, actionsTest ] 12 permissions: read-all 15 make-all: 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 19 - name: make all 23 make-test: [all …]
|
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 11 branches: [ dev, release, actionsTest ] 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… [all …]
|
| /external/zstd/ |
| D | README.md | 1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log… 3 __Zstandard__, or `zstd` as short version, is a fast lossless compression algorithm, 4 targeting real-time compression scenarios at zlib-level and better compression ratios. 8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE… 11 …and bindings is provided on [Zstandard homepage](https://facebook.github.io/zstd/#other-languages). 20 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te… 21 [travisLink]: https://travis-ci.com/facebook/zstd 22 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite" 23 [CircleLink]: https://circleci.com/gh/facebook/zstd 24 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev [all …]
|
| D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 22 VOID = /dev/null 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 [all …]
|
| D | CONTRIBUTING.md | 6 New versions are being developed in the "dev" branch, 10 As a consequence, all contributions must stage first through "dev" 16 1. Fork the repo and create your branch from `dev`. 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 37 * Checkout your fork of zstd if you have not already 39 git checkout https://github.com/<username>/zstd 40 cd zstd 42 * Update your local dev branch 44 git pull https://github.com/facebook/zstd dev 45 git push origin dev [all …]
|
| /external/oss-fuzz/projects/proxygen/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 20 RUN apt-get update && \ 21 apt-get install -y \ 31 python-dev \ 33 ninja-build 39 ./bootstrap.sh --with-toolset=clang && \ 41 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \ 43 rm -rf boost_1_70_0 46 RUN sudo apt-get purge libgflags-dev [all …]
|
| /external/zstd/tests/cli-tests/compression/ |
| D | adapt.sh | 3 set -e 5 # Test --adapt 6 zstd -f file --adapt -c | zstd -t 8 datagen -g100M > file100M 11 zstd --adapt -vvvv -19 --zstd=wlog=10 file100M -o /dev/null 2>&1 | grep -q "faster speed , lighter … 13 # Adaption still happens with --no-progress 14 zstd --no-progress --adapt -vvvv -19 --zstd=wlog=10 file100M -o /dev/null 2>&1 | grep -q "faster sp…
|
| /external/elfutils/tests/ |
| D | run-compress-test.sh | 18 . $srcdir/test-subr.sh 20 # uncompress -> gnucompress -> uncompress -> elfcompress -> uncompress 27 echo "uncompress $infile -> $uncompressedfile" 28 testrun ${abs_top_builddir}/src/elfcompress -v -t none -o ${uncompressedfile} ${infile} 29 testrun ${abs_top_builddir}/src/elflint --gnu-ld ${uncompressedfile} 31 SIZE_uncompressed=$(stat -c%s $uncompressedfile) 35 echo "compress gnu $uncompressedfile -> $gnucompressedfile" 36 … testrun ${abs_top_builddir}/src/elfcompress -v -t gnu -o ${gnucompressedfile} ${uncompressedfile} 37 testrun ${abs_top_builddir}/src/elflint --gnu-ld ${gnucompressedfile} 39 SIZE_gnucompressed=$(stat -c%s $gnucompressedfile) [all …]
|
| D | debuginfod-subr.sh | 17 # sourced from run-debuginfod-*.sh tests (must be bash scripts) 20 set -o functrace 21 set -o errtrace 23 . $srcdir/test-subr.sh # includes set -e 25 type curl 2>/dev/null || (echo "need curl"; exit 77) 26 type rpm2cpio 2>/dev/null || (echo "need rpm2cpio"; exit 77) 27 type cpio 2>/dev/null || (echo "need cpio"; exit 77) 28 type bzcat 2>/dev/null || (echo "need bzcat"; exit 77) 29 bsdtar --version | grep -q zstd && zstd=true || zstd=false 30 echo "zstd=$zstd bsdtar=`bsdtar --version`" [all …]
|
| /external/zstd/build/single_file_libs/ |
| D | build_library_test.sh | 3 # Where to find the sources (only used to copy zstd.h) 13 IN_FILES="zstd.c examples/roundtrip.c" 18 CC_FLAGS="-Wall -Wextra -Wshadow -Werror -Os -g0 -flto" 19 emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES 21 if [ $? -ne 0 ]; then 26 rm -f $OUT_WASM 31 docker container run --rm \ 32 --volume $PWD:/code \ 33 --workdir /code \ 35 emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES [all …]
|
| D | create_single_file_library.sh | 9 if python3 -c 'import sys; assert sys.version_info >= (3,8)' 2>/dev/null; then 10 ./combine.py -r "$ZSTD_SRC_ROOT" -x legacy/zstd_legacy.h -o zstd.c zstd-in.c 12 ./combine.sh -r "$ZSTD_SRC_ROOT" -x legacy/zstd_legacy.h -o zstd.c zstd-in.c 15 if [ $? -ne 0 ]; then
|
| /external/zstd/doc/educational_decoder/ |
| D | README.md | 4 `zstd_decompress.c` is a self-contained implementation in C99 of a decoder, 13 [Zstandard format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_fo… 14 [format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md 25 harness <input-file> <output-file> [dictionary] 32 the --content-size flag should be set, 36 [tests]: https://github.com/facebook/zstd/blob/dev/tests/
|
| /external/zstd/programs/ |
| D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 10 # zstd : Command Line Utility, supporting gzip-like arguments 11 # zstd32 : Same as zstd, but forced to compile in 32-bits mode 12 # zstd-nolegacy : zstd without support of decompression of legacy versions 13 # zstd-small : minimal zstd without dictionary builder and benchmark 14 # zstd-compress : compressor-only version of zstd 15 # zstd-decompress : decompressor-only version of zstd 19 zstd-release: 24 ifeq ($(shell $(CC) -v 2>&1 | $(GREP) -c "gcc version "), 1) [all …]
|
| /external/rust/crates/tonic/ |
| D | Cargo.toml | 31 "web-programming", 32 "network-programming", 39 all-features = true 40 rustdoc-args = [ 41 "--cfg", 49 [dependencies.async-stream] 53 [dependencies.async-trait] 79 [dependencies.http-body] 87 [dependencies.hyper-timeout] 91 [dependencies.percent-encoding] [all …]
|
| /external/bazelbuild-rules_rust/examples/ios_build/3rdparty/crates/ |
| D | defs.bzl | 3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To 11 - [aliases](#aliases) 12 - [crate_deps](#crate_deps) 13 - [all_crate_deps](#all_crate_deps) 14 - [crate_repositories](#crate_repositories) 76 # Alert on any miss-matched dependencies 156 normal_dev (bool, optional): If True, normal dev dependencies will be 160 proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are 228 normal_dev (bool, optional): If True, normal dev dependencies will be 232 proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are [all …]
|
| /external/zstd/contrib/docker/ |
| D | Dockerfile | 5 RUN apk --no-cache add make gcc libc-dev 13 COPY --from=builder /pkg / 16 RUN mkdir -p /usr/local/share/licenses/zstd 17 COPY --from=builder /src/LICENSE /usr/local/share/licences/zstd/ 19 # Just run `zstd` if no other command is given 20 CMD ["/usr/local/bin/zstd"]
|
| /external/zstd/doc/ |
| D | README.md | 5 as well as detailed instructions to use `zstd` library. 7 __`zstd_manual.html`__ : Documentation of `zstd.h` API, in html format. 10 …link: [https://raw.githack.com/facebook/zstd/release/doc/zstd_manual.html](https://raw.githack.com… 24 …pus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-generate-zstandard-…
|
| /external/rust/crates/zip/ |
| D | Cargo.toml | 14 rust-version = "1.59.0" 18 "Mathijs van de Nes <git@mathijs.vd-nes.nl>", 31 repository = "https://github.com/zip-rs/zip.git" 62 default-features = false 81 default-features = false 83 [dependencies.zstd] 87 [dev-dependencies.bencher] 90 [dev-dependencies.getrandom] 93 [dev-dependencies.time] 100 [dev-dependencies.walkdir] [all …]
|
12345