Home
last modified time | relevance | path

Searched refs:zstdmt (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.bin/zstd/
H A DMakefile20 ${BINDIR}/zstd ${BINDIR}/zstdmt
23 zstd.1 zstdmt.1
/freebsd-12.1/sys/contrib/zstd/
H A DMakefile66 .PHONY: zstdmt
67 zstdmt: target
69 cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
116 @$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
H A DTESTING.md38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
H A DNEWS87 cli : new : zstdmt symlink hardwired to `zstd -T0`
124 cli : new : experimental target `make zstdmt`, with multi-threading support
/freebsd-12.1/sys/contrib/zstd/programs/
H A DMakefile211 zstdmt: zstd target
212 ln -sf zstd zstdmt
292 @ln -sf zstd $(DESTDIR)$(BINDIR)/zstdmt
H A Dzstd.1.md1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
9 `zstdmt` is equivalent to `zstd -T0`
H A DREADME.md72 - `zstdmt` : compress using all cores available on local system.
/freebsd-12.1/rescue/rescue/
H A DMakefile198 CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
/freebsd-12.1/sys/contrib/zstd/tests/
H A DMakefile120 zstdmt%.o : CPPFLAGS += $(MULTITHREAD_CPP)