Searched refs:zstd (Results 1 – 25 of 57) sorted by relevance
123
/third_party/curl/CMake/ |
D | FindZstd.cmake | 29 Find the zstd library 35 System has zstd 37 The zstd include directories. 39 The libraries needed to use zstd 47 find_path(Zstd_INCLUDE_DIR zstd.h 53 find_library(Zstd_LIBRARY NAMES zstd
|
/third_party/elfutils/tests/ |
D | debuginfod-subr.sh | 29 bsdtar --version | grep -q zstd && zstd=true || zstd=false 30 echo "zstd=$zstd bsdtar=`bsdtar --version`"
|
D | run-debuginfod-archive-groom.sh | 63 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones 74 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones 126 if [ $zstd = true ]; then
|
D | run-debuginfod-archive-test.sh | 53 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones 66 if [ $zstd = true ]; then
|
D | run-debuginfod-find.sh | 25 bsdtar --version | grep -q zstd && zstd=true || zstd=false 26 echo "zstd=$zstd bsdtar=`bsdtar --version`" 310 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones 388 if [ $zstd = true ]; then
|
D | run-readelf-compressed-zstd.sh | 31 zstd hello_i386.ko
|
D | run-debuginfod-archive-rename.sh | 54 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
|
D | run-debuginfod-extraction.sh | 52 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
|
D | run-debuginfod-fd-prefetch-caches.sh | 29 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
|
D | run-debuginfod-response-headers.sh | 56 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
|
/third_party/curl/tests/data/ |
D | test397 | 29 Content-Encoding: zstd 168 zstd 174 HTTP GET zstd compressed content of size more than CURL_MAX_WRITE_SIZE
|
D | test396 | 49 Content-Encoding: zstd 172 zstd 178 HTTP GET zstd compressed content
|
/third_party/lz4/ |
D | README.md | 17 LZ4 is also compatible with [dictionary compression](https://github.com/facebook/zstd#the-case-for-… 20 …e [Zstandard Dictionary Builder](https://github.com/facebook/zstd/blob/v1.3.5/programs/zstd.1.md#d… 63 [Zstandard]: http://www.zstd.net/
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
D | x86_build-mingw.sh | 8 zstd \
|
/third_party/elfutils/config/ |
D | libdw.pc.in | 20 # lzma (xz) and zstd () are optional. But bzip2 doesn't have a pkg-config file.
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.md | 19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`. 71 keep source file(s); `zstd (1)`-like behaviour
|
/third_party/libabigail/ |
D | configure.ac | 103 [enable rpm/zstd in abipkgdiff testing (default is auto)]), 364 dnl Point to a rpm/zstd file, that is: 366 dnl zstd 372 AC_MSG_ERROR([rpm/zstd support needs rpm support]) 376 AC_MSG_CHECKING([for rpm/zstd support]) 385 AC_MSG_ERROR([rpm/zstd support not available]) 396 AC_DEFINE([WITH_RPM_ZSTD], 1, [has rpm/zstd support]) 397 AC_MSG_NOTICE([rpm/zstd in abipkgdiff testing is enabled]) 1062 Enable rpm/zstd in abipkgdiff testing : ${ENABLE_RPM_ZSTD}
|
/third_party/mesa3d/src/compiler/nir/ |
D | meson.build | 321 prog_zstd = find_program('zstd', required : false) 334 '@0@.zstd'.format(f), 337 output : '@0@.zstd'.format(f),
|
/third_party/curl/lib/ |
D | Makefile.mk | 262 ifneq ($(findstring -zstd,$(CFG)),) 263 ZSTD_PATH ?= $(PROOT)/../zstd
|
/third_party/elfutils/libdwfl/ |
D | Makefile.am | 82 libdwfl_a_SOURCES += zstd.c
|
/third_party/elfutils/ |
D | configure.ac | 409 dnl Test for bzlib and xz/lzma/zstd, gives BZLIB/LZMALIB/ZSTD .am 420 eu_ZIPLIB(zstd,ZSTD,zstd,ZSTD_decompress,[ZSTD (zst)]) 743 # For tests that need to use zstd compression 744 AC_CHECK_PROG(HAVE_ZSTD, zstd, yes, no) 831 zstd support : ${with_zstd} 850 have zstd installed : ${HAVE_ZSTD}
|
/third_party/libevdev/ |
D | Makefile.in | 664 dist-zstd: distdir 665 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 711 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 892 dist-xz dist-zip dist-zstd distcheck distclean \
|
/third_party/node/deps/cares/ |
D | Makefile.in | 683 dist-zstd: distdir 684 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 730 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 913 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
|
/third_party/curl/docs/cmdline-opts/ |
D | version.d | 86 Automatic decompression (via zstd) of compressed files over HTTP is supported. variable
|
/third_party/curl/docs/ |
D | FEATURES.md | 218 11. requires libz, brotli and/or zstd
|
123