Home
last modified time | relevance | path

Searched refs:targetIndex (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/Span/
H A DIndexOfAny.T.cs56 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
64 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
73 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
191 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
200 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
210 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
330 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ManyInteger()
351 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ManyInteger()
532 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoString()
669 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeString()
[all …]
H A DLastIndexOfAny.T.cs54 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
62 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
70 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
186 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
195 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
204 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
322 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_ManyByte()
329 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchLastIndexOfAny_ManyByte()
514 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_String_TwoByte()
647 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_String_ThreeByte()
[all …]
H A DIndexOfAny.byte.cs106 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchTwo_Byte()
108 byte target0 = a[targetIndex]; in TestMatchTwo_Byte()
114 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchTwo_Byte()
122 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchTwo_Byte()
238 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchThree_Byte()
247 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchThree_Byte()
256 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchThree_Byte()
374 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchMany_Byte()
381 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchMany_Byte()
383 …es = new ReadOnlySpan<byte>(new byte[] { a[targetIndex], a[targetIndex + 1], a[targetIndex + 2], a… in TestMatchMany_Byte()
[all …]
H A DLastIndexOfAny.byte.cs105 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
107 byte target0 = a[targetIndex]; in TestMatchLastIndexOfAny_Byte_TwoByte()
113 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
121 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
237 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
246 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
255 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
373 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_ManyByte()
380 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchLastIndexOfAny_Byte_ManyByte()
382 …es = new ReadOnlySpan<byte>(new byte[] { a[targetIndex], a[targetIndex + 1], a[targetIndex + 2], a… in TestMatchLastIndexOfAny_Byte_ManyByte()
[all …]
H A DLastIndexOf.T.cs31 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOf()
33 int target = a[targetIndex]; in TestMatchLastIndexOf()
35 Assert.Equal(targetIndex, idx); in TestMatchLastIndexOf()
140 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOf_String()
142 string target = a[targetIndex]; in TestMatchLastIndexOf_String()
144 Assert.Equal(targetIndex, idx); in TestMatchLastIndexOf_String()
H A DIndexOf.T.cs31 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatch()
33 int target = a[targetIndex]; in TestMatch()
35 Assert.Equal(targetIndex, idx); in TestMatch()
140 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOf_String()
142 string target = a[targetIndex]; in TestMatchIndexOf_String()
144 Assert.Equal(targetIndex, idx); in TestMatchIndexOf_String()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/ReadOnlySpan/
H A DIndexOfAny.T.cs56 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
64 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
73 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoInteger()
191 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
200 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
210 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeInteger()
330 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ManyInteger()
351 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ManyInteger()
532 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_TwoString()
669 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOfAny_ThreeString()
[all …]
H A DLastIndexOfAny.T.cs54 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
62 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
70 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_TwoByte()
186 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
195 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
204 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_ThreeByte()
322 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_ManyByte()
329 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchLastIndexOfAny_ManyByte()
515 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_String_TwoByte()
649 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_String_ThreeByte()
[all …]
H A DLastIndexOfAny.byte.cs105 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
107 byte target0 = a[targetIndex]; in TestMatchLastIndexOfAny_Byte_TwoByte()
113 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
121 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchLastIndexOfAny_Byte_TwoByte()
237 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
246 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
255 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchLastIndexOfAny_Byte_ThreeByte()
373 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOfAny_Byte_ManyByte()
380 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchLastIndexOfAny_Byte_ManyByte()
382 …es = new ReadOnlySpan<byte>(new byte[] { a[targetIndex], a[targetIndex + 1], a[targetIndex + 2], a… in TestMatchLastIndexOfAny_Byte_ManyByte()
[all …]
H A DIndexOfAny.byte.cs106 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchTwo_Byte()
108 byte target0 = a[targetIndex]; in TestMatchTwo_Byte()
114 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchTwo_Byte()
122 for (int targetIndex = 0; targetIndex < length - 1; targetIndex++) in TestMatchTwo_Byte()
238 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchThree_Byte()
247 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchThree_Byte()
256 for (int targetIndex = 0; targetIndex < length - 2; targetIndex++) in TestMatchThree_Byte()
374 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchMany_Byte()
381 for (int targetIndex = 0; targetIndex < length - 3; targetIndex++) in TestMatchMany_Byte()
383 …es = new ReadOnlySpan<byte>(new byte[] { a[targetIndex], a[targetIndex + 1], a[targetIndex + 2], a… in TestMatchMany_Byte()
[all …]
H A DIndexOf.T.cs31 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatch()
33 int target = a[targetIndex]; in TestMatch()
35 Assert.Equal(targetIndex, idx); in TestMatch()
140 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchIndexOf_String()
142 string target = a[targetIndex]; in TestMatchIndexOf_String()
144 Assert.Equal(targetIndex, idx); in TestMatchIndexOf_String()
H A DLastIndexOf.T.cs31 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOf()
33 int target = a[targetIndex]; in TestMatchLastIndexOf()
35 Assert.Equal(targetIndex, idx); in TestMatchLastIndexOf()
140 for (int targetIndex = 0; targetIndex < length; targetIndex++) in TestMatchLastIndexOf_String()
142 string target = a[targetIndex]; in TestMatchLastIndexOf_String()
144 Assert.Equal(targetIndex, idx); in TestMatchLastIndexOf_String()
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/gui/
H A DsequenceEditorGraphicsViewKeySequenceHandling.cpp133 if (targetIndex < 0) in MoveToPreviousLine()
216 if (targetIndex < 0) in MoveToPreviousPage()
217 targetIndex = 0; in MoveToPreviousPage()
342 int targetIndex = 0; in MoveToStartOfDocument() local
529 m_lastClickedVignette = targetIndex; in SelectNextLine()
546 m_lastClickedVignette = targetIndex; in SelectNextLine()
583 if (targetIndex < 0) in SelectPreviousLine()
593 m_lastClickedVignette = targetIndex; in SelectPreviousLine()
711 if (targetIndex < 0) in SelectPreviousPage()
712 targetIndex = 0; in SelectPreviousPage()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDMLDepack.cpp52 uint32_t targetIndex=0,nbVop; in unpackPacked() local
115 targetIndex++; in unpackPacked()
123 memcpy(&newIndex[targetIndex],&_idx[img],sizeof(_idx[0])); in unpackPacked()
124 targetIndex++; in unpackPacked()
159 newIndex[targetIndex].intra=myVops[j].type; in unpackPacked()
161 newIndex[targetIndex].intra=AVI_B_FRAME; in unpackPacked()
162 newIndex[targetIndex].size=myVops[j+1].offset-myVops[j].offset; in unpackPacked()
163 newIndex[targetIndex].offset=_idx[img].offset+myVops[j].offset; in unpackPacked()
174 targetIndex++; in unpackPacked()
178 targetIndex++; in unpackPacked()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDMLDepack.cpp52 uint32_t targetIndex=0,nbVop; in unpackPacked() local
115 targetIndex++; in unpackPacked()
123 memcpy(&newIndex[targetIndex],&_idx[img],sizeof(_idx[0])); in unpackPacked()
124 targetIndex++; in unpackPacked()
159 newIndex[targetIndex].intra=myVops[j].type; in unpackPacked()
161 newIndex[targetIndex].intra=AVI_B_FRAME; in unpackPacked()
162 newIndex[targetIndex].size=myVops[j+1].offset-myVops[j].offset; in unpackPacked()
163 newIndex[targetIndex].offset=_idx[img].offset+myVops[j].offset; in unpackPacked()
174 targetIndex++; in unpackPacked()
178 targetIndex++; in unpackPacked()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDMLDepack.cpp52 uint32_t targetIndex=0,nbVop; in unpackPacked() local
115 targetIndex++; in unpackPacked()
123 memcpy(&newIndex[targetIndex],&_idx[img],sizeof(_idx[0])); in unpackPacked()
124 targetIndex++; in unpackPacked()
159 newIndex[targetIndex].intra=myVops[j].type; in unpackPacked()
161 newIndex[targetIndex].intra=AVI_B_FRAME; in unpackPacked()
162 newIndex[targetIndex].size=myVops[j+1].offset-myVops[j].offset; in unpackPacked()
163 newIndex[targetIndex].offset=_idx[img].offset+myVops[j].offset; in unpackPacked()
174 targetIndex++; in unpackPacked()
178 targetIndex++; in unpackPacked()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/OpenDml/
H A DADM_openDMLDepack.cpp52 uint32_t targetIndex=0,nbVop; in unpackPacked() local
115 targetIndex++; in unpackPacked()
123 memcpy(&newIndex[targetIndex],&_idx[img],sizeof(_idx[0])); in unpackPacked()
124 targetIndex++; in unpackPacked()
159 newIndex[targetIndex].intra=myVops[j].type; in unpackPacked()
161 newIndex[targetIndex].intra=AVI_B_FRAME; in unpackPacked()
162 newIndex[targetIndex].size=myVops[j+1].offset-myVops[j].offset; in unpackPacked()
163 newIndex[targetIndex].offset=_idx[img].offset+myVops[j].offset; in unpackPacked()
174 targetIndex++; in unpackPacked()
178 targetIndex++; in unpackPacked()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFilterProcessingScalar.cpp23 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
24 alphaData[targetIndex] = in ExtractAlpha_Scalar()
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex + 1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex + 2]; in SeparateColorChannels_Scalar()
187 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
212 int32_t targetIndex = y * aTargetStride + 4 * x; in DoUnpremultiplicationCalculation_Scalar() local
247 int32_t targetIndex = y * aTargetStride + 4 * x; in DoOpacityCalculation_Scalar() local
271 int32_t targetIndex = y * aTargetStride; in DoOpacityCalculationA8_Scalar() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFilterProcessingScalar.cpp23 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
24 alphaData[targetIndex] = in ExtractAlpha_Scalar()
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex + 1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex + 2]; in SeparateColorChannels_Scalar()
187 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
212 int32_t targetIndex = y * aTargetStride + 4 * x; in DoUnpremultiplicationCalculation_Scalar() local
247 int32_t targetIndex = y * aTargetStride + 4 * x; in DoOpacityCalculation_Scalar() local
271 int32_t targetIndex = y * aTargetStride; in DoOpacityCalculationA8_Scalar() local
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFilterProcessingScalar.cpp23 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
24 alphaData[targetIndex] = in ExtractAlpha_Scalar()
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex + 1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex + 2]; in SeparateColorChannels_Scalar()
187 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
212 int32_t targetIndex = y * aTargetStride + 4 * x; in DoUnpremultiplicationCalculation_Scalar() local
247 int32_t targetIndex = y * aTargetStride + 4 * x; in DoOpacityCalculation_Scalar() local
271 int32_t targetIndex = y * aTargetStride; in DoOpacityCalculationA8_Scalar() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFilterProcessingScalar.cpp23 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
24 alphaData[targetIndex] = in ExtractAlpha_Scalar()
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex + 1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex + 2]; in SeparateColorChannels_Scalar()
187 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
212 int32_t targetIndex = y * aTargetStride + 4 * x; in DoUnpremultiplicationCalculation_Scalar() local
247 int32_t targetIndex = y * aTargetStride + 4 * x; in DoOpacityCalculation_Scalar() local
271 int32_t targetIndex = y * aTargetStride; in DoOpacityCalculationA8_Scalar() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFilterProcessingScalar.cpp23 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
24 alphaData[targetIndex] = in ExtractAlpha_Scalar()
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex + 1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex + 2]; in SeparateColorChannels_Scalar()
160 channel3Data[targetIndex] = sourceData[sourceIndex + 3]; in SeparateColorChannels_Scalar()
187 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
189 aTargetData[targetIndex + B8G8R8A8_COMPONENT_BYTEOFFSET_R] = in DoPremultiplicationCalculation_Scalar()
193 aTargetData[targetIndex + B8G8R8A8_COMPONENT_BYTEOFFSET_G] = in DoPremultiplicationCalculation_Scalar()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFilterProcessingScalar.cpp20 int32_t targetIndex = y * alphaStride + x; in ExtractAlpha_Scalar() local
156 int32_t targetIndex = y * channelStride + x; in SeparateColorChannels_Scalar() local
157 channel0Data[targetIndex] = sourceData[sourceIndex]; in SeparateColorChannels_Scalar()
158 channel1Data[targetIndex] = sourceData[sourceIndex+1]; in SeparateColorChannels_Scalar()
159 channel2Data[targetIndex] = sourceData[sourceIndex+2]; in SeparateColorChannels_Scalar()
160 channel3Data[targetIndex] = sourceData[sourceIndex+3]; in SeparateColorChannels_Scalar()
188 int32_t targetIndex = y * aTargetStride + 4 * x; in DoPremultiplicationCalculation_Scalar() local
190 aTargetData[targetIndex + B8G8R8A8_COMPONENT_BYTEOFFSET_R] = in DoPremultiplicationCalculation_Scalar()
192 aTargetData[targetIndex + B8G8R8A8_COMPONENT_BYTEOFFSET_G] = in DoPremultiplicationCalculation_Scalar()
194 aTargetData[targetIndex + B8G8R8A8_COMPONENT_BYTEOFFSET_B] = in DoPremultiplicationCalculation_Scalar()
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DPreferences.cpp185 int targetIndex = vsyncIndex + 1; in ToggleVSync() local
186 if(targetIndex == static_cast<int>(VSYNC_SETTINGS.size())) in ToggleVSync()
187 targetIndex = 0; in ToggleVSync()
188 if(!GameWindow::SetVSync(static_cast<VSync>(targetIndex))) in ToggleVSync()
191 ++targetIndex; in ToggleVSync()
192 if(targetIndex == static_cast<int>(VSYNC_SETTINGS.size())) in ToggleVSync()
193 targetIndex = 0; in ToggleVSync()
194 if(!GameWindow::SetVSync(static_cast<VSync>(targetIndex))) in ToggleVSync()
202 vsyncIndex = targetIndex; in ToggleVSync()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/classview/
H A Dclassviewtreeitemmodel.cpp47 int targetIndex = 0; in moveItemToTarget() local
51 while (itemIndex < itemRows && targetIndex < targetRows) { in moveItemToTarget()
53 const QStandardItem *targetChild = target->child(targetIndex); in moveItemToTarget()
64 ++targetIndex; in moveItemToTarget()
70 ++targetIndex; in moveItemToTarget()
75 while (targetIndex < targetRows) { in moveItemToTarget()
76 item->appendRow(target->child(targetIndex)->clone()); in moveItemToTarget()
77 moveItemToTarget(item->child(itemIndex), target->child(targetIndex)); in moveItemToTarget()
80 ++targetIndex; in moveItemToTarget()

12345678910>>...37