/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 63 public void MovePos() throws IOException in MovePos() method in BinTree 67 super.MovePos(); in MovePos() 128 MovePos(); in GetMatches() 248 MovePos(); in GetMatches() 264 MovePos(); in Skip() 339 MovePos(); in Skip()
|
D | InWindow.java | 93 public void MovePos() throws IOException in MovePos() method in InWindow
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzBinTree.cs | 63 public new void MovePos() in MovePos() method in SevenZip.Compression.LZ.BinTree 67 base.MovePos(); in MovePos() 128 MovePos(); in GetMatches() 248 MovePos(); in GetMatches() 264 MovePos(); in Skip() 339 MovePos(); in Skip()
|
D | LzInWindow.cs | 93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() argument 104 MovePos->getParent()->getBasicBlockList().splice( in moveBefore() 105 MovePos->getIterator(), getParent()->getBasicBlockList(), getIterator()); in moveBefore() 110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() argument 111 MovePos->getParent()->getBasicBlockList().splice( in moveAfter() 112 ++MovePos->getIterator(), getParent()->getBasicBlockList(), in moveAfter()
|
D | Instruction.cpp | 95 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() argument 96 MovePos->getParent()->getInstList().splice( in moveBefore() 97 MovePos->getIterator(), getParent()->getInstList(), getIterator()); in moveBefore()
|
D | Core.cpp | 1958 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore() argument 1959 unwrap(BB)->moveBefore(unwrap(MovePos)); in LLVMMoveBasicBlockBefore() 1962 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter() argument 1963 unwrap(BB)->moveAfter(unwrap(MovePos)); in LLVMMoveBasicBlockAfter()
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 166 void moveBefore(BasicBlock *MovePos); 170 void moveAfter(BasicBlock *MovePos);
|
D | Instruction.h | 98 void moveBefore(Instruction *MovePos);
|
/external/lzma/C/ |
D | LzmaEnc.c | 813 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos() function 1000 MovePos(p, lenRes - 1); in GetOptimum() 1008 MovePos(p, mainLen - 1); in GetOptimum() 1535 MovePos(p, len - 1); in GetOptimumFast() 1549 MovePos(p, mainLen - 1); in GetOptimumFast() 1575 MovePos(p, repLen - 1); in GetOptimumFast() 1606 MovePos(p, mainLen - 2); in GetOptimumFast()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 446 void MovePos(int num) throws java.io.IOException in MovePos() method in Encoder 584 MovePos(lenRes - 1); in GetOptimum() 591 MovePos(lenMain - 1); in GetOptimum()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 446 void MovePos(UInt32 num) in MovePos() method in SevenZip.Compression.LZMA.Encoder 584 MovePos(lenRes - 1); in GetOptimum() 591 MovePos(lenMain - 1); in GetOptimum()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2241 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos); 2248 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos);
|