| /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/contrib/xz/ |
| H A D | README | 2 XZ Utils 21 XZ Utils provide a general-purpose data-compression library plus 25 context of XZ Utils. The primary filter is currently LZMA2. With 26 typical files, XZ Utils create about 30 % smaller files than gzip. 59 XZ Utils supports multithreaded compression. XZ Utils doesn't support 75 INSTALL Installation instructions specific to XZ Utils 76 PACKAGERS Information to packagers of XZ Utils 78 COPYING XZ Utils copyright and license information 84 AUTHORS The main authors of XZ Utils 87 NEWS User-visible changes between XZ Utils releases [all …]
|
| H A D | AUTHORS | 2 Authors of XZ Utils 5 XZ Utils is developed and maintained by 10 this code, XZ Utils wouldn't exist. 18 man pages for XZ Utils. 35 XZ Utils 5.6.0 and 5.6.1 releases. He suddenly disappeared when
|
| H A D | COPYING | 2 XZ Utils Licensing 20 - Most of the XZ Utils specific documentation that is in 41 part of XZ Utils. 52 Copyright (C) The XZ Utils authors and contributors 54 If you copy significant amounts of 0BSD-licensed code from XZ Utils 60 This software includes code from XZ Utils <https://tukaani.org/xz/>.
|
| H A D | TODO | 2 XZ Utils To-Do List 10 XZ Utils compress some files significantly worse than LZMA Utils. 11 This is due to faster compression presets used by XZ Utils, and
|
| H A D | ChangeLog | 2547 changes since then but now it's clearer that the copy in XZ Utils 4070 XZ Utils 5.6.3 set the active code page to UTF-8 to fix CVE-2024-47611. 6829 XZ Utils isn't FSFE REUSE compliant for now. 6904 typos). But XZ Utils has to use the latter since it has been 8609 Remove the XZ logo. 8640 This only reverts the XZ URL changes. 8651 The XZ projects were moved back to their original URLs. 10499 xz-man.pot contains strings from all man pages in XZ Utils. 11702 COPYING: Add the license for the XZ logo. 11712 Doxygen: Added the XZ logo and copyright information. [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/contrib/xz/doxygen/ |
| H A D | Doxyfile | 8 # - Instead of API docs, docs of XZ Utils internals may be built. 13 PROJECT_NAME = "liblzma (XZ Utils)"
|
| /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 | 120 XZ, enumerator 1531 case XZ: in decompression_init() 1537 if (xar->entry_encoding == XZ) in decompression_init() 1583 case XZ: in decompression_init() 1588 case XZ: detail = "xz"; break; in decompression_init() 1678 case XZ: in decompress() 1695 (xar->entry_encoding == XZ)?"xz":"lzma", in decompress() 1708 case XZ: in decompress() 1889 encoding = XZ; in getencoding()
|
| H A D | archive_write_set_format_xar.c | 146 XZ, enumerator 475 xar->opt_compression = XZ; in xar_options() 1019 case XZ: in xmlwrite_heap() 3131 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$")>;
|