Home
last modified time | relevance | path

Searched refs:LZ (Results 1 – 25 of 157) sorted by relevance

1234567

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj42 <Compile Include="..\LZ\IMatchFinder.cs">
43 <Link>LZ\IMatchFinder.cs</Link>
45 <Compile Include="..\LZ\LzBinTree.cs">
46 <Link>LZ\LzBinTree.cs</Link>
48 <Compile Include="..\LZ\LzInWindow.cs">
49 <Link>LZ\LzInWindow.cs</Link>
51 <Compile Include="..\LZ\LzOutWindow.cs">
52 <Link>LZ\LzOutWindow.cs</Link>
/external/libopus/silk/
DPLC.c422 opus_int32 frac_Q24, LZ; in silk_PLC_glue_frames() local
425 LZ = silk_CLZ32( psPLC->conc_energy ); in silk_PLC_glue_frames()
426 LZ = LZ - 1; in silk_PLC_glue_frames()
427 psPLC->conc_energy = silk_LSHIFT( psPLC->conc_energy, LZ ); in silk_PLC_glue_frames()
428 energy = silk_RSHIFT( energy, silk_max_32( 24 - LZ, 0 ) ); in silk_PLC_glue_frames()
/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs5 namespace SevenZip.Compression.LZ
DLzOutWindow.cs3 namespace SevenZip.Compression.LZ
DLzInWindow.cs5 namespace SevenZip.Compression.LZ
DLzBinTree.cs5 namespace SevenZip.Compression.LZ
/external/lz4/lib/
Dliblz4.pc.in1 # LZ4 - Fast LZ compression algorithm
/external/annotation-tools/annotation-file-utilities/tests/converted/
DGenericArg.jaif19 method bar()LZ;:
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java3 package SevenZip.Compression.LZ;
DInWindow.java3 package SevenZip.Compression.LZ;
DBinTree.java3 package SevenZip.Compression.LZ;
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
DLzmaEncoder.cs304 LZ.IMatchFinder _matchFinder = null;
366 LZ.BinTree bt = new LZ.BinTree(); in Create()
/external/lzma/DOC/
Dlzma-sdk.txt168 LZ - files related to LZ (Lempel-Ziv) compression algorithm
176 LZ - files related to LZ (Lempel-Ziv) compression algorithm
Dlzma-specification.txt216 The LZMA compression algorithm uses LZ-based compression with Sliding Window
568 LZ part of LZMA
571 LZ part of LZMA describes details about the decoding of MATCHES and LITERALS.
729 that is used for LZ-window match is (2^32 - 1).
1075 Also the decoder must return error, if the LZ window is empty:
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java5 import SevenZip.Compression.LZ.BinTree;
304 SevenZip.Compression.LZ.BinTree _matchFinder = null;
366 SevenZip.Compression.LZ.BinTree bt = new SevenZip.Compression.LZ.BinTree(); in Create()
DDecoder.java5 import SevenZip.Compression.LZ.OutWindow;
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov24 …6)�t'�K\���B�!reǹf�oV��~.Γ�_�u��-��F��5`Ԑ��lN�$9ԧ��/#zV��tk@s0�N>LZ��c�o�Yݚ�ZBnLI¨|5�…
D4e4ecb5920a6e87f89b445a3d507e923.0000beb4.honggfuzz.cov26 …z$�����Bg�� 1.1��*�㬐z��4S����0a �`U7?ҏ�(v����g��6�1!�.o*ʌ���h/��߀��(LZ��OT��ܟOC�r���:�ٛ��…
D3c7f1c02afa9a68e8495c4e9b09b851e.00003c3e.honggfuzz.cov35 Y��3$�CLZ�j�x|�Z��}��F
D20e8e93a0a4f1f478a3a4842d45d373f.00006e5c.honggfuzz.cov55 …:c:�1gg�D�gk��dN�.�`m���X�]�h$6$��<L�]�%���<\X��e�{?��q)�pһ�葴��7�H����7�E��LZ!`}{ō[�H�MQ�
97 …:c:�1gg�D�gk��dN�.�`m���X�]�h$6$��<L�]�%���<\X��e�{?��q)�pһ�葴��7�H����7�E��LZ!`}{ō[�H�MQ�
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov24 …6)�t'�K\���B�!reǹf�oV��~.Γ�_�u��-��F��5`Ԑ��lN�$9ԧ��/#zV��tk@s0�N>LZ��c�o�Yݚ�ZBnLI¨|5�…
D4e4ecb5920a6e87f89b445a3d507e923.0000beb4.honggfuzz.cov26 …z$�����Bg�� 1.1��*�㬐z��4S����0a �`U7?ҏ�(v����g��6�1!�.o*ʌ���h/��߀��(LZ��OT��ܟOC�r���:�ٛ��…
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp35 unsigned LZ = countLeadingZeros((uint64_t)Val); in getIntImmCost() local
36 return (64 - LZ + 15) / 16; in getIntImmCost()
DAArch64ExpandPseudoInsts.cpp546 unsigned LZ = countLeadingZeros(Imm); in expandMOVImm() local
548 Shift = ((63 - LZ) / 16) * 16; in expandMOVImm()

1234567