Home
last modified time | relevance | path

Searched refs:XZ (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/xz-embedded/
H A DREADME2 XZ Embedded
5 XZ Embedded is a relatively small, limited implementation of the .xz
8 XZ Embedded was written for use in the Linux kernel, but the code can
13 of XZ Embedded isn't part of the Linux kernel tree. You should also
14 read linux/Documentation/xz.txt even if you aren't using XZ Embedded
51 XZ Embedded should compile as either GNU-C89 (used in the Linux
64 To embed the XZ decoder, copy the following files into a single
81 the .h files are meant only for internal use in XZ Embedded.
93 threaded XZ compressor, created this kind of .xz files.
96 This is good when XZ data is stored inside some other file format.
[all …]
H A DCOPYING2 Licensing of XZ Embedded
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt2 XZ data compression in Linux
7 XZ is a general purpose data compression format with high compression
13 The XZ decompressor in Linux is called XZ Embedded. It supports
15 for integrity checking. The home page of XZ Embedded is at
20 For userspace, XZ Utils provide a zlib-like compression library
21 and a gzip-like command line tool. XZ Utils can be downloaded from
24 XZ related components in the kernel
26 The xz_dec module provides XZ decompressor with single-call (buffer
31 useful unless you are hacking the XZ decompressor. xz_dec_test
43 from XZ Utils. The wrapper sets compression options to values suitable
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A DKconfig2 tristate "XZ decompression support"
61 tristate "XZ decompressor tester"
65 This allows passing .xz files to the in-kernel XZ decoder via
69 Unless you are developing the XZ decoder, you don't need this
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-pmi8996-sony-xperia-tone-kagura.dts10 model = "Sony Xperia XZ (PMI8996)";
H A Dmsm8996-sony-xperia-tone-kagura.dts13 model = "Sony Xperia XZ";
H A Dmsm8998-sony-xperia-yoshino-maple.dts12 model = "Sony Xperia XZ Premium";
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c115 XZ, enumerator
1522 case XZ: in decompression_init()
1528 if (xar->entry_encoding == XZ) in decompression_init()
1574 case XZ: in decompression_init()
1579 case XZ: detail = "xz"; break; in decompression_init()
1669 case XZ: in decompress()
1686 (xar->entry_encoding == XZ)?"xz":"lzma", in decompress()
1699 case XZ: in decompress()
1889 encoding = XZ; in getencoding()
H A Darchive_write_set_format_xar.c122 XZ, enumerator
451 xar->opt_compression = XZ; in xar_options()
996 case XZ: in xmlwrite_heap()
3087 case XZ: in xar_compression_init_encoder()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dturris1x.dts292 /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
/freebsd/contrib/file/magic/Magdir/
H A Dfirmware43 >4096 ustring \xFD7zXZ\x00 XZ compressed
H A Dcompress281 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
H A Dlinux256 …gzip (magic numbers 1F8B or 1F9E linux) bzip2 (425A), LZMA (5D00 linux64), XZ (FD37) LZ4 (0221) ZS…
261 >>>>>>&(584.l+504) ubeshort =0xFD37 XZ compressed
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2228 Value *XZ = Builder.CreateAdd(X, Z); in visitSub() local
2230 return BinaryOperator::CreateSub(XZ, YW); in visitSub()
2958 Value *XZ = Builder.CreateFAddFMF(X, Z, &I); in visitFSub() local
2960 return BinaryOperator::CreateFSubFMF(XZ, YW, &I); in visitFSub()
H A DInstCombineMulDivRem.cpp815 auto *XZ = Builder.CreateFMulFMF(X, Z, &I); in foldFMulReassoc() local
816 auto *NewPow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, XZ, Y, &I); in foldFMulReassoc()
H A DInstCombineAndOrXor.cpp2109 Value *XZ = Builder.CreateBinOp(Opcode, X, Z); in reassociateForUses() local
2110 return BinaryOperator::Create(Opcode, XZ, Y); in reassociateForUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseN2.td823 "^FRINT(32|64)[XZ][SD]r$")>;
1122 "^FRINT[32|64)[XZ]v2f(32|64)$")>;
1127 "^FRINT(32|64)[XZ]v4f32$")>;
H A DAArch64SchedNeoverseV2.td1317 "^FRINT(32|64)[XZ][SD]r$")>;
1625 "^FRINT(32|64)[XZ]v2f(32|64)$")>;
1630 "^FRINT(32|64)[XZ]v4f32$")>;
H A DAArch64SchedNeoverseN1.td439 "^FRINT(32|64)[XZ][SD]r$")>;
H A DAArch64SchedNeoverseV1.td690 "^FRINT(32|64)[XZ][SD]r$")>;