| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | Makefile | 206 allVariants: zstd zstd-compress zstd-decompress zstd-small zstd-nolegacy zstd-dictBuilder 219 zstd: target 242 zstd : $(BUILD_DIR)/zstd target 256 zstd-release: zstd 275 zstd-nomt : zstd 280 zstd-nogz : zstd 285 zstd-noxz : zstd 349 zstd$(EXT) zstd32$(EXT) zstd-compress$(EXT) zstd-decompress$(EXT) \ 350 zstd-small$(EXT) zstd-frugal$(EXT) zstd-nolegacy$(EXT) zstd4$(EXT) \ 358 zstd.1: zstd.1.md ../lib/zstd.h [all …]
|
| H A D | README.md | 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 18 Example : `make zstd HAVE_THREAD=0` 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 39 Example : `make zstd HAVE_ZLIB=0` 49 Example : `make zstd HAVE_LZMA=0` 59 Example : `make zstd HAVE_LZ4=0` 87 Example : `make zstd BACKTRACE=1` 143 zstd [args] [FILE(s)] [-o file] [all …]
|
| H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 9 `zstdmt` is equivalent to `zstd -T0` 11 `unzstd` is equivalent to `zstd -d` 13 `zstdcat` is equivalent to `zstd -dcf` 292 `zstd` offers _dictionary_ compression, 357 `zstd --train-cover FILEs` 363 `zstd --train-cover=k=50 FILEs` 367 `zstd --train-cover=shrink FILEs` 387 `zstd --train-fastcover FILEs` 400 `zstd --train-legacy FILEs` [all …]
|
| H A D | BUCK | 2 name='zstd', 8 '//lib:zstd',
|
| H A D | zstdless.1.md | 16 `zstd (1)`
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 25 2. Update `module/zstd/zstd-in.c` if required. (see 26 `zstd/contrib/single_file_libs/zstd-in.c` in the zstd repository) 29 - `zstd/lib/zstd.h` 30 - `zstd/lib/common/zstd_errors.h` 37 url="https://github.com/facebook/zstd" 39 zstd="/tmp/zstd-${release}/" 41 wget -O /tmp/zstd.tar.gz \ 43 tar -C /tmp -xzf /tmp/zstd.tar.gz 45 cp ${zstd}/lib/zstd.h module/zstd/lib/ 46 cp ${zstd}/lib/zstd_errors.h module/zstd/lib/ [all …]
|
| H A D | Makefile.in | 21 $(obj)/lib/zstd.o: c_flags += -fno-tree-vectorize 24 $(obj)/lib/zstd.o: c_flags += -U__BMI__ 27 $(obj)/lib/zstd.o: c_flags += -Wframe-larger-than=20480 30 $(obj)/lib/zstd.o: c_flags += -include $(zstd_include)/aarch64_compat.h -include $(zstd_include)/zs… 35 $(MODULE)-objs += lib/zstd.o
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | zfs_set_feature_activation.ksh | 57 if poolexists $TESTPOOL-zstd ; then 58 destroy_pool $TESTPOOL-zstd 66 log_must zpool create $TESTPOOL-zstd $VDEV_ZSTD 79 log_must zfs create -o compress=zstd-$random_level $TESTPOOL-zstd/$TESTFS-zstd 88 log_must zfs destroy $TESTPOOL-zstd/$TESTFS-zstd
|
| /f-stack/freebsd/contrib/openzfs/lib/libzstd/ |
| H A D | Makefile.am | 3 VPATH = $(top_srcdir)/module/zstd 12 lib/zstd.c \ 17 lib/zstd.$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_… 18 lib/zstd.l$(OBJEXT): CFLAGS += -fno-tree-vectorize -include $(top_srcdir)/module/zstd/include/zstd_… 20 zfs_zstd.$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h 21 zfs_zstd.l$(OBJEXT): CFLAGS += -include $(top_srcdir)/module/zstd/include/zstd_compat_wrapper.h
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | README.md | 21 [travisLink]: https://travis-ci.org/facebook/zstd 25 [CircleLink]: https://circleci.com/gh/facebook/zstd 27 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd 46 | **zstd 1.4.5 -1** | 2.884 | 500 MB/s | 1660 MB/s | 49 | **zstd 1.4.5 --fast=1** | 2.434 | 570 MB/s | 2200 MB/s | 50 | **zstd 1.4.5 --fast=3** | 2.312 | 640 MB/s | 2300 MB/s | 114 `zstd --train FullPathToTrainingSet/* -o dictionaryName` 118 `zstd -D dictionaryName FILE` 122 `zstd -D dictionaryName --decompress FILE.zst` 161 ./vcpkg install zstd [all …]
|
| H A D | appveyor.yml | 83 ECHO Building zstd && 91 make -C programs DEBUGFLAGS= clean zstd && 92 cd programs\ && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe && 94 cp zstd.exe ..\bin\zstd.exe && 96 cd zstd && 97 git archive --format=tar release -o zstd-src.tar && 98 ..\zstd -19 zstd-src.tar && 99 appveyor PushArtifact zstd-src.tar.zst && 100 certUtil -hashfile zstd-src.tar.zst SHA256 > zstd-src.tar.zst.sha256.sig && 101 appveyor PushArtifact zstd-src.tar.zst.sha256.sig && [all …]
|
| H A D | Makefile | 41 default: lib-release zstd-release 65 .PHONY: zstd zstd-release 66 zstd zstd-release: target 68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT) 73 $(Q)cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT) 86 ZSTD=../../programs/zstd $(MAKE) -C doc/educational_decoder $@ 145 $(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp* 276 …$(MAKE) -C $(PRGDIR) clean zstd CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static ZSTDRTTEST= MORE… 277 …$(MAKE) -C $(PRGDIR) clean zstd CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static ZSTDRTTEST= … 278 …$(MAKE) -C $(PRGDIR) clean zstd CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static ZSTDRTTEST= MORE… [all …]
|
| H A D | FREEBSD-upgrade | 3 zstd 7 tar -X FREEBSD-Xlist -xf zstd-x.y.z.tar.zst
|
| H A D | CHANGELOG | 78 build: zstd now compiles with make-4.3 86 doc : New issue templates for zstd 206 build: fixed zstd-pgo, by @bmwiedemann 373 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`) 414 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets 459 changed : zstd.h moved to /lib directory 526 Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`. 528 New : zstd cli : `-t` | `--test` command 557 new : zstd-frugal 565 removed `zstd.c` [all …]
|
| H A D | CONTRIBUTING.md | 37 * Checkout your fork of zstd if you have not already 39 git checkout https://github.com/<username>/zstd 40 cd zstd 44 git pull https://github.com/facebook/zstd dev 223 be enabled by default when building zstd. 247 $ make && cp zstd zstd-old 249 $ make && cp zstd zstd-new 250 $ zstd-old -i5 -b1 <your-test-data> 252 $ zstd-new -i5 -b1 <your-test-data> 299 $ zstd -b1 -i5 <my-data> # this will run for 5 seconds [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 4 …e main objective of creating a zstd wrapper for [zlib](http://zlib.net/) is to allow a quick and s… 8 To build the zstd wrapper for zlib the following files are required: 15 - a static or dynamic zstd library 18 The further files are supplied with the zstd distribution. 21 #### Embedding the zstd wrapper within your project 26 To compile the zstd wrapper with your project you have to do the following: 28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library 34 #### Enabling zstd compression within your project 36 After embedding the zstd wrapper within your project the zstd library is turned off by default. 37 Your project should work as before with zlib. There are two options to enable zstd compression: [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/zstd/ |
| H A D | Makefile.am | 2 $(top_srcdir)/include/sys/zstd/zstd.h 11 libzfsdir = $(includedir)/libzfs/sys/zstd 16 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/zstd
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | cppcheck-suppressions.txt | 7 *:module/zstd/lib/zstd.c 8 *:module/zstd/lib/zstd.h
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A 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. 8 Click on this link: [http://zstd.net/zstd_manual.html](http://zstd.net/zstd_manual.html) 23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 88 compression zstd compression zstd-$((RANDOM%9 + 1)) 89 compression zstd-fast copies $((RANDOM%3 + 1)) 90 compression zstd-fast-$((RANDOM%9 + 1)) xattr sa 116 compression zstd compression zstd-$((RANDOM%9 + 1)) 117 compression zstd-fast copies $((RANDOM%3 + 1)) 118 compression zstd-fast-$((RANDOM%9 + 1)) acltype off
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | BUCK | 2 name='zstd', 4 exported_headers=['zstd.h'], 19 ('compress', 'zstd*.h'), 21 srcs=glob(['compress/zstd*.c', 'compress/hist.c']), 32 srcs=glob(['decompress/zstd*.c']), 198 ('', 'zstd.h'),
|
| H A D | libzstd.pc.in | 10 Name: zstd 12 URL: http://www.zstd.net/
|
| H A D | README.md | 33 via the [advanced API defined in `lib/zstd.h`](https://github.com/facebook/zstd/blob/v1.4.3/lib/zst… 38 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h). 48 - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`, 50 exposed in the second part of `zstd.h`. 74 - `lib/legacy` : makes it possible to decompress legacy zstd formats, starting from `v0.1.0`. 147 that zstd does not use. Not all unused functions are hidden, but they can be if needed. 160 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to 196 Consider migrating code towards supported streaming API exposed in `zstd.h`. 204 - `Makefile` : `make` script to build and install zstd library (static and dynamic)
|
| H A D | Makefile | 24 …AJOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 25 …INOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 26 …CH_SCRIPT:=`sed -n '/define ZSTD_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 411 @echo zstd static and shared library installed 436 $(INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR) 446 $(RM) $(DESTDIR)$(INCLUDEDIR)/zstd.h 449 @echo zstd libraries successfully uninstalled
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 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 36 [tests]: https://github.com/facebook/zstd/blob/dev/tests/
|