Home
last modified time | relevance | path

Searched refs:MovePos (Results 1 – 13 of 13) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java63 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()
DInWindow.java93 public void MovePos() throws IOException in MovePos() method in InWindow
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs63 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()
DLzInWindow.cs93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
/external/llvm/lib/IR/
DBasicBlock.cpp103 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()
DInstruction.cpp95 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() argument
96 MovePos->getParent()->getInstList().splice( in moveBefore()
97 MovePos->getIterator(), getParent()->getInstList(), getIterator()); in moveBefore()
DCore.cpp1958 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/
DBasicBlock.h166 void moveBefore(BasicBlock *MovePos);
170 void moveAfter(BasicBlock *MovePos);
DInstruction.h98 void moveBefore(Instruction *MovePos);
/external/lzma/C/
DLzmaEnc.c813 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/
DEncoder.java446 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/
DLzmaEncoder.cs446 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/
DCore.h2241 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos);
2248 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos);