HomeSort by relevance Sort by last modified time
    Searched refs:LZ (Results 1 - 25 of 33) sorted by null

1 2

  /art/test/594-invoke-super/smali/
invoke-super.smali 16 .class public LZ;
  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 5 namespace SevenZip.Compression.LZ
LzOutWindow.cs 3 namespace SevenZip.Compression.LZ
LzInWindow.cs 5 namespace SevenZip.Compression.LZ
LzBinTree.cs 5 namespace SevenZip.Compression.LZ
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 0 // LZ.OutWindow
3 package SevenZip.Compression.LZ;
InWindow.java 0 // LZ.InWindow
3 package SevenZip.Compression.LZ;
BinTree.java 0 // LZ.BinTree
3 package SevenZip.Compression.LZ;
  /external/libopus/silk/
PLC.c 422 opus_int32 frac_Q24, LZ;
425 LZ = silk_CLZ32( psPLC->conc_energy );
426 LZ = LZ - 1;
427 psPLC->conc_energy = silk_LSHIFT( psPLC->conc_energy, LZ );
428 energy = silk_RSHIFT( energy, silk_max_32( 24 - LZ, 0 ) );
  /external/lzma/CS/7zip/
ICoder.cs 113 /// Specifies number of fast bytes for LZ*.
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
LzmaEncoder.cs 304 LZ.IMatchFinder _matchFinder = null;
366 LZ.BinTree bt = new LZ.BinTree();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 149 LZ,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 217 MIMGBaseOpcode LZ;
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 5 import SevenZip.Compression.LZ.OutWindow;
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();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 265 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, LZ, OS)
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 546 unsigned LZ = countLeadingZeros(Imm);
548 Shift = ((63 - LZ) / 16) * 16;
    [all...]
AArch64TargetTransformInfo.cpp 35 unsigned LZ = countLeadingZeros((uint64_t)Val);
36 return (64 - LZ + 15) / 16;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 53 unsigned LZ = countLeadingZeros((uint64_t)Val);
54 return (64 - LZ + 15) / 16;
    [all...]
AArch64ExpandPseudoInsts.cpp 543 unsigned LZ = countLeadingZeros(Imm);
546 LastShift = ((63 - LZ) / 16) * 16;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 508 milliseconds

1 2