Searched refs:XZ (Results 1 – 25 of 321) sorted by relevance
12345678910>>...13
58 ?c1@@YA?AVA@@XZ61 ?c2@@YA?BVA@@XZ64 ?c3@@YA?CVA@@XZ67 ?c4@@YA?DVA@@XZ70 ?c5@@YAPBVA@@XZ73 ?c6@@YAPCVA@@XZ76 ?c7@@YAPDVA@@XZ79 ?c8@@YAAAVA@@XZ82 ?c9@@YAABVA@@XZ85 ?c10@@YAACVA@@XZ[all …]
31 ??0foo@@QAE@XZ34 ??0foo@@QEAA@XZ37 ??1foo@@QAE@XZ40 ??1foo@@QEAA@XZ55 ?bar@@YA?AVfoo@@XZ58 ?bar@@YA?AVfoo@@XZ67 ?static_method@foo@@SAPAV1@XZ70 ?static_method@foo@@SAPEAV1@XZ234 ?fooE@@YA?AW4E@@XZ237 ?fooE@@YA?AW4E@@XZ[all …]
16 import org.tukaani.xz.XZ;37 for (int i = 0; i < XZ.HEADER_MAGIC.length; ++i) in decodeStreamHeader()38 if (buf[i] != XZ.HEADER_MAGIC[i]) in decodeStreamHeader()41 if (!isCRC32Valid(buf, XZ.HEADER_MAGIC.length, 2, in decodeStreamHeader()42 XZ.HEADER_MAGIC.length + 2)) in decodeStreamHeader()46 return decodeStreamFlags(buf, XZ.HEADER_MAGIC.length); in decodeStreamHeader()55 if (buf[10] != XZ.FOOTER_MAGIC[0] || buf[11] != XZ.FOOTER_MAGIC[1]) { in decodeStreamFooter()
201 ….E���m���-Է���|�&����1����k�H֟�?�Wa u����R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�N…203 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…205 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…207 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…209 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…211 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…213 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…215 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…217 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…219 �`A����?ִ�xÀ8���A�_�3���2\R�"��-��T��m�aOw�n��6Z٢��XZ������%��J���h�!�Nxo;X����[��…[all …]
2 XZ Embedded5 XZ Embedded is a relatively small, limited implementation of the .xz8 XZ Embedded was written for use in the Linux kernel, but the code can13 of XZ Embedded isn't part of the Linux kernel tree. You should also14 read linux/Documentation/xz.txt even if you aren't using XZ Embedded51 XZ Embedded should compile as either GNU-C89 (used in the Linux64 To embed the XZ decoder, copy the following files into a single81 the .h files are meant only for internal use in XZ Embedded.89 XZ Embedded always supports the integrity check types None and91 supported in XZ Embedded although the .xz format does support it.[all …]
2 XZ data compression in Linux7 XZ is a general purpose data compression format with high compression13 The XZ decompressor in Linux is called XZ Embedded. It supports15 for integrity checking. The home page of XZ Embedded is at20 For userspace, XZ Utils provide a zlib-like compression library21 and a gzip-like command line tool. XZ Utils can be downloaded from24 XZ related components in the kernel26 The xz_dec module provides XZ decompressor with single-call (buffer31 useful unless you are hacking the XZ decompressor. xz_dec_test43 from XZ Utils. The wrapper sets compression options to values suitable[all …]
12 import org.tukaani.xz.XZ;37 case XZ.CHECK_NONE: in getInstance()40 case XZ.CHECK_CRC32: in getInstance()43 case XZ.CHECK_CRC64: in getInstance()46 case XZ.CHECK_SHA256: in getInstance()
22 %call = call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %0)24 %call1 = invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %1)33 call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %0) [ "funclet"(token %2) ]43 ; CHECK: calll "??0A@@QAE@XZ"44 ; CHECK: calll "??0A@@QAE@XZ"56 ; CHECK: calll "??1A@@QAE@XZ"62 declare x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* returned) #066 declare x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A*) #0
13 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o) #218 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o) #2 [ "funclet"(token %0) ]29 ; CHECK: callq "??1Dtor@@QAE@XZ"36 ; CHECK: callq "??1Dtor@@QAE@XZ"57 declare x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor*) #171 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o2) #276 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o1) #281 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o2) #2 [ "funclet"(token %0) ]86 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o1) #2 [ "funclet"(token %1) ]102 ; X86: calll "??1Dtor@@QAE@XZ"[all …]
29 declare x86_thiscallcc %struct.Foo* @"\01??0Foo@@QAE@XZ"(%struct.Foo* returned) unnamed_addr30 declare x86_thiscallcc void @"\01??1Foo@@QAE@XZ"(%struct.Foo*) unnamed_addr43 %call = call x86_thiscallcc %struct.Foo* @"\01??0Foo@@QAE@XZ"(%struct.Foo* %0)53 call x86_thiscallcc void @"\01??1Foo@@QAE@XZ"(%struct.Foo* %o)61 ; CHECK: %[[CALL:.*]] = call x86_thiscallcc %struct.Foo* @"\01??0Foo@@QAE@XZ"(%struct.Foo* %[[GEP…63 ; CHECK: call x86_thiscallcc void @"\01??1Foo@@QAE@XZ"(%struct.Foo* %[[GEP2]])
10 ; CHECK-NEXT: [[XZ:%.*]] = icmp eq i32 [[X:%.*]], 012 ; CHECK-NEXT: [[Z:%.*]] = or i1 [[XZ]], [[YZ]]15 ; CHECK: [[XZ_0:%.*]] = call i1 @llvm.ssa.copy.{{.+}}(i1 [[XZ]])20 ; CHECK-NEXT: call void @foo(i1 [[XZ]])54 ; CHECK-NEXT: [[XZ:%.*]] = icmp eq i32 [[X:%.*]], 056 ; CHECK-NEXT: [[Z:%.*]] = and i1 [[XZ]], [[YZ]]59 ; CHECK: [[XZ_0:%.*]] = call i1 @llvm.ssa.copy.{{.+}}(i1 [[XZ]])70 ; CHECK-NEXT: call void @foo(i1 [[XZ]])136 ; CHECK-NEXT: [[XZ:%.*]] = icmp eq i32 [[X:%.*]], 0138 ; CHECK-NEXT: [[Z:%.*]] = and i1 [[XZ]], [[YZ]][all …]
13 1. Support for XZ compression23 XZ compression26 Squashfs now supports XZ compression. 28 XZ support is in 2.6.38 and newer kernels.51 Use <dict-size> as the XZ dictionary size. The dictionary size
96 this(out, filterOptions, XZ.CHECK_CRC64); in XZOutputStream()123 this(out, filterOptions, XZ.CHECK_CRC64, arrayCache); in XZOutputStream()201 this(out, filterOptions, XZ.CHECK_CRC64); in XZOutputStream()228 this(out, filterOptions, XZ.CHECK_CRC64, arrayCache); in XZOutputStream()585 out.write(XZ.HEADER_MAGIC); in encodeStreamHeader()604 out.write(XZ.FOOTER_MAGIC); in encodeStreamFooter()
15 public class XZ { class52 private XZ() {} in XZ() method in XZ
2 XZ for Java release notes7 * Fix a binary compatibility regression: XZ for Java 1.7 binaries8 in the Maven Central require Java 9 which is too new. XZ for9 Java 1.8 binaries require Java 5. (XZ for Java 1.6 and older36 XZ decompression. It should almost never be used but may be useful60 * Make information about the XZ Block positions and sizes available
2 tristate "XZ decompression support"48 tristate "XZ decompressor tester"52 This allows passing .xz files to the in-kernel XZ decoder via56 Unless you are developing the XZ decoder, you don't need this
24 import org.tukaani.xz.XZ;52 if (length < XZ.HEADER_MAGIC.length) { in matches()56 for (int i = 0; i < XZ.HEADER_MAGIC.length; ++i) { in matches()57 if (signature[i] != XZ.HEADER_MAGIC[i]) { in matches()
15 %call = invoke i8* @"\01?f@@YAPAUobjc_object@@XZ"()23 %call1 = call i8* @"\01?f@@YAPAUobjc_object@@XZ"() [ "funclet"(token %1) ]29 %call2 = call i8* @"\01?f@@YAPAUobjc_object@@XZ"() [ "funclet"(token %1) ]43 declare i8* @"\01?f@@YAPAUobjc_object@@XZ"()
41 $"\01??_DUseCompleteType@@QEAA@XZ" = comdat any50 …%call = call %struct.UseCompleteType* @"\01??0UseCompleteType@@QEAA@XZ"(%struct.UseCompleteType* @…55 declare %struct.UseCompleteType* @"\01??0UseCompleteType@@QEAA@XZ"(%struct.UseCompleteType* returne…58 define linkonce_odr void @"\01??_DUseCompleteType@@QEAA@XZ"(%struct.UseCompleteType* %this) unnamed…64 call void @"\01??1UseCompleteType@@QEAA@XZ"(%struct.UseCompleteType* %this1), !dbg !3672 …call void @"\01??_DUseCompleteType@@QEAA@XZ"(%struct.UseCompleteType* @"\01?require_complete@@3UUs…82 declare void @"\01??1UseCompleteType@@QEAA@XZ"(%struct.UseCompleteType*) unnamed_addr #1131 …ogram(name: "~UseCompleteType", linkageName: "\01??_DUseCompleteType@@QEAA@XZ", scope: !9, file: !…
149 $"\01??0A@@QEAA@XZ" = comdat any151 $"\01??0B@@QEAA@XZ" = comdat any153 $"\01??0C@@QEAA@XZ" = comdat any155 $"\01??0D@@QEAA@XZ" = comdat any188 %call = call %struct.A* @"\01??0A@@QEAA@XZ"(%struct.A* %a) #5, !dbg !24190 %call1 = call %struct.B* @"\01??0B@@QEAA@XZ"(%struct.B* %b) #5, !dbg !33192 %call2 = call %struct.C* @"\01??0C@@QEAA@XZ"(%struct.C* %c) #5, !dbg !44194 %call3 = call %struct.D* @"\01??0D@@QEAA@XZ"(%struct.D* %d, i32 1) #5, !dbg !55205 define linkonce_odr %struct.A* @"\01??0A@@QEAA@XZ"(%struct.A* returned %this) unnamed_addr #2 comda…217 define linkonce_odr %struct.B* @"\01??0B@@QEAA@XZ"(%struct.B* returned %this) unnamed_addr #2 comda…[all …]
24 call void @"??1Cleanup@@QEAA@XZ"(%struct.Cleanup* %c) #3 [ "funclet"(token %1) ]32 call void @"??1Cleanup@@QEAA@XZ"(%struct.Cleanup* %c) #3 [ "funclet"(token %2) ]39 declare void @"??1Cleanup@@QEAA@XZ"(%struct.Cleanup*) unnamed_addr
147 $"\01??0A@@QEAA@XZ" = comdat any149 $"\01??0B@@QEAA@XZ" = comdat any151 $"\01??0C@@QEAA@XZ" = comdat any153 $"\01??0D@@QEAA@XZ" = comdat any186 %call = call %struct.A* @"\01??0A@@QEAA@XZ"(%struct.A* %a) #5, !dbg !24188 %call1 = call %struct.B* @"\01??0B@@QEAA@XZ"(%struct.B* %b) #5, !dbg !33190 %call2 = call %struct.C* @"\01??0C@@QEAA@XZ"(%struct.C* %c) #5, !dbg !44192 %call3 = call %struct.D* @"\01??0D@@QEAA@XZ"(%struct.D* %d, i32 1) #5, !dbg !55203 define linkonce_odr %struct.A* @"\01??0A@@QEAA@XZ"(%struct.A* returned %this) unnamed_addr #2 comda…215 define linkonce_odr %struct.B* @"\01??0B@@QEAA@XZ"(%struct.B* returned %this) unnamed_addr #2 comda…[all …]