Home
last modified time | relevance | path

Searched +full:7 +full:z (Results 1 – 25 of 1601) sorted by relevance

12345678910>>...65

/third_party/lzma/DOC/
D7zC.txt1 7z ANSI-C Decoder 9.35
4 7z ANSI-C provides 7z/LZMA decoding.
5 7z ANSI-C version is simplified version ported from C++ code.
7 LZMA is default and general compression method of 7z format
8 in 7-Zip compression program (www.7-zip.org). LZMA provides high
15 7z ANSI-C Decoder is part of the LZMA SDK.
21 7zDecode.* - Low level 7z decoding
22 7zExtract.* - High level 7z decoding
23 7zHeader.* - .7z format constants
24 7zIn.* - .7z archive opening
[all …]
Dinstaller.txt1 7-Zip for installers 9.38
4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10.
6 7-Zip for installers is part of LZMA SDK.
9 It's allowed to join 7-Zip SFX module with another software.
10 It's allowed to change resources of 7-Zip's SFX modules.
16 7zr.exe is reduced version of 7za.exe of 7-Zip.
17 7zr.exe supports only format with these codecs: LZMA, LZMA2, BCJ, BCJ2, ARM, Copy.
21 7zr a archive.7z files
23 7zSD.sfx is SFX module for installers. 7zSD.sfx uses msvcrt.dll.
28 as joining 3 files: SFX_Module, Installer_Config, 7z_Archive.
[all …]
Dlzma-sdk.txt6 use 7z / LZMA / LZMA2 / XZ compression.
16 7z is a file format for data compression and file archiving.
17 7z is a main file format for 7-Zip compression program (www.7-zip.org).
18 7z format supports different compression methods: LZMA, LZMA2 and others.
19 7z also supports AES-256 based encryption.
52 - C - 7z decompression
53 - C++ - 7z compression and decompression
54 - C - small SFXs for installers (7z decompression)
55 - C++ - SFXs and SFXs for installers (7z decompression)
59 - console programs for lzma / 7z / xz compression and decompression
[all …]
/third_party/skia/experimental/wasm-skp-debugger/debugger/
Danim.mskp5 …�������GSUB�Y��s��� �OS/2kr[�������`cmap�m�������@gasp�������� glyf8]Z�������^head�'���Ҭ��…
6 …MM����������"����v����������"����z����������"������������@���"����#^…
975#��$9 :&��2X74NX;:]4�!55"���$99#����-�������&&546632&&#"327#8�aa�h…
11 …RQQ�n�XX�n�������SB7[�ii�[Q�����B�����P����� ��!!!!!!P���)��I�b�Q�P�Q���P�����"…
12ze�����-�����"�;���xf�����-����"�;���`c�����-�����"�;���t����P��j�� ��3!3…
14 H������ ��"�C���|A�����������&'732653#�vP$i;GU7a?WO!vRC��Kk7�����0��"�O���…
15 ��'737!!�B&hT�&�:�r(>A\��Q?i��Q���P������333#7####P{��{T�F�T���K�4…
/third_party/openssl/test/recipes/04-test_pem_reading_data/
Ddsa-onecolumn.pem34 z
70 z
71 7
187 Z
227 Z
255 z
258 7
286 7
291 Z
297 z
[all …]
Dcert-onecolumn.pem6 z
11 7
55 z
70 Z
86 Z
90 Z
106 Z
110 Z
116 Z
122 Z
[all …]
/third_party/ffmpeg/doc/
Dtransforms.md15 `z[0].re, z[0].im, z[2].re, z[2].im, z[1].re, z[1].im, z[3].re, z[3].im`
37 The only permutation this transform needs is to swap the `z[1]` and `z[2]`
43 static void fft4(FFTComplex *z)
45 FFTSample r1 = z[0].re - z[2].re;
46 FFTSample r2 = z[0].im - z[2].im;
47 FFTSample r3 = z[1].re - z[3].re;
48 FFTSample r4 = z[1].im - z[3].im;
51 FFTSample t1 = z[0].re + z[2].re;
52 FFTSample t2 = z[0].im + z[2].im;
53 FFTSample t3 = z[1].re + z[3].re;
[all …]
/third_party/typescript/tests/baselines/reference/
DsourceMapValidationStatements.symbols6 >y : Symbol(y, Decl(sourceMapValidationStatements.ts, 1, 7))
9 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
17 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
21 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
24 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
27 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
31 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
34 >x : Symbol(x, Decl(sourceMapValidationStatements.ts, 2, 7))
37 >a : Symbol(a, Decl(sourceMapValidationStatements.ts, 13, 7))
44 >obj : Symbol(obj, Decl(sourceMapValidationStatements.ts, 18, 7))
[all …]
Dfatarrowfunctions.symbols11 foo((x:number,y,z)=>{return x+y+z;});
15 >z : Symbol(z, Decl(fatarrowfunctions.ts, 5, 16))
18 >z : Symbol(z, Decl(fatarrowfunctions.ts, 5, 16))
20 foo((x,y,z)=>{return x+y+z;});
23 >y : Symbol(y, Decl(fatarrowfunctions.ts, 6, 7))
24 >z : Symbol(z, Decl(fatarrowfunctions.ts, 6, 9))
26 >y : Symbol(y, Decl(fatarrowfunctions.ts, 6, 7))
27 >z : Symbol(z, Decl(fatarrowfunctions.ts, 6, 9))
29 foo((x,y:number,z)=>{return x+y+z;});
31 >x : Symbol(x, Decl(fatarrowfunctions.ts, 7, 5))
[all …]
DcontrolFlowCommaOperator.symbols7 >y : Symbol(y, Decl(controlFlowCommaOperator.ts, 1, 7))
9 let z: string | number | boolean = false;
10 >z : Symbol(z, Decl(controlFlowCommaOperator.ts, 2, 7))
13 >y : Symbol(y, Decl(controlFlowCommaOperator.ts, 1, 7))
20 >y : Symbol(y, Decl(controlFlowCommaOperator.ts, 1, 7))
22 z; // boolean
23 >z : Symbol(z, Decl(controlFlowCommaOperator.ts, 2, 7))
25 else if (z = 1, typeof x === "number") {
26 >z : Symbol(z, Decl(controlFlowCommaOperator.ts, 2, 7))
33 >y : Symbol(y, Decl(controlFlowCommaOperator.ts, 1, 7))
[all …]
DinitializePropertiesWithRenamedLet.symbols7 >x0 : Symbol(x0, Decl(initializePropertiesWithRenamedLet.ts, 2, 7))
10 >obj1 : Symbol(obj1, Decl(initializePropertiesWithRenamedLet.ts, 3, 7))
12 >x0 : Symbol(x0, Decl(initializePropertiesWithRenamedLet.ts, 2, 7))
15 >obj2 : Symbol(obj2, Decl(initializePropertiesWithRenamedLet.ts, 4, 7))
19 var x, y, z;
20 >x : Symbol(x, Decl(initializePropertiesWithRenamedLet.ts, 7, 3))
21 >y : Symbol(y, Decl(initializePropertiesWithRenamedLet.ts, 7, 6))
22 >z : Symbol(z, Decl(initializePropertiesWithRenamedLet.ts, 7, 9))
34 let z;
35 >z : Symbol(z, Decl(initializePropertiesWithRenamedLet.ts, 11, 7))
[all …]
DunionTypeReduction2.symbols10 let z = !!true ? x : y; // { f(x?: string): void }
11 >z : Symbol(z, Decl(unionTypeReduction2.ts, 1, 7))
15 z.f();
16 >z.f : Symbol(f, Decl(unionTypeReduction2.ts, 0, 34))
17 >z : Symbol(z, Decl(unionTypeReduction2.ts, 1, 7))
20 z.f('hello');
21 >z.f : Symbol(f, Decl(unionTypeReduction2.ts, 0, 34))
22 >z : Symbol(z, Decl(unionTypeReduction2.ts, 1, 7))
35 let z = !!true ? x : y; // { f(x?: string): void }
36 >z : Symbol(z, Decl(unionTypeReduction2.ts, 7, 7))
[all …]
Des5-asyncFunctionTryStatements.symbols2 declare var x: any, y: any, z: any, a: any, b: any, c: any;
5 >z : Symbol(z, Decl(es5-asyncFunctionTryStatements.ts, 0, 27))
14 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 3, 7))
19 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 3, 7))
22 >e : Symbol(e, Decl(es5-asyncFunctionTryStatements.ts, 7, 11))
33 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 13, 7))
38 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 13, 7))
52 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 23, 7))
57 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 23, 7))
73 >x : Symbol(x, Decl(es5-asyncFunctionTryStatements.ts, 33, 7))
[all …]
DcyclicGenericTypeInstantiation.symbols6 var z = foo<typeof y>();
7 >z : Symbol(z, Decl(cyclicGenericTypeInstantiation.ts, 1, 7))
9 >y : Symbol(y, Decl(cyclicGenericTypeInstantiation.ts, 2, 7))
12 >y : Symbol(y, Decl(cyclicGenericTypeInstantiation.ts, 2, 7))
14 y2: typeof z
16 >z : Symbol(z, Decl(cyclicGenericTypeInstantiation.ts, 1, 7))
20 >y : Symbol(y, Decl(cyclicGenericTypeInstantiation.ts, 2, 7))
28 var z = bar<typeof y>();
29 >z : Symbol(z, Decl(cyclicGenericTypeInstantiation.ts, 10, 7))
31 >y : Symbol(y, Decl(cyclicGenericTypeInstantiation.ts, 11, 7))
[all …]
DarityAndOrderCompatibility01.symbols20 >y : Symbol(y, Decl(arityAndOrderCompatibility01.ts, 7, 3))
23 var z: {
24 >z : Symbol(z, Decl(arityAndOrderCompatibility01.ts, 8, 3))
38 >b : Symbol(b, Decl(arityAndOrderCompatibility01.ts, 14, 7))
44 >e : Symbol(e, Decl(arityAndOrderCompatibility01.ts, 15, 7))
46 >y : Symbol(y, Decl(arityAndOrderCompatibility01.ts, 7, 3))
48 var [g, h, i] = z;
50 >h : Symbol(h, Decl(arityAndOrderCompatibility01.ts, 16, 7))
52 >z : Symbol(z, Decl(arityAndOrderCompatibility01.ts, 8, 3))
60 >y : Symbol(y, Decl(arityAndOrderCompatibility01.ts, 7, 3))
[all …]
DcyclicGenericTypeInstantiationInference.symbols6 var z = foo<typeof y>();
7 >z : Symbol(z, Decl(cyclicGenericTypeInstantiationInference.ts, 1, 7))
9 >y : Symbol(y, Decl(cyclicGenericTypeInstantiationInference.ts, 2, 7))
12 >y : Symbol(y, Decl(cyclicGenericTypeInstantiationInference.ts, 2, 7))
14 y2: typeof z
16 >z : Symbol(z, Decl(cyclicGenericTypeInstantiationInference.ts, 1, 7))
20 >y : Symbol(y, Decl(cyclicGenericTypeInstantiationInference.ts, 2, 7))
28 var z = bar<typeof y>();
29 >z : Symbol(z, Decl(cyclicGenericTypeInstantiationInference.ts, 10, 7))
31 >y : Symbol(y, Decl(cyclicGenericTypeInstantiationInference.ts, 11, 7))
[all …]
/third_party/elfio/tests/elf_examples/
Dppc-32bit-specimen3.elf ... = v_z ; 1 . N v; e w 7 U? F 7 xX Z ^ a - LpK ...
/third_party/node/deps/openssl/openssl/crypto/cast/
Dc_skey.c35 CAST_LONG z[16]; in CAST_set_key() local
37 CAST_LONG X[4], Z[4]; in CAST_set_key() local
54 X[1] = ((x[4] << 24) | (x[5] << 16) | (x[6] << 8) | x[7]) & 0xffffffffL; in CAST_set_key()
61 CAST_exp(l, Z, z, 0); in CAST_set_key()
62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
63 CAST_exp(l, Z, z, 4); in CAST_set_key()
64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
65 CAST_exp(l, Z, z, 8); in CAST_set_key()
66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
67 CAST_exp(l, Z, z, 12); in CAST_set_key()
[all …]
/third_party/openssl/crypto/cast/
Dc_skey.c35 CAST_LONG z[16]; in CAST_set_key() local
37 CAST_LONG X[4], Z[4]; in CAST_set_key() local
54 X[1] = ((x[4] << 24) | (x[5] << 16) | (x[6] << 8) | x[7]) & 0xffffffffL; in CAST_set_key()
61 CAST_exp(l, Z, z, 0); in CAST_set_key()
62 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key()
63 CAST_exp(l, Z, z, 4); in CAST_set_key()
64 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key()
65 CAST_exp(l, Z, z, 8); in CAST_set_key()
66 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key()
67 CAST_exp(l, Z, z, 12); in CAST_set_key()
[all …]
/third_party/lzma/
DREADME.md8 use 7z / LZMA / LZMA2 / XZ compression.
18 7z is a file format for data compression and file archiving.
19 7z is a main file format for 7-Zip compression program (www.7-zip.org).
20 7z format supports different compression methods: LZMA, LZMA2 and others.
21 7z also supports AES-256 based encryption.
38 | 7z decompression | ✓ | ✓ | | |
39 | 7z compression | | ✓ | | |
40 | small SFXs for installers (7z decompression) | ✓ | | | |
41 | SFXs and SFXs for installers (7z decompression) | | ✓ | | |
54 │   ├── 7z # 7z decoder program (decoding 7z files)
[all …]
DREADME_zh.md9 7z 是一种数据压缩和文件档案的格式, 是7zip软件的主要文件格式 [**7z官网**](https://www.7-zip.org)。
10 7z 格式支持不同的压缩方式: LZMA, LZMA2 和其他, 同时也支持基于AES-256的对称加密。
23 | 7Z 解压缩 | ✓ | ✓ | | |
24 | 7Z 压缩 | | ✓ | | |
25 | small SFXs for installers (7z decompression) | ✓ | | | |
26 | SFXs and SFXs for installers (7z decompression) | | ✓ | | |
38 │   ├── 7z # 7z decoder program (decoding 7z files)
45 │   └── 7zip # files related to 7-Zip
48 │   │ └── 7z # 7z C++ Encoder/Decoder
50 │   │ ├── Alone7z # 7zr.exe: Standalone 7-Zip console program (reduced version)
[all …]
/third_party/ffmpeg/tests/
Dreference.pnm5 …�Ȟ�ʡ�ϧ�Ψ�˥�Ơ�Ȣ�Ɲ�̣�Ϩ�ѫ�ҭ�Ω�ѫ�Ӭ�ٲ�������������ع�ӵ�̦պ���k�h8�P"�J�H�K�E�Dz?w;|B}E!Y3~iC�tV�…
134 …Ɲ�Ü�Ǜ�ɟ�ɞ�Ƙ����������ŝ�Ȟ�ɠ�ʠ�ǟ�ɡ�Ơ�ˤ�̨�Ϊ�Ы�Χ�Ϫ�Ϊ�ͨٿ�ʪ|��d�pF�c3�X.�Q*�K'�C'�J �V4�X>vW<^F,7, 
242 …Ş�ɣ�̨�ɢ�ĝ�Ę�ƞ�ś�ǚ�ƙ���տ�ֽ�����ş�Ŝ�ś�ŝ�Ě�Ĝ�›�ĝ�ȡ�ǡ�ȟ�ȡ�ȟ�ˤ�ǞѲ���_�tF�\-�R)�H�H �Q(�iC��_�ZmMUL/&!
292 …˥�ɧ�Ƞ�Ɵ�Û�Ĝ�Ŝ�ǚ�•پ�ؽ�����Ú�ĝ�ĝ�Ĝ�Þ���پ��œ�š�Ş�Ě�Ɯ�ě�Ƞ�ˡ�ƚϱ���Z�b:�U2�N)�K$�M)�a@�}T��c��g�z[VO/'#…
322 …ĝ�Ü�Ù�ɢ�Ȣ�˧�ɣ�ǟ�ŗ�ƙ�Ś�×�•���ս��������Ú�Ě�Ú���ؽ�����������œ�—�Ý�Ě�Ü�Ɯڿ�ŧw�}N�Z)zH~L'�N&�\;�sP��g��…
380 …������������������������������������������벚�Ŧ�Ȩ�̬�Թ�ʭ�ǩ�Ʃ���ؿ�ٻ�Ե�ѭ�ѯ�ͬ�ǩ���z��s��oǑtɑq�g��u��~��…
431 … )&/+:7"DC0LG5XTC\[IjiXyrb�{m��u��w����������������ı�ȱ�Ҿ������������������������������������…
445 …�n��m��u��u��q��t��s��p��t��u��}��v��p��m��j��b��a��f��b�c�~`�|X�|Z�~]�Z�~[��\��o��z��s��q��r��o…
451 …}_��`��e��j��f��e��h��f�]�}X�xR�zU�|X��_��g��o��r��w��w��u��u��|��|��z��{�����}��z��y��w��w��y���…
453 …=mZ=kY<n]@raCp`CsaFveEqcBwfM|lO|pQ�wY�z[�|[��`��e��_��_��`�zU�yX�wX�{Z��\��b��n��s��v��t��w��v��w�…
[all …]
/third_party/cups-filters/cupsfilters/
Dimage.ppm245Z��Sy�G^t,Xr(Sn'Qn+Qo1Nm2Gh3Bb1Nk==X++B(:4ABN JR#QQOD WI YNXPSP PR OV QZ ^j\h^jjty'�,|…
246 7CDP#GW!CO@G=<>1(E/1O-3R&-K"E
247Z*V*H" A$J1P;P="YF"YD$[F(_H*bI'_DW:P/R/ Z4Q)R)%`4 [-#^0@{Ky�}a�h`�jg�tf�wr��y��f�vn�{ho…
250Z2e�=f�<k�Ar�Jb�>In(Mt1Dn/6f,,_'%^+&a1)f:,jC8uT5rS0pM.pJ-pD(n< f0a)(l3F�Ld�gs�rv�qv�nq�hj�eZ{\Pp…
253 'B2P.<a@8fB/a;.a80e9+`4!Y*%]0.g:;tII�[L�f>z^2nU2o]9vg?wn'YV%SSBH 19 -95D6D0;+/+&0! =!/K#3Q…
254 �)+?E9CMDJWNWh`ezqm�|u��z��s��f�wi�vr�}s��l�}j�{r�}r�oi�XSk/RhMa FY�FT�NZ^fhq2Zf4kxMz�`z�ev�go}…
256 …tr�zp�{q�}u~}{��}}xtshbh\PhXIkYMt\Z�jm�wy�wwxnmtpm��~��������������w|�m��o��n�gz�cw�d}�n��}��~p…
257 …H HEER#+e55nCA{SG�]?z\;u]=xd=wh9qf'UR)RT GN7A0>2@)7( &80K 8U3S*N$QO&V.…
259 …�s��x��v��]}ro�p�zk{p\gYIK=53$)"!(#! ��.2$>F9<F;HVIUeZ_shg}qr�z��v��i�xg�qq�zt��l�{l…
/third_party/tzdata/
Dtzdata.zi107 R M 2013 o - Jul 7 3 0 -
137 R M 2027 o - F 7 3 -1 -
181 R M 2048 o - Jun 7 3 -1 -
187 R M 2051 o - May 7 3 -1 -
206 R M 2060 o - Mar 7 2 0 -
215 R M 2064 o - D 7 3 -1 -
435 R Z 1940 o - May 31 24u 1 D
436 R Z 1940 o - S 30 24u 0 S
437 R Z 1940 o - N 16 24u 1 D
438 R Z 1942 1946 - O 31 24u 0 S
[all …]
/third_party/libjpeg-turbo/
Dappveyor.yml9 7z x c:\installers\nasm-2.10.01-win32.zip -oc:\ > c:\installers\nasm.install.log
117z curl -fSL -o c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z "https://sourceforge.ne…
157z x c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -o"c:\Program Files (x86)\mingw-w6…
177z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z "https://sourceforge.ne…
217z x c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_…
39 - c:\installers\i686-6.4.0-release-posix-dwarf-rt_v5-rev0.7z -> appveyor.yml
40 - c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -> appveyor.yml

12345678910>>...65