Home
last modified time | relevance | path

Searched refs:destBlock (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dsprites_eob.cpp789 uint8 c = destBlock % 32; in getNextMonsterDirection()
790 uint8 d = destBlock / 32; in getNextMonsterDirection()
1074 int d = getNextMonsterDirection(b, destBlock); in walkMonster()
1103 if (b + _monsterStepTable0[d] == destBlock) { in walkMonster()
1139 if (destBlock != m->block && destBlock != -1) { in walkMonsterNextStep()
1145 if (destBlock == _currentBlock) in walkMonsterNextStep()
1151 LevelBlockProperty *l = &_levelBlockProperties[destBlock]; in walkMonsterNextStep()
1162 openDoor(destBlock); in walkMonsterNextStep()
1172 if ((l->flags & 7) && destBlock) { in walkMonsterNextStep()
1173 int pos = getNextMonsterPos(m, destBlock); in walkMonsterNextStep()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dsprites_eob.cpp807 uint8 c = destBlock % 32; in getNextMonsterDirection()
808 uint8 d = destBlock / 32; in getNextMonsterDirection()
1104 int d = getNextMonsterDirection(b, destBlock); in walkMonster()
1133 if (b + _monsterStepTable0[d] == destBlock) { in walkMonster()
1169 if (destBlock != m->block && destBlock != -1) { in walkMonsterNextStep()
1175 if (destBlock == _currentBlock) in walkMonsterNextStep()
1181 LevelBlockProperty *l = &_levelBlockProperties[destBlock]; in walkMonsterNextStep()
1192 openDoor(destBlock); in walkMonsterNextStep()
1202 if ((l->flags & 7) && destBlock) { in walkMonsterNextStep()
1203 int pos = getNextMonsterPos(m, destBlock); in walkMonsterNextStep()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCBBlock.c608 eBBlock *destBlock; in iCodeBreakDown() local
615 if ((destBlock = eBBWithEntryLabel (ebbi, label)) && in iCodeBreakDown()
616 destBlock->preHeader == NULL && otherPathsPresent (ebbs, destBlock)) in iCodeBreakDown()
627 if (ebbs[i] == destBlock) in iCodeBreakDown()
653 destBlock->preHeader = ebbs[j] = neweBBlock (); in iCodeBreakDown()
657 ebbs[j]->sch->filename = destBlock->sch->filename; in iCodeBreakDown()
658 ebbs[j]->sch->lineno = destBlock->sch->lineno; in iCodeBreakDown()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp.getOperation()->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp.getOperation()->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp66 Block *destBlock = dest->getBlock(); in isReachable() local
74 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp66 Block *destBlock = dest->getBlock(); in isReachable() local
74 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp66 Block *destBlock = dest->getBlock(); in isReachable() local
74 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp66 Block *destBlock = dest->getBlock(); in isReachable() local
74 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDirectoryScanner.java174 File destBlock = new File(destRoot, relativeBlockPath); in duplicateBlock() local
177 destBlock.getParentFile().mkdirs(); in duplicateBlock()
178 FileUtils.copyFile(sourceBlock, destBlock); in duplicateBlock()
181 if (destBlock.exists() && destMeta.exists()) { in duplicateBlock()
182 LOG.info("Copied " + sourceBlock + " ==> " + destBlock); in duplicateBlock()
/dports/audio/carla/Carla-2.4.1/source/modules/water/streams/
H A DInputStream.h226 virtual size_t readIntoMemoryBlock (MemoryBlock& destBlock,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/streams/
H A Djuce_InputStream.h223 virtual size_t readIntoMemoryBlock (MemoryBlock& destBlock,
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/streams/
H A Djuce_InputStream.h223 virtual size_t readIntoMemoryBlock (MemoryBlock& destBlock,
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/streams/
H A Djuce_InputStream.h223 virtual size_t readIntoMemoryBlock (MemoryBlock& destBlock,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp86 Block *destBlock = dest->getBlock(); in isReachable() local
94 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorTransferOpTransforms.cpp86 Block *destBlock = dest->getBlock(); in isReachable() local
94 if (dominators.dominates(bb, destBlock)) in isReachable()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp978 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer()); in applyLineClamp() local
985 bool leftToRight = destBlock->style()->isLeftToRightDirection(); in applyLineClamp()
989 int blockRightEdge = destBlock->logicalRightOffsetForLine(lastVisibleLine->y(), false); in applyLineClamp()
990 int blockLeftEdge = destBlock->logicalLeftOffsetForLine(lastVisibleLine->y(), false); in applyLineClamp()
998 destBlock->setHasMarkupTruncation(true); in applyLineClamp()
/dports/lang/seed7/seed7/prg/
H A Dsydir7.sd7111 var string: destBlock is "";
120 destBlock := gets(destFile, 67108864);
121 equal := sourceBlock = destBlock;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp32 Block *destBlock = ifOp->getBlock(); in promoteIfBlock() local
34 destBlock->getOperations().splice( in promoteIfBlock()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalrasterband.cpp1473 GDALRasterBlock* destBlock = GetLockedBlockRef(i, j, TRUE); in Fill() local
1474 if (destBlock == NULL) { in Fill()
1481 if (destBlock->GetDataRef() == NULL) in Fill()
1483 destBlock->DropLock(); in Fill()
1487 memcpy(destBlock->GetDataRef(), srcBlock, blockByteSize); in Fill()
1488 destBlock->MarkDirty(); in Fill()
1489 destBlock->DropLock(); in Fill()

12