Home
last modified time | relevance | path

Searched refs:moveCount (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqpodvector_p.h94 int moveCount = m_count - idx; in insert() local
95 if (moveCount) in insert()
96 ::memmove(m_data + idx + 1, m_data + idx, moveCount * sizeof(T)); in insert()
111 int moveCount = m_count - idx; in insertBlank() local
112 if (moveCount) in insertBlank()
114 moveCount * sizeof(T)); in insertBlank()
119 int moveCount = m_count - (idx + count); variable
120 if (moveCount)
122 moveCount * sizeof(T));
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqpodvector_p.h92 int moveCount = m_count - idx; in insert() local
93 if (moveCount) in insert()
94 …ic_cast<void *>(m_data + idx + 1), static_cast<const void *>(m_data + idx), moveCount * sizeof(T)); in insert()
109 int moveCount = m_count - idx; in insertBlank() local
110 if (moveCount) in insertBlank()
112 moveCount * sizeof(T)); in insertBlank()
117 int moveCount = m_count - (idx + count); variable
118 if (moveCount)
120 moveCount * sizeof(T));
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqpodvector_p.h92 int moveCount = m_count - idx; in insert() local
93 if (moveCount) in insert()
94 …ic_cast<void *>(m_data + idx + 1), static_cast<const void *>(m_data + idx), moveCount * sizeof(T)); in insert()
109 int moveCount = m_count - idx; in insertBlank() local
110 if (moveCount) in insertBlank()
112 moveCount * sizeof(T)); in insertBlank()
117 int moveCount = m_count - (idx + count); variable
118 if (moveCount)
120 moveCount * sizeof(T));
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestVector.cpp118 static size_t moveCount; member
123 moveCount = 0; in resetCounts()
140 moveCount++; in S()
152 moveCount++; in operator =()
161 size_t S::moveCount = 0; member in __anon8c313fc20111::S
267 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
275 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
378 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
393 MOZ_ASSERT(S::moveCount == 2); in testReplaceRawBuffer()
405 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestVector.cpp116 static size_t moveCount; member
121 moveCount = 0; in resetCounts()
130 moveCount++; in S()
140 moveCount++; in operator =()
151 size_t S::moveCount = 0; member in __anona87a8af20111::S
251 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
259 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
358 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
373 MOZ_ASSERT(S::moveCount == 2); in testReplaceRawBuffer()
385 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
[all …]
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestVector.cpp116 static size_t moveCount; member
121 moveCount = 0; in resetCounts()
130 moveCount++; in S()
140 moveCount++; in operator =()
151 size_t S::moveCount = 0; member in __anon70451cfd0111::S
251 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
259 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
358 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
373 MOZ_ASSERT(S::moveCount == 2); in testReplaceRawBuffer()
385 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestVector.cpp116 static size_t moveCount; member
121 moveCount = 0; in resetCounts()
130 moveCount++; in S()
140 moveCount++; in operator =()
151 size_t S::moveCount = 0; member in __anon75bfa2490111::S
251 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
259 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
358 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
373 MOZ_ASSERT(S::moveCount == 2); in testReplaceRawBuffer()
385 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestVector.cpp113 static size_t moveCount; member
118 moveCount = 0; in resetCounts()
127 moveCount++; in S()
137 moveCount++; in operator =()
148 size_t S::moveCount = 0; member in __anonebc6a7f40111::S
248 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
256 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
355 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
370 MOZ_ASSERT(S::moveCount == 2); in testReplaceRawBuffer()
382 MOZ_ASSERT(S::moveCount == 0); in testReplaceRawBuffer()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestVector.cpp115 static size_t moveCount; member
120 moveCount = 0; in resetCounts()
137 moveCount++; in S()
149 size_t S::moveCount = 0; member in __anon9d01b3e40111::S
169 MOZ_RELEASE_ASSERT(S::moveCount == 10); in testEmplaceBack()
177 MOZ_RELEASE_ASSERT(S::moveCount == 10); in testEmplaceBack()
255 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
263 MOZ_RELEASE_ASSERT(S::moveCount == 0); in testExtractRawBuffer()
273 MOZ_RELEASE_ASSERT(S::moveCount == 5); in testExtractRawBuffer()
281 MOZ_RELEASE_ASSERT(S::moveCount == 5); in testExtractRawBuffer()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DMsmqMessageProperty.cs11 int moveCount; field in System.ServiceModel.Channels.MsmqMessageProperty
24 this.moveCount = msmqMessage.MoveCount.Value; in MsmqMessageProperty()
69 get { return this.moveCount; }
70 internal set { this.moveCount = value; }
H A DMsmqInputMessage.cs13 IntProperty moveCount; field in System.ServiceModel.Channels.MsmqInputMessage
62 this.moveCount = new IntProperty(this, UnsafeNativeMethods.PROPID_M_MOVE_COUNT); in MsmqInputMessage()
105 get { return this.moveCount; }
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DReverseArrow.java92 private int moveCount; field in ReverseArrow
168 if (checkBoard() && moveCount <= MAX_MOVES) { in onTurnReached()
463 moveCount++; in onTokenMoved()
465 if (moveCount < MAX_MOVES) { in onTokenMoved()
466 npc.say("This was your " + Grammar.ordered(moveCount) + " move."); in onTokenMoved()
467 } else if (moveCount == MAX_MOVES) { in onTokenMoved()
468 npc.say("This was your " + Grammar.ordered(moveCount) in onTokenMoved()
495 moveCount = 0; in start()
519 moveCount = 0; in finish()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dgrabinfo.cpp56 moveCount = 1; in GrabInfo()
69 moveCount = val; in setMoveCount()
71 moveCount = 1; in setMoveCount()
109 grabObj->objCursorText(objText, bufSize, moveCount); in grabObject()
149 grabObj->objCursorText(objText, bufSize, moveCount); in copyObject()
193 spr = proto->getSprite(grabObj, ProtoObj::objAsMousePtr, moveCount).sp; in setIcon()
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpPathfinder.cpp742 i32 moveCount = m_MaxSameTurnMoves - m_SameTurnMovesCount; in ProcessSameTurnMoves() local
744 if (moveCount <= 0) in ProcessSameTurnMoves()
749 if ((i32)m_AsyncLongPathRequests.size() <= moveCount) in ProcessSameTurnMoves()
752 moveCount = (i32)longRequests.size(); in ProcessSameTurnMoves()
756 longRequests.resize(moveCount); in ProcessSameTurnMoves()
763 m_SameTurnMovesCount = (u16)(m_SameTurnMovesCount + moveCount); in ProcessSameTurnMoves()
769 i32 moveCount = m_MaxSameTurnMoves - m_SameTurnMovesCount; in ProcessSameTurnMoves() local
771 if (moveCount <= 0) in ProcessSameTurnMoves()
776 if ((i32)m_AsyncShortPathRequests.size() <= moveCount) in ProcessSameTurnMoves()
779 moveCount = (i32)shortRequests.size(); in ProcessSameTurnMoves()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPathPriv.h62 int moveCount = 0; in IsClosedSingleContour() local
67 moveCount += 1; in IsClosedSingleContour()
68 if (moveCount > 1) { in IsClosedSingleContour()
/dports/games/hinversi/hinversi-0.8.2/lib/
H A Dothello.c274 p_board->moveCount=0; in getPossibleMoves()
278 if (p_board->moveCount >= MAXMOB) { in getPossibleMoves()
283 " notify the author.\n"), __FILE__, ++p_board->moveCount, MAXMOB); in getPossibleMoves()
286 p_board->moves[2*p_board->moveCount]=i; in getPossibleMoves()
287 p_board->moves[2*(p_board->moveCount++)+1]=j; in getPossibleMoves()
291 return p_board->moveCount; in getPossibleMoves()
H A Dmatador.c291 for (i=0; i < p_board->moveCount; i++) { in matador_alphaBeta()
355 for (j = 0; j < p_board->moveCount; j++) { in getSortedMoves()
364 if (index == p_board->moveCount) { in getSortedMoves()
368 if (index != p_board->moveCount) { in getSortedMoves()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DFunctionTest.cpp611 EXPECT_EQ(0, cmt.moveCount()); in TEST()
619 EXPECT_LE(cmt.moveCount() + cmt.copyCount(), 3); in TEST()
629 EXPECT_LE(cmt.moveCount() + cmt.copyCount(), 3); in TEST()
637 EXPECT_EQ(0, cmt.moveCount()); in TEST()
645 EXPECT_EQ(0, cmt.moveCount()); in TEST()
650 return c.moveCount(); in TEST()
656 EXPECT_LE(cmt.moveCount() + cmt.copyCount(), 2); in TEST()
662 EXPECT_LE(cmt.moveCount() + cmt.copyCount(), 2); in TEST()
667 return c.moveCount(); in TEST()
678 return c.moveCount(); in TEST()
[all …]
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dsearch.cpp566 moveCount = captureCount = quietCount = ss->moveCount = 0; in search()
975 ss->moveCount = ++moveCount; in search()
1125 && moveCount > 1 + 2 * rootNode in search()
1152 if ((ss-1)->moveCount > 13) in search()
1255 if (moveCount > 1) in search()
1312 if (!moveCount) in search()
1374 int moveCount; in qsearch() local
1386 moveCount = 0; in qsearch()
1479 moveCount++; in qsearch()
1488 if (moveCount > 2) in qsearch()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug497705_setBoundsAfterSetVisible.java124 AtomicInteger moveCount = new AtomicInteger(0); in fails_unecessaryEvents() local
133 moveCount.incrementAndGet(); in fails_unecessaryEvents()
140 if (resizeCount.get() != 1 || moveCount.get() != 1) { in fails_unecessaryEvents()
142 …e Resize and one Move event.\nActually received R/M:" + resizeCount.get() + "/" + moveCount.get()); in fails_unecessaryEvents()
/dports/games/hinversi/hinversi-0.8.2/check/
H A Dcheck_othello.c19 fail_unless(board.moveCount == 4, in START_TEST()
20 "Board should begin with 4 possible moves. was: %d", board.moveCount); in START_TEST()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java173 if (moveCount > 0) { in performTest()
213 if (moveCount > 0) { in performTest()
306 moveCount = 0; in resetValues()
331 moveCount++; in ancestorMoved()
332 if (moveCount == components.length) { in ancestorMoved()
390 private int moveCount = 0; field in HierarchyBoundsListenerMixingTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java173 if (moveCount > 0) { in performTest()
213 if (moveCount > 0) { in performTest()
306 moveCount = 0; in resetValues()
331 moveCount++; in ancestorMoved()
332 if (moveCount == components.length) { in ancestorMoved()
390 private int moveCount = 0; field in HierarchyBoundsListenerMixingTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java173 if (moveCount > 0) { in performTest()
213 if (moveCount > 0) { in performTest()
306 moveCount = 0; in resetValues()
331 moveCount++; in ancestorMoved()
332 if (moveCount == components.length) { in ancestorMoved()
390 private int moveCount = 0; field in HierarchyBoundsListenerMixingTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java173 if (moveCount > 0) { in performTest()
213 if (moveCount > 0) { in performTest()
306 moveCount = 0; in resetValues()
331 moveCount++; in ancestorMoved()
332 if (moveCount == components.length) { in ancestorMoved()
390 private int moveCount = 0; field in HierarchyBoundsListenerMixingTest

123456789