Home
last modified time | relevance | path

Searched refs:lz4 (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/file/magic/Magdir/
H A Dmozilla11 0 string mozLz4a Mozilla lz4 compressed bookmark data
13 # URL: https://lz4.github.io/lz4/
17 # can be unpacked by dejsonlz4 but not lz4 program.
18 0 string mozLz40\0 Mozilla lz4 compressed data
19 !:mime application/x-lz4+json
24 # lz4 data
25 #>12 ubequad x \b, lz4 data %#16.16llx
H A Dgentoo81 >>>>>&0 string lz4\0 using lz4 compression
H A Dcompress297 # https://fastcompression.blogspot.fi/2013/04/lz4-streaming-format-final.html
299 !:mime application/x-lz4
300 !:ext lz4
303 !:mime application/x-lz4
305 !:mime application/x-lz4
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dpool_checkpoint.kshlib208 log_must zfs create -o compression=lz4 -o recordsize=8k $FS0
209 log_must zfs create -o compression=lz4 -o recordsize=8k $FS1
217 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0
218 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS1
273 log_must zfs create -o compression=lz4 -o recordsize=8k $FS2
282 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2
322 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2
H A Dcheckpoint_capacity.ksh64 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0
/freebsd/usr.bin/vtfontcvt/
H A DMakefile2 SRCS= vtfontcvt.c lz4.c
6 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
7 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
H A Dvtfontcvt.c800 write_fnt_source(bool lz4, const char *filename) in write_fnt_source() argument
814 if (lz4 == true) { in write_fnt_source()
832 if (lz4 == true) { in write_fnt_source()
926 if (lz4 == true) { in write_fnt_source()
955 if (lz4 == true) { in write_fnt_source()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_zstreamdump.ksh44 log_must zfs create -o compress=lz4 $sendfs
45 log_must zfs create -o compress=lz4 $streamfs
51 log_must stream_has_features $BACKDIR/full lz4 compressed
H A Dsend-c_embedded_blocks.ksh45 log_must zfs create -o compress=lz4 $sendfs
46 log_must zfs create -o compress=lz4 $recvfs
47 log_must zfs create -o compress=lz4 $recvfs2
H A Dsend-c_recv_dedup.ksh42 log_must zfs create -o compress=lz4 $sendfs
43 log_must zfs create -o compress=lz4 -o dedup=verify $recvfs
H A Dsend-c_zstream_recompress.ksh43 log_must zfs create -o compress=lz4 $sendfs
H A Drsend.kshlib660 if datasetexists $sendfs || zfs create -o compress=lz4 $sendfs; then
687 log_must zfs create -o compress=lz4 $streamfs
710 feature[lz4]="20000"
H A Dsend-c_volume.ksh50 log_must zfs create -V 256m -o compress=lz4 $vol
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_compressed.ksh51 log_must stream_has_features $stream compressed lz4 redacted
60 log_must stream_has_features $stream compressed lz4
67 log_must stream_has_features $stream compressed lz4
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md54 - __HAVE_LZ4__ : `zstd` can compress and decompress files in `.lz4` formats.
55 This is ordered through commands `--format=lz4`.
56 Alternatively, symlinks named `lz4`, or `unlz4` will mimic intended behavior.
57 `.lz4` support is automatically enabled when `lz4` library is detected at build time.
58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` .
60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`.
61 In which case, linking stage will fail if `lz4` library cannot be found.
102 - `lz4` : if lz4 support is enabled, will mimic `lz4` by compressing file using `.lz4` format. If l…
190 --format=lz4 : compress files to the .lz4 format
/freebsd/sys/cddl/boot/zfs/
H A DREADME8 lz4.c compression support
14 The files fletcher.c, lzjb.c, lz4.c, sha256.c and blkptr.c are largely identical
/freebsd/lib/libarchive/tests/
H A DMakefile369 ${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu
370 ${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu
371 ${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu
372 ${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu
373 ${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu
374 ${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu
375 ${PACKAGE}FILES+= test_compat_lz4_B5.tar.lz4.uu
376 ${PACKAGE}FILES+= test_compat_lz4_B5BD.tar.lz4.uu
377 ${PACKAGE}FILES+= test_compat_lz4_B6.tar.lz4.uu
378 ${PACKAGE}FILES+= test_compat_lz4_B6BD.tar.lz4.uu
[all …]
/freebsd/stand/libsa/
H A DMakefile107 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
108 SRCS+= lz4.c
109 CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
/freebsd/sys/contrib/zstd/
H A DMakefile146 $(Q)$(RM) -r lz4
374 [ -e lz4 ] || git clone https://github.com/lz4/lz4 && sudo $(MAKE) -C lz4 install
H A DREADME.md9 and a command line utility producing and decoding `.zst`, `.gz`, `.xz` and `.lz4` files.
55 | [lz4] 1.9.3 | 2.101 | 740 MB/s | 4500 MB/s |
60 [lz4]: http://www.lz4.org/
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc_disabled.ksh84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_compressed_arc.ksh84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_diffprops_all.ksh43 log_must zfs set compress=lz4 $TESTDSTFS
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-1-setup.sh87 -O relatime=off -O atime=off -O xattr=sa -O compression=lz4 \
/freebsd/stand/libsa/zfs/
H A DMakefile.inc67 -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4

123