Home
last modified time | relevance | path

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

123456789

/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/u-boot/lib/lzma/
Dlzma.txt67 LzFind.* - Match finder for LZ (LZMA) encoders
68 LzFindMt.* - Match finder for LZ (LZMA) encoders for multithreading encoding
69 LzHash.h - Additional file for LZ match finder
118 LZ - files related to LZ (Lempel-Ziv) compression algorithm
126 LZ - files related to LZ (Lempel-Ziv) compression algorithm
/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();
/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/honggfuzz/examples/apache-httpd/corpus_http1/
D168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov18 …�Ф�:tK��\@�O�հ%y+3����1Rl��#��^˶҉�Y�c��!�0K�X�<��/A��2b���D���K��LZ�����}i[L��9<�WP�@…
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�…
D6a921c7b6f746c7beed66dfbfd74d0d6.0000beb4.honggfuzz.cov22 …z$�����Bg�� 1.1��*�㬐z��4S����0a �`U7?ҏ�(v����g��6�1!�.o*ʌ���h/��߀��(LZ��OT��ܟOC�r���:�ٛ��…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov18 …�Ф�:tK��\@�O�հ%y+3����1Rl��#��^˶҉�Y�c��!�0K�X�<��/A��2b���D���K��LZ�����}i[L��9<�WP�@…
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�…
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h217 MIMGBaseOpcode LZ; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h149 LZ, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td71 MIMGBaseOpcode LZ = lz;
77 let Fields = ["L", "LZ"];
567 // L to LZ Optimization Mapping
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp35 unsigned LZ = countLeadingZeros((uint64_t)Val); in getIntImmCost() local
36 return (64 - LZ + 15) / 16; in getIntImmCost()

123456789