Home
last modified time | relevance | path

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

123

/third_party/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
/third_party/lz4/lib/
Dliblz4.pc.in1 # LZ4 - Fast LZ compression algorithm
/third_party/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java3 package SevenZip.Compression.LZ;
DInWindow.java3 package SevenZip.Compression.LZ;
DBinTree.java3 package SevenZip.Compression.LZ;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp273 unsigned LZ = countLeadingZeros(Imm); in expandMOVImmSimple() local
276 LastShift = ((63 - LZ) / 16) * 16; in expandMOVImmSimple()
/third_party/lzma/
DREADME_zh.md72 │   ├── LZ # files related to LZ (Lempel-Ziv) compression algorithm
88    ├── LZ # files related to LZ (Lempel-Ziv) compression algorithm
DREADME.md88 │   ├── LZ # files related to LZ (Lempel-Ziv) compression algorithm
104    ├── LZ # files related to LZ (Lempel-Ziv) compression algorithm
/third_party/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()
/third_party/lzma/DOC/
Dlzma-sdk.txt215 LZ - files related to LZ (Lempel-Ziv) compression algorithm
223 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:
/third_party/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h161 LZ, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td90 MIMGBaseOpcode LZ = lz;
96 let Fields = ["L", "LZ"];
825 // L to LZ Optimization Mapping
DAMDGPUISelLowering.cpp2436 SDValue LZ = DAG.getNode(ISD::CTLZ_ZERO_UNDEF, SL, MVT::i64, L); in LowerINT_TO_FP32() local
2437 LZ = DAG.getNode(ISD::TRUNCATE, SL, MVT::i32, LZ); in LowerINT_TO_FP32()
2442 DAG.getNode(ISD::SUB, SL, MVT::i32, K, LZ), in LowerINT_TO_FP32()
2446 DAG.getNode(ISD::SHL, SL, MVT::i64, L, LZ), in LowerINT_TO_FP32()
3082 unsigned LZ = Known.countMinLeadingZeros(); in performShlCombine() local
3083 if (LZ < RHSVal) in performShlCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h242 MIMGBaseOpcode LZ; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp328 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, LZ, OS) in dumpPDBSourceCompression()
/third_party/skia/third_party/externals/icu/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt20 # ʫ LATIN SMALL LETTER LZ DIGRAPH
/third_party/icu/icu4c/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt20 # ʫ LATIN SMALL LETTER LZ DIGRAPH
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1128 uint32_t LZ = countLeadingZeros(Mask); in ppAddrRewriteAndSrl() local
1130 if (TZ + M1 + LZ != 32) in ppAddrRewriteAndSrl()
1136 if (LZ > CV) in ppAddrRewriteAndSrl()

123