Lines Matching refs:ZSTD
319 test-zstd: ZSTD = $(PRGDIR)/zstd macro
322 test-zstd32: ZSTD = $(PRGDIR)/zstd32 macro
325 test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd-nolegacy macro
329 file $(ZSTD)
382 $(ZSTD) -d z000000.zst -o tmp0 && \
383 $(ZSTD) -d z000001.zst -o tmp1 && \
384 $(ZSTD) -d z000002.zst -o tmp2 && \
385 $(ZSTD) -d z000003.zst -o tmp3 && \
386 $(ZSTD) -d z000004.zst -o tmp4 && \
397 $(ZSTD) -d z000000.zst -D dictionary -o tmp0 && \
398 $(ZSTD) -d z000001.zst -D dictionary -o tmp1 && \
399 $(ZSTD) -d z000002.zst -D dictionary -o tmp2 && \
400 $(ZSTD) -d z000003.zst -D dictionary -o tmp3 && \
401 $(ZSTD) -d z000004.zst -D dictionary -o tmp4 && \
413 test-lz4: ZSTD = LD_LIBRARY_PATH=/usr/local/lib $(PRGDIR)/zstd macro
423 $(ZSTD) -d | \
429 $(ZSTD) --format=lz4 < tmp | \
436 $(ZSTD) --format=lz4 < tmp | \
437 $(ZSTD) -d | \
440 $(ZSTD) < tmp | \
441 $(ZSTD) -d | \
444 ./datagen -g384KB | $(ZSTD) --format=lz4 | $(ZSTD) -d > /dev/null