/freebsd/sys/contrib/xz-embedded/ |
H A D | README | 2 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 D | COPYING | 2 Licensing of XZ Embedded
|
/freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 2 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 D | Kconfig | 2 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 D | msm8996-pmi8996-sony-xperia-tone-kagura.dts | 10 model = "Sony Xperia XZ (PMI8996)";
|
H A D | msm8996-sony-xperia-tone-kagura.dts | 13 model = "Sony Xperia XZ";
|
H A D | msm8998-sony-xperia-yoshino-maple.dts | 12 model = "Sony Xperia XZ Premium";
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_xar.c | 115 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 D | archive_write_set_format_xar.c | 122 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 D | turris1x.dts | 292 /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | firmware | 43 >4096 ustring \xFD7zXZ\x00 XZ compressed
|
H A D | compress | 281 0 ustring \xFD7zXZ\x00 XZ compressed data, checksum
|
H A D | linux | 256 …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 D | InstCombineAddSub.cpp | 2228 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 D | InstCombineMulDivRem.cpp | 815 auto *XZ = Builder.CreateFMulFMF(X, Z, &I); in foldFMulReassoc() local 816 auto *NewPow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, XZ, Y, &I); in foldFMulReassoc()
|
H A D | InstCombineAndOrXor.cpp | 2109 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 D | AArch64SchedNeoverseN2.td | 823 "^FRINT(32|64)[XZ][SD]r$")>; 1122 "^FRINT[32|64)[XZ]v2f(32|64)$")>; 1127 "^FRINT(32|64)[XZ]v4f32$")>;
|
H A D | AArch64SchedNeoverseV2.td | 1317 "^FRINT(32|64)[XZ][SD]r$")>; 1625 "^FRINT(32|64)[XZ]v2f(32|64)$")>; 1630 "^FRINT(32|64)[XZ]v4f32$")>;
|
H A D | AArch64SchedNeoverseN1.td | 439 "^FRINT(32|64)[XZ][SD]r$")>;
|
H A D | AArch64SchedNeoverseV1.td | 690 "^FRINT(32|64)[XZ][SD]r$")>;
|