Home
last modified time | relevance | path

Searched refs:LZ4 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dmozilla16 # Note: mostly JSON compressed with a non-standard LZ4 header
H A Dcompress298 0 lelong 0x184d2204 LZ4 compressed data (v1.4+)
302 0 lelong 0x184c2103 LZ4 compressed data (v1.0-v1.3)
304 0 lelong 0x184c2102 LZ4 compressed data (v0.1-v0.9)
307 # Zstandard/LZ4 skippable frames
457 0 string XALZ Xamarin LZ4-compressed assembly
H A Ddwarfs18 >&0 leshort =3 \b, LZ4 compression
H A Dlinux256 …c numbers 1F8B or 1F9E linux) bzip2 (425A), LZMA (5D00 linux64), XZ (FD37) LZ4 (0221) ZST v0.8+ (2…
262 >>>>>>&(584.l+504) ubeshort =0x0221 LZ4 compressed
H A Darchive2798 >>>>5 byte &0x40 \b, LZ4 compressed
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h38 LZ4, // lz compression - called "lz4 raw" in libcompression terms, compat with enumerator
H A DGDBRemoteCommunication.cpp507 m_compression_type == CompressionType::LZ4 || in DecompressPacket()
514 else if (m_compression_type == CompressionType::LZ4) in DecompressPacket()
527 else if (m_compression_type == CompressionType::LZ4) in DecompressPacket()
H A DGDBRemoteCommunicationClient.cpp1144 avail_type = CompressionType::LZ4; in MaybeEnableCompression()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG391 build: CMake: support building with LZ4 @leeyoung624 (#1626)
520 cli : fix : improved LZ4 format support, by @felixhandte
536 cli : added LZ4 frame support by default, by Felix Handte (@felixhandte)
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c9485 mask |= ZIO_COMPRESS_MASK(LZ4) | ZIO_COMPRESS_MASK(LZJB); in zdb_decompress_block()