/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 42 <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/ |
D | PLC.c | 422 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/ |
D | IMatchFinder.cs | 5 namespace SevenZip.Compression.LZ
|
D | LzOutWindow.cs | 3 namespace SevenZip.Compression.LZ
|
D | LzInWindow.cs | 5 namespace SevenZip.Compression.LZ
|
D | LzBinTree.cs | 5 namespace SevenZip.Compression.LZ
|
/external/lz4/lib/ |
D | liblz4.pc.in | 1 # LZ4 - Fast LZ compression algorithm
|
/external/u-boot/lib/lzma/ |
D | lzma.txt | 67 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/ |
D | OutWindow.java | 3 package SevenZip.Compression.LZ;
|
D | InWindow.java | 3 package SevenZip.Compression.LZ;
|
D | BinTree.java | 3 package SevenZip.Compression.LZ;
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
|
/external/lzma/DOC/ |
D | lzma-sdk.txt | 168 LZ - files related to LZ (Lempel-Ziv) compression algorithm 176 LZ - files related to LZ (Lempel-Ziv) compression algorithm
|
D | lzma-specification.txt | 216 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/ |
D | 168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov | 18 …�Ф�:tK��\@�O�հ%y+3����1Rl��#��^˶҉�Y�c��!�0K�X�<��/A��2b���D���K��LZ�����}i[L��9<�WP�@…
|
D | 9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov | 24 …6)�t'�K\���B�!reǹf�oV��~.Γ�_�u��-��F��5`Ԑ��lN�$9ԧ��/#zV��tk@s0�N>LZ��c�o�Yݚ�ZBnLI¨|5�…
|
D | 6a921c7b6f746c7beed66dfbfd74d0d6.0000beb4.honggfuzz.cov | 22 …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/ |
D | 168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov | 18 …�Ф�:tK��\@�O�հ%y+3����1Rl��#��^˶҉�Y�c��!�0K�X�<��/A��2b���D���K��LZ�����}i[L��9<�WP�@…
|
D | 9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov | 24 …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/ |
D | Encoder.java | 5 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()
|
D | Decoder.java | 5 import SevenZip.Compression.LZ.OutWindow;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 217 MIMGBaseOpcode LZ; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 149 LZ, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 71 MIMGBaseOpcode LZ = lz; 77 let Fields = ["L", "LZ"]; 567 // L to LZ Optimization Mapping
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 35 unsigned LZ = countLeadingZeros((uint64_t)Val); in getIntImmCost() local 36 return (64 - LZ + 15) / 16; in getIntImmCost()
|