HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
zstdless 3 zstd=${ZSTD:-zstd}
5 # TODO: Address quirks and bugs tied to old versions of less, provide a mechanism to pass flags directly to zstd
7 export LESSOPEN="|-${zstd} -cdfq %s"
  /src/external/bsd/zstd/dist/tests/
test-variants.sh 10 ZSTD="$PROG_DIR/zstd"
11 ZSTD_COMPRESS="$PROG_DIR/zstd-compress"
12 ZSTD_DECOMPRESS="$PROG_DIR/zstd-decompress"
13 ZSTD_NOLEGACY="$PROG_DIR/zstd-nolegacy"
14 ZSTD_DICTBUILDER="$PROG_DIR/zstd-dictBuilder"
15 ZSTD_FRUGAL="$PROG_DIR/zstd-frugal"
16 ZSTD_NOMT="$PROG_DIR/zstd-nomt"
74 echo "hello" | "$1" | "$ZSTD" -t
78 echo "hello" | "$ZSTD" | "$1" -
    [all...]
Makefile 12 # fullbench : Precisely measure speed for each zstd inner functions
14 # fuzzer : Test tool, to check zstd integrity on target platform
16 # paramgrill : parameter tester for zstd
17 # test-zstd-speed.py : script for testing zstd speed difference between commits
18 # versionsTest : compatibility test between zstd versions stored on Github (v0.1+)
19 # zstreamtest : Fuzzer test tool for zstd streaming API
99 .PHONY: zstd zstd32 zstd-nolegacy # only external makefile knows how to build or update them
100 zstd zstd32 zstd-nolegacy zstd-dll
    [all...]
  /src/external/bsd/zstd/dist/doc/educational_decoder/
Makefile 11 ZSTD ?= zstd # note: requires zstd installation on local system
47 @$(ZSTD) -f README.md -o tmp.zst
55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \
59 @$(ZSTD) -f README.md -D dictionary -o tmp.zst
  /src/usr.sbin/makemandb/
Makefile 35 .include "${NETBSDSRCDIR}/external/bsd/zstd/Makefile.zstd"
38 ZSTD_OBJDIR!= cd ${ZSTD:Q}/lib && ${PRINTOBJDIR}
  /src/external/gpl3/gcc/dist/gcc/
lto-compress.cc 39 #include <zstd.h>
109 /* Return a zstd compression level that zstd will not reject. Normalizes
126 /* Compress STREAM using ZSTD algorithm. */
152 /* Uncompress STREAM using ZSTD algorithm. */
163 internal_error ("original not compressed with zstd");
404 if (compression == ZSTD)
410 if (compression == ZSTD)
411 fatal_error (UNKNOWN_LOCATION, "compiler does not support ZSTD LTO compression");
lto-streamer.h 364 ZSTD
lto-streamer-out.cc 2692 lto_compression compression = ZSTD;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-compress.cc 39 #include <zstd.h>
109 /* Return a zstd compression level that zstd will not reject. Normalizes
126 /* Compress STREAM using ZSTD algorithm. */
152 /* Uncompress STREAM using ZSTD algorithm. */
163 internal_error ("original not compressed with zstd");
404 if (compression == ZSTD)
410 if (compression == ZSTD)
411 internal_error ("compiler does not support ZSTD LTO compression");
lto-streamer.h 362 ZSTD
lto-streamer-out.cc 2669 lto_compression compression = ZSTD;
  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 35 ZSTD = 1
40 def __init__(self, input_type, frame_type=FrameType.ZSTD):
90 ZSTD = os.environ.get('ZSTD', abs_join(FUZZ_DIR, '..', '..', 'zstd'))
217 zstd.
677 The fuzz inputs are prepended with a seed before the zstd data, so the
707 '--zstd',
709 default=ZSTD,
710 help="zstd binary (default: $ZSTD='{}')".format(ZSTD)
    [all...]
  /src/external/bsd/zstd/dist/
Makefile 40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
65 .PHONY: zstd zstd-release
66 zstd zstd-release:
68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT)
73 $(Q)$(CP) $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
86 ZSTD=../../programs/zstd $(MAKE) -C doc/educational_decoder $
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zstd.c 9 * Uses zstd compression library from https://github.com/facebook/zstd
35 #include <zstd.h>
37 /* Note: There is also a linux zstd.h file in the kernel source */
39 #error Wrong (i.e. linux) zstd.h included.
43 #error Expecting version 1.4 or greater of ZSTD 1.x
47 /* memory allocations functions for zstd initialisation */
68 * work. Therefore, all ZSTD routines are loaded at run time
366 #define LIBZSTD "zstd"
401 #endif /* ifndef ZSTD / else *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
configure 1543 --with-zstd support zstd compressed debug sections
1560 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1561 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
15270 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
15411 # Check whether --with-zstd was given.
15505 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15513 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
  /src/external/gpl3/binutils.old/dist/bfd/
configure 1542 --with-zstd support zstd compressed debug sections
1559 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1560 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
14897 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
15038 # Check whether --with-zstd was given.
15132 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15140 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
  /src/external/gpl3/gdb/dist/bfd/
configure 1545 --with-zstd support zstd compressed debug sections
1562 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1563 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
15238 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
15379 # Check whether --with-zstd was given.
15473 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15481 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
  /src/external/gpl3/gdb.old/dist/bfd/
configure 1545 --with-zstd support zstd compressed debug sections
1562 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1563 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
15240 # Link in zlib/zstd if we can. This allows us to read compressed debug sections.
15381 # Check whether --with-zstd was given.
15475 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15483 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5

Completed in 85 milliseconds