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 Ddwarfs18 >&0 leshort =3 \b, LZ4 compression
H A Dcompress297 0 lelong 0x184d2204 LZ4 compressed data (v1.4+)
301 0 lelong 0x184c2103 LZ4 compressed data (v1.0-v1.3)
303 0 lelong 0x184c2102 LZ4 compressed data (v0.1-v0.9)
306 # Zstandard/LZ4 skippable frames
H A Darchive2596 >>>>5 byte &0x40 \b, LZ4 compressed
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h50 LZ4, // lz compression - called "lz4 raw" in libcompression terms, compat with enumerator
H A DGDBRemoteCommunication.cpp517 m_compression_type == CompressionType::LZ4 || in DecompressPacket()
524 else if (m_compression_type == CompressionType::LZ4) in DecompressPacket()
537 else if (m_compression_type == CompressionType::LZ4) in DecompressPacket()
H A DGDBRemoteCommunicationClient.cpp1118 avail_type = CompressionType::LZ4; in MaybeEnableCompression()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG249 build: CMake: support building with LZ4 @leeyoung624 (#1626)
378 cli : fix : improved LZ4 format support, by @felixhandte
394 cli : added LZ4 frame support by default, by Felix Handte (@felixhandte)
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md968 Skippable frames defined in this specification are compatible with [LZ4] ones.
970 [LZ4]:http://www.lz4.org
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8726 mask |= ZIO_COMPRESS_MASK(LZ4) | ZIO_COMPRESS_MASK(LZJB); in zdb_decompress_block()