Searched refs:pzstd (Results 1 – 25 of 37) sorted by relevance
12
| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/ |
| D | Makefile | 88 .PHONY: test-pzstd 89 test-pzstd: TESTFLAGS=--gtest_filter=-*ExtremelyLarge* 90 test-pzstd: clean googletest pzstd tests check 95 .PHONY: test-pzstd-tsan 96 test-pzstd-tsan: LDFLAGS=-fuse-ld=gold 97 test-pzstd-tsan: TESTFLAGS=--gtest_filter=-*ExtremelyLarge* 98 test-pzstd-tsan: clean googletest tsan check 100 .PHONY: test-pzstd-asan 101 test-pzstd-asan: LDFLAGS=-fuse-ld=gold 102 test-pzstd-asan: TESTFLAGS=--gtest_filter=-*ExtremelyLarge* [all …]
|
| D | README.md | 18 pzstd input-file -o output-file -p num-threads -# # Compression 19 pzstd -d input-file -o output-file -p num-threads # Decompression 23 cat input-file | pzstd -p num-threads -# -c > /dev/null 27 pzstd --help 29 PZstandard tries to pick a smart default number of threads if not specified (displayed in `pzstd --… 42 time pzstd -# -p 4 -c silesia.tar > silesia.tar.zst 43 time pzstd -d -p 4 -c silesia.tar.zst > /dev/null
|
| D | BUCK | 19 '//contrib/pzstd/utils:utils', 32 '//contrib/pzstd/utils:scope_guard', 39 name='pzstd',
|
| D | .gitignore | 2 pzstd
|
| D | main.cpp | 13 using namespace pzstd;
|
| D | SkippableFrame.cpp | 15 using namespace pzstd;
|
| D | SkippableFrame.h | 18 namespace pzstd {
|
| D | ErrorHolder.h | 16 namespace pzstd {
|
| D | Logging.h | 14 namespace pzstd {
|
| D | Options.h | 19 namespace pzstd {
|
| D | Pzstd.h | 27 namespace pzstd {
|
| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/ |
| D | BUCK | 4 deps=['//contrib/pzstd:options'], 12 '//contrib/pzstd:libpzstd', 13 '//contrib/pzstd/utils:scope_guard', 23 '//contrib/pzstd/utils:scope_guard', 33 '//contrib/pzstd:libpzstd', 34 '//contrib/pzstd:options', 35 '//contrib/pzstd/utils:scope_guard',
|
| D | RoundTrip.h | 20 namespace pzstd {
|
| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| D | BUCK | 4 deps=['//contrib/pzstd/utils:buffer'], 10 deps=['//contrib/pzstd/utils:range'], 16 deps=['//contrib/pzstd/utils:resource_pool'], 22 deps=['//contrib/pzstd/utils:scope_guard'], 28 deps=['//contrib/pzstd/utils:thread_pool'], 34 deps=['//contrib/pzstd/utils:work_queue'],
|
| D | ScopeGuardTest.cpp | 13 using namespace pzstd;
|
| D | ThreadPoolTest.cpp | 17 using namespace pzstd;
|
| D | ResourcePoolTest.cpp | 15 using namespace pzstd;
|
| D | BufferTest.cpp | 15 using namespace pzstd;
|
| D | RangeTest.cpp | 14 using namespace pzstd;
|
| /freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/ |
| D | ScopeGuard.h | 13 namespace pzstd {
|
| D | ThreadPool.h | 18 namespace pzstd {
|
| D | Buffer.h | 17 namespace pzstd {
|
| D | FileSystem.h | 22 namespace pzstd {
|
| D | ResourcePool.h | 17 namespace pzstd {
|
| /freebsd-12-stable/sys/contrib/zstd/ |
| D | .buckconfig | 6 gtest_dep = //contrib/pzstd:gtest
|
12