Home
last modified time | relevance | path

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

/freebsd/usr.bin/zstd/
H A DMakefile23 ${BINDIR}/zstd ${BINDIR}/zstdmt
26 zstd.1 zstdmt.1
/freebsd/sys/contrib/zstd/programs/
H A DMakefile259 zstdmt: zstd target
260 ln -sf zstd zstdmt
409 ln -sf zstd$(EXT) $(DESTDIR)$(BINDIR)/zstdmt$(EXT)
426 $(RM) $(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.md97 - `zstdmt` : compress using all cores available on local system.
/freebsd/sys/contrib/zstd/
H A DMakefile70 .PHONY: zstdmt
71 zstdmt: target
73 $(Q)$(CP) $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
145 $(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
H A DTESTING.md38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
H A DCHANGELOG442 cli : new : zstdmt symlink hardwired to `zstd -T0`
479 cli : new : experimental target `make zstdmt`, with multi-threading support
/freebsd/rescue/rescue/
H A DMakefile227 CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt