Home
last modified time | relevance | path

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

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/common/
DDecoderUtil.java16 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()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
DCheck.java12 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()
/external/llvm/test/CodeGen/X86/
Dcleanuppad-inalloca.ll22 %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) #0
66 declare x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A*) #0
Dwin-cleanuppad.ll13 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o) #2
18 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*) #1
71 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o2) #2
76 call x86_thiscallcc void @"\01??1Dtor@@QAE@XZ"(%struct.Dtor* %o1) #2
81 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 …]
Dwin32_sret.ll105 define x86_thiscallcc void @"\01?foo@C5@@QAE?AUS5@@XZ"(%struct.S5* noalias sret %agg.result, %class…
113 ; WIN32-LABEL: {{^}}"?foo@C5@@QAE?AUS5@@XZ":
114 ; MINGW_X86-LABEL: {{^}}"?foo@C5@@QAE?AUS5@@XZ":
115 ; CYGWIN-LABEL: {{^}}"?foo@C5@@QAE?AUS5@@XZ":
116 ; LINUX-LABEL: {{^}}"?foo@C5@@QAE?AUS5@@XZ":
130 call x86_thiscallcc void @"\01?foo@C5@@QAE?AUS5@@XZ"(%struct.S5* sret %s, %class.C5* %c)
144 ; WIN32-NEXT: calll "?foo@C5@@QAE?AUS5@@XZ"
Dwin32-eh-states.ll120 declare void @"\01??1S@@QEAA@XZ"(%struct.S*)
142 invoke void @"\01??1S@@QEAA@XZ"(%struct.S* nonnull %y) [ "funclet"(token %1) ]
153 call void @"\01??1S@@QEAA@XZ"(%struct.S* nonnull %x)
158 call void @"\01??1S@@QEAA@XZ"(%struct.S* nonnull %y) [ "funclet"(token %2) ]
163 call void @"\01??1S@@QEAA@XZ"(%struct.S* nonnull %x) [ "funclet"(token %3) ]
Dcatchpad-weight.ll41 call void @"\01??1HasDtor@@QEAA@XZ"(%struct.HasDtor* nonnull %o) #4
61 call void @"\01??1HasDtor@@QEAA@XZ"(%struct.HasDtor* nonnull %o) #4 [ "funclet"(token %4) ]
73 declare void @"\01??1HasDtor@@QEAA@XZ"(%struct.HasDtor*) #3
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.213 1. Support for XZ compression
23 XZ compression
26 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
/external/opencv3/3rdparty/openexr/Imath/
DImathShear.h78 Shear6 (T XY, T XZ, T YZ); // (XY XZ YZ 0 0 0)
82 Shear6 (T XY, T XZ, T YZ, // (XY XZ YZ YX ZX ZY)
103 void setValue (S XY, S XZ, S YZ, S YX, S ZX, S ZY);
109 void getValue (S &XY, S &XZ, S &YZ,
276 Shear6<T>::Shear6 (T XY, T XZ, T YZ) in Shear6() argument
279 xz = XZ; in Shear6()
313 Shear6<T>::Shear6 (T XY, T XZ, T YZ, T YX, T ZX, T ZY) in Shear6() argument
316 xz = XZ; in Shear6()
378 Shear6<T>::setValue (S XY, S XZ, S YZ, S YX, S ZX, S ZY) in setValue() argument
381 xz = T (XZ); in setValue()
[all …]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DXZ.java15 public class XZ { class
52 private XZ() {} in XZ() method in XZ
DXZOutputStream.java94 this(out, filterOptions, XZ.CHECK_CRC64); in XZOutputStream()
140 this(out, filterOptions, XZ.CHECK_CRC64); in XZOutputStream()
467 out.write(XZ.HEADER_MAGIC); in encodeStreamHeader()
486 out.write(XZ.FOOTER_MAGIC); in encodeStreamFooter()
DSeekableXZInputStream.java315 byte[] buf = new byte[XZ.HEADER_MAGIC.length]; in SeekableXZInputStream()
317 if (!Arrays.equals(buf, XZ.HEADER_MAGIC)) in SeekableXZInputStream()
/external/clang/test/CodeGenObjCXX/
Dmicrosoft-abi-arc-param-order.mm15 // CHECK: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %{{.*}})
17 // CHECK: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %{{.*}})
/external/squashfs-tools/
DINSTALL17 XZ compression support requires 2.6.38 or newer kernels.
29 LZO, LZ4 and XZ compression support, and for instructions on disabling GZIP
DRELEASE-README204 Use <dict-size> as the XZ dictionary size. The dictionary size
282 Squashfs also supports LZ4, LZO and XZ (LZMA2) compression. LZO offers worse
283 compression ratio than gzip, but is faster to decompress. XZ offers better
292 XZ compression. The compression algorithms supported by the build of
327 Use <dict-size> as the XZ dictionary size. The dictionary size
337 then these options are also displayed (.i.e. in the above XZ is shown with two
DACKNOWLEDGEMENTS20 Thanks to Lasse Collin (http://tukaani.org/xz/) for mainlining XZ
/external/lzma/Java/Tukaani/
DNEWS2 XZ for Java release notes
21 * Make information about the XZ Block positions and sizes available
DREADME2 XZ for Java
7 This aims to be a complete implementation of XZ data compression
DCOPYING2 Licensing of XZ for Java
Dbuild.properties10 title = XZ data compression
Dfileset-src.txt51 src/org/tukaani/xz/XZ.java
/external/llvm/test/Object/
Dcoff-archive.test9 CHECKIDX: ??1invalid_argument@std@@UAE@XZ in Debug\mymath.obj
10 CHECKIDX: ??1logic_error@std@@UAE@XZ in Debug\mymath.obj
88 CHECKIDX: U __imp_??1exception@std@@UAE@XZ
165 CHECKIDX: 00000000 T ??1invalid_argument@std@@UAE@XZ
166 CHECKIDX: 00000000 T ??1logic_error@std@@UAE@XZ
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll64 ; CHECK: call void @"\01??1S2@@QEAA@XZ"(%struct.S2* %b)
84 call void @"\01??1S2@@QEAA@XZ"(%struct.S2* %b)
132 ; CHECK: call void @"\01??1S2@@QEAA@XZ"(%struct.S2* %a)
163 call void @"\01??1S2@@QEAA@XZ"(%struct.S2* %a)
410 declare void @"\01??1S2@@QEAA@XZ"(%struct.S2*)
/external/squashfs-tools/squashfs-tools/
DMakefile212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
/external/lzma/DOC/
Dlzma-sdk.txt6 use 7z / LZMA / LZMA2 / XZ compression.
21 XZ is a file format for data compression that uses LZMA2 compression.
22 XZ format provides additional features: SHA/CRC check, filters for
50 - C / C++ - XZ compression and decompression

12