Home
last modified time | relevance | path

Searched refs:blockFrom (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_block.cpp182 int blockFrom,
186 void parseWords(QFixed minResizeWidth, int blockFrom);
199 int blockFrom, in BlockParser() argument
204 parseWords(minResizeWidth, blockFrom); in BlockParser()
207 void BlockParser::parseWords(QFixed minResizeWidth, int blockFrom) { in parseWords() argument
266 …block->_words.push_back(TextWord(wordStart + blockFrom, lbh.tmpData.textWidth, -lbh.negativeRightB… in parseWords()
287 …block->_words.push_back(TextWord(wordStart + blockFrom, lbh.tmpData.textWidth, -lbh.negativeRightB… in parseWords()
297 …block->_words.push_back(TextWord(wordStart + blockFrom, -lastGraphemeBoundaryLine.textWidth, -lbh.… in parseWords()
307 …block->_words.push_back(TextWord(wordStart + blockFrom, -lbh.tmpData.textWidth, -lbh.negativeRight… in parseWords()
H A Dtext.cpp3157 uint16 blockFrom = (i == e) ? _text.size() : (*i)->from(); in enumerateText() local
3166 auto rangeTo = qMin(selection.to, blockFrom); in enumerateText()
3169 if (lnkFrom != rangeFrom || blockFrom != rangeTo) { in enumerateText()
3179 lnkFrom = blockFrom; in enumerateText()
3184 const auto checkBlockFlags = (blockFrom >= selection.from) in enumerateText()
3185 && (blockFrom <= selection.to); in enumerateText()
3190 if (i == e || (lnkIndex ? lnkFrom : blockFrom) >= selection.to) { in enumerateText()
3196 auto rangeFrom = qMax(selection.from, blockFrom); in enumerateText()
3197 auto rangeTo = qMin(selection.to, uint16(blockFrom + countBlockLength(i, e))); in enumerateText()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dpos.cpp121 bool GetStakeCoin(const COutPoint& prevout, Coin& coinPrev, CBlockIndex*& blockFrom, CBlockIndex* p… in GetStakeCoin() argument
136 blockFrom = pindexPrev->GetAncestor(coinPrev.nHeight); in GetStakeCoin()
137 if(!blockFrom) { in GetStakeCoin()
425 CBlockIndex* blockFrom = pindexPrev->GetAncestor(coinPrev.nHeight); in CheckKernel() local
426 if(!blockFrom) { in CheckKernel()
433 … return CheckStakeKernelHash(pindexPrev, nBits, blockFrom->nTime, coinPrev.out.nValue, prevout, in CheckKernel()
475 CBlockIndex* blockFrom = pindexPrev->GetAncestor(coinPrev.nHeight); in CacheKernel() local
476 if(!blockFrom) { in CacheKernel()
480 CStakeCache c(blockFrom->nTime, coinPrev.out.nValue); in CacheKernel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java761 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
762 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
770 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
772 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
780 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
781 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
787 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
792 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.ShouldHaveRegister, opera… in buildIntervals()
817 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
820 assert blockFrom == instructions.get(0).id(); in buildIntervals()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java761 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
762 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
770 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
772 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
780 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
781 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
787 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
792 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.ShouldHaveRegister, opera… in buildIntervals()
817 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
820 assert blockFrom == instructions.get(0).id(); in buildIntervals()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java732 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
733 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
741 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
743 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
751 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
752 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
766 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
769 assert blockFrom == instructions.get(0).id(); in buildIntervals()
781 … addUse(operand, blockFrom, blockTo + 2, RegisterPriority.None, LIRKind.Illegal, detailedAsserts); in buildIntervals()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java736 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
737 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
745 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
747 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
755 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
756 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
770 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
773 assert blockFrom == instructions.get(0).id(); in buildIntervals()
785 … addUse(operand, blockFrom, blockTo + 2, RegisterPriority.None, LIRKind.Illegal, detailedAsserts); in buildIntervals()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java732 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
733 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
741 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
743 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
751 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
752 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
766 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
769 assert blockFrom == instructions.get(0).id(); in buildIntervals()
781 … addUse(operand, blockFrom, blockTo + 2, RegisterPriority.None, LIRKind.Illegal, detailedAsserts); in buildIntervals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java732 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
733 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
741 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
743 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
751 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
752 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
766 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
769 assert blockFrom == instructions.get(0).id(); in buildIntervals()
781 … addUse(operand, blockFrom, blockTo + 2, RegisterPriority.None, LIRKind.Illegal, detailedAsserts); in buildIntervals()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScanLifetimeAnalysisPhase.java736 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
737 …addUse((AllocatableValue) operand, blockFrom, opId + 1, p, operand.getValueKind(), detailedAsserts… in buildIntervals()
745 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
747 … addUse((AllocatableValue) operand, blockFrom, opId, p, operand.getValueKind(), detailedAsserts); in buildIntervals()
755 … int blockFrom = allocator.getFirstLirInstructionId((allocator.blockForId(opId))); in buildIntervals()
756 …addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None, operand.getValueKin… in buildIntervals()
770 final int blockFrom = allocator.getFirstLirInstructionId(block); in buildIntervals() local
773 assert blockFrom == instructions.get(0).id(); in buildIntervals()
785 … addUse(operand, blockFrom, blockTo + 2, RegisterPriority.None, LIRKind.Illegal, detailedAsserts); in buildIntervals()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Dframe_processor.cpp1083 InterpolWorkBlock FrameProcessor::GetInterpolWorkBlockPreWP(const BaseBlock & blockFrom, std::pair<… in GetInterpolWorkBlockPreWP() argument
1089 InterpolWorkBlock workBlock(blockFrom); in GetInterpolWorkBlockPreWP()
1092 for (mfxU32 i = 0; i < blockFrom.m_BHeight; i++) in GetInterpolWorkBlockPreWP()
1094 for (mfxU32 j = 0; j < blockFrom.m_BWidth; j++) in GetInterpolWorkBlockPreWP()
1096 mfxU32 offset = i * blockFrom.m_BWidth + j; in GetInterpolWorkBlockPreWP()
1098 std::make_pair(blockFrom.m_AdrX + j, blockFrom.m_AdrY + i), fractOffset, surfFrom); in GetInterpolWorkBlockPreWP()
1109 for (mfxU32 i = 0; i < blockFrom.m_BHeight / 2; ++i) in GetInterpolWorkBlockPreWP()
1111 for (mfxU32 j = 0; j < blockFrom.m_BWidth / 2; j++) in GetInterpolWorkBlockPreWP()
1113 mfxU32 offsetChr = i * blockFrom.m_BWidth / 2 + j; in GetInterpolWorkBlockPreWP()
1115 … (blockFrom.m_AdrY / 2 + i) * surfFrom->Data.Pitch / 2 + blockFrom.m_AdrX / 2 + j]; in GetInterpolWorkBlockPreWP()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanLifetimeAnalysisPhase.java160 int blockFrom = 0;
161 addUse((AllocatableValue) operand, blockFrom, opId + 1, p);
173 int blockFrom = 0;
174 addUse((AllocatableValue) operand, blockFrom, opId, p);
186 int blockFrom = 0;
187 addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanLifetimeAnalysisPhase.java160 int blockFrom = 0;
161 addUse((AllocatableValue) operand, blockFrom, opId + 1, p);
173 int blockFrom = 0;
174 addUse((AllocatableValue) operand, blockFrom, opId, p);
186 int blockFrom = 0;
187 addUse((AllocatableValue) operand, blockFrom, opId + 1, RegisterPriority.None);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/struct_util/
H A Dsu_block_multiple_alignment.cpp637 *blockFrom = m_blockMap[fromAlignmentIndex].block, in ShiftRow() local
642 dynamic_cast<UngappedAlignedBlock*>(blockFrom); in ShiftRow()
644 if (blockTo != blockFrom && blockTo->IsAligned()) in ShiftRow()
656 if (blockFrom != blockTo && in ShiftRow()
657 ((ABlock == blockFrom && prevUABlock != blockTo && nextUABlock != blockTo) || in ShiftRow()
658 (ABlock == blockTo && prevUABlock != blockFrom && nextUABlock != blockFrom))) in ShiftRow()
664 if (!blockFrom->IsAligned()) { in ShiftRow()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dblock_multiple_alignment.cpp872 *blockFrom = blockMap[fromAlignmentIndex].block, in ShiftRow() local
877 dynamic_cast<UngappedAlignedBlock*>(blockFrom); in ShiftRow()
879 if (blockTo != blockFrom && blockTo->IsAligned()) return false; in ShiftRow()
889 if (blockFrom != blockTo && in ShiftRow()
890 ((ABlock == blockFrom && prevUABlock != blockTo && nextUABlock != blockTo) || in ShiftRow()
891 (ABlock == blockTo && prevUABlock != blockFrom && nextUABlock != blockFrom))) in ShiftRow()
897 if (!blockFrom->IsAligned()) { in ShiftRow()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_keyboard.c332 uint8_t blockFrom, blockTo; in keyDownHandler() local
2969 blockFrom = editor.blockToPos; in keyDownHandler()
2974 blockFrom = editor.blockFromPos; in keyDownHandler()
2978 while (blockFrom < blockTo) in keyDownHandler()
2980 noteDst = &song->patterns[song->currPattern][(blockFrom * AMIGA_VOICES) + cursor.channel]; in keyDownHandler()
2987 blockFrom += 1; in keyDownHandler()