Searched defs:ZSTD (Results 1 – 5 of 5) sorted by relevance
74 pub const ZSTD: Self = CompressionMethod::Zstd; constant76 pub const ZSTD: Self = CompressionMethod::Unsupported(93); constant
3 #define ZSTD macro
11 ZSTD ?= zstd # note: requires zstd installation on local system macro
312 test-zstd: ZSTD = $(PRGDIR)/zstd macro315 test-zstd32: ZSTD = $(PRGDIR)/zstd32 macro318 test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd-nolegacy macro400 test-lz4: ZSTD = LD_LIBRARY_PATH=/usr/local/lib $(PRGDIR)/zstd macro
35 ZSTD = 1 variable in FrameType87 ZSTD = os.environ.get('ZSTD', abs_join(FUZZ_DIR, '..', '..', 'zstd')) variable