Home
last modified time | relevance | path

Searched refs:lIndex (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A DURI.cpp319 long lIndex = 1; in is_well_formed_ipv6_reference() local
331 lIndex = scanHexSequence(addr, lIndex, lEnd, lCounter); in is_well_formed_ipv6_reference()
343 if (lIndex+1 < lEnd && addr[lIndex] == ':') in is_well_formed_ipv6_reference()
385 lIndex = scanHexSequence(addr, lIndex, lEnd, lCounter); in is_well_formed_ipv6_reference()
400 int shiftCount = (lCounter > prevCount) ? lIndex+1 : lIndex; in is_well_formed_ipv6_reference()
776 ++lIndex; in initializeAuthority()
801 lIndex = ((lStart + lIndex + 1) < lEnd && uri[lStart + lIndex + 1] == ':' ? in initializeAuthority()
1014 ++lIndex; in initializePath()
1023 ++lIndex; in initializePath()
1037 ++lIndex; in initializePath()
[all …]
/dports/audio/ladspa/ladspa_sdk_1.17/src/plugins/
H A Dsine.cpp61 for (long lIndex = 0; lIndex < lTableSize; lIndex++) in initialise_sine_table() local
62 g_pfSineTable[lIndex] = LADSPA_Data(sin(dShift * lIndex)); in initialise_sine_table()
177 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpAudio() local
182 poSineOscillator->m_pfOutput[lIndex] in runSineOscillator_FreqAudio_AmpAudio()
198 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpCtrl() local
203 poSineOscillator->m_pfOutput[lIndex] in runSineOscillator_FreqAudio_AmpCtrl()
220 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpAudio() local
221 poSineOscillator->m_pfOutput[lIndex] in runSineOscillator_FreqCtrl_AmpAudio()
238 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpCtrl() local
399 unsigned long lIndex; in deleteDescriptor() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/shaders/
H A Dgen_mipmap.metal40 kernel void generate3DMipmaps(uint lIndex [[thread_index_in_threadgroup]],
75 lIndex = 0xffffffff;
90 TEXEL_STORE(lIndex, texel1);
95 if ((lIndex & 0x49) == 0) // (lIndex & b1001001) == 0
101 float4 texel2 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + 1), atEdge.x);
125 TEXEL_STORE(lIndex, texel1);
137 if ((lIndex & 0xdb) == 0) // (lIndex & b11011011) == 0
159 texel3, TEXEL_LOAD(lIndex + (2 * kThreadGroupXY + 2 * kThreadGroupX)),
171 TEXEL_STORE(lIndex, texel1);
183 if ((lIndex & 0x1ff) == 0) // (lIndex & b111111111) == 0
[all …]
/dports/lang/maude/maude-2.7.1/src/Utility/
H A DsequenceAssignment.cc97 int newLhsIndex = lIndex + lDelta; in checkAndMakeMove()
120 if (lhsBounds[lIndex] != NONE && lhsBounds[lIndex] == lhsCount[lIndex]) in checkAndMakeMove()
162 lIndex = newLhsIndex; in checkAndMakeMove()
164 ++(lhsCount[lIndex]); in checkAndMakeMove()
172 --(lhsCount[lIndex]); in unmakeMove()
176 lIndex -= leftDelta(move); in unmakeMove()
187 int lIndex; in findNextSolution() local
201 lIndex = 0; in findNextSolution()
209 lIndex = nrLhsVariables - 1; in findNextSolution()
228 if (!(checkAndMakeMove(move, lIndex, rIndex))) in findNextSolution()
[all …]
/dports/audio/cmt/cmt/src/
H A Dsine.cpp51 for (long lIndex = 0; lIndex < lTableSize; lIndex++) in initialise_sine_wavetable() local
52 g_pfSineTable[lIndex] = LADSPA_Data(sin(dShift * lIndex)); in initialise_sine_wavetable()
131 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpAudio() local
153 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpCtrl() local
176 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpAudio() local
195 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpCtrl() local
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/cmt/src/
H A Dsine.cpp51 for (long lIndex = 0; lIndex < lTableSize; lIndex++) in initialise_sine_wavetable() local
52 g_pfSineTable[lIndex] = LADSPA_Data(sin(dShift * lIndex)); in initialise_sine_wavetable()
131 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpAudio() local
153 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqAudio_AmpCtrl() local
176 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpAudio() local
195 for (unsigned long lIndex = 0; lIndex < SampleCount; lIndex++) { in runSineOscillator_FreqCtrl_AmpCtrl() local
/dports/textproc/zorba/zorba-2.7.0/src/runtime/store/
H A Dmaps_impl.cpp228 store::Index_t lIndex; in nextImpl() local
263 aPlanState.theLocalDynCtx->bindMap(lIndex->getName(), lIndex); in nextImpl()
279 store::Index* lIndex; in nextImpl() local
317 store::Index* lIndex; in nextImpl() local
329 lSpec = lIndex->getSpecification(); in nextImpl()
388 store::Index* lIndex; in nextImpl() local
482 store::Index* lIndex; in nextImpl() local
561 store::Index* lIndex; in nextImpl() local
579 state->theIter = lIndex->keys(); in nextImpl()
641 store::Index* lIndex; in nextImpl() local
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/utils/
H A Dregistry.cpp274 lIndex = 0; in GetFirstValue()
275 return GetNextValue(strkey, lIndex); in GetFirstValue()
280 if (lIndex < 0) in GetNextValue()
293 lIndex = -1; in GetNextValue()
298 lIndex++; in GetNextValue()
311 lIndex = 0; in GetFirstKey()
312 return GetNextKey(pkey, lIndex); in GetFirstKey()
315 bool pgRegKey::GetNextKey(pgRegKey *&pKey, long &lIndex) const in GetNextKey()
319 if (lIndex < 0) in GetNextKey()
328 lIndex = -1; in GetNextKey()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dregconf.cpp404 lIndex = 0; in GetFirstGroup()
405 return GetNextGroup(str, lIndex); in GetFirstGroup()
421 lIndex |= LOCAL_MASK; in GetNextGroup()
430 lIndex &= ~LOCAL_MASK; in GetNextGroup()
431 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
432 lIndex |= LOCAL_MASK; in GetNextGroup()
439 lIndex = 0; in GetFirstEntry()
440 return GetNextEntry(str, lIndex); in GetFirstEntry()
456 lIndex |= LOCAL_MASK; in GetNextEntry()
465 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dregconf.cpp404 lIndex = 0; in GetFirstGroup()
405 return GetNextGroup(str, lIndex); in GetFirstGroup()
421 lIndex |= LOCAL_MASK; in GetNextGroup()
430 lIndex &= ~LOCAL_MASK; in GetNextGroup()
431 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
432 lIndex |= LOCAL_MASK; in GetNextGroup()
439 lIndex = 0; in GetFirstEntry()
440 return GetNextEntry(str, lIndex); in GetFirstEntry()
456 lIndex |= LOCAL_MASK; in GetNextEntry()
465 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dregconf.cpp404 lIndex = 0; in GetFirstGroup()
405 return GetNextGroup(str, lIndex); in GetFirstGroup()
421 lIndex |= LOCAL_MASK; in GetNextGroup()
430 lIndex &= ~LOCAL_MASK; in GetNextGroup()
431 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
432 lIndex |= LOCAL_MASK; in GetNextGroup()
439 lIndex = 0; in GetFirstEntry()
440 return GetNextEntry(str, lIndex); in GetFirstEntry()
456 lIndex |= LOCAL_MASK; in GetNextEntry()
465 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dregconf.cpp404 lIndex = 0; in GetFirstGroup()
405 return GetNextGroup(str, lIndex); in GetFirstGroup()
421 lIndex |= LOCAL_MASK; in GetNextGroup()
430 lIndex &= ~LOCAL_MASK; in GetNextGroup()
431 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
432 lIndex |= LOCAL_MASK; in GetNextGroup()
439 lIndex = 0; in GetFirstEntry()
440 return GetNextEntry(str, lIndex); in GetFirstEntry()
456 lIndex |= LOCAL_MASK; in GetNextEntry()
465 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dregconf.cpp424 lIndex = 0; in GetFirstGroup()
425 return GetNextGroup(str, lIndex); in GetFirstGroup()
441 lIndex |= LOCAL_MASK; in GetNextGroup()
450 lIndex &= ~LOCAL_MASK; in GetNextGroup()
451 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
452 lIndex |= LOCAL_MASK; in GetNextGroup()
459 lIndex = 0; in GetFirstEntry()
460 return GetNextEntry(str, lIndex); in GetFirstEntry()
476 lIndex |= LOCAL_MASK; in GetNextEntry()
485 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dregconf.cpp409 lIndex = 0; in GetFirstGroup()
410 return GetNextGroup(str, lIndex); in GetFirstGroup()
426 lIndex |= LOCAL_MASK; in GetNextGroup()
435 lIndex &= ~LOCAL_MASK; in GetNextGroup()
436 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
437 lIndex |= LOCAL_MASK; in GetNextGroup()
444 lIndex = 0; in GetFirstEntry()
445 return GetNextEntry(str, lIndex); in GetFirstEntry()
461 lIndex |= LOCAL_MASK; in GetNextEntry()
470 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dregconf.cpp409 lIndex = 0; in GetFirstGroup()
410 return GetNextGroup(str, lIndex); in GetFirstGroup()
426 lIndex |= LOCAL_MASK; in GetNextGroup()
435 lIndex &= ~LOCAL_MASK; in GetNextGroup()
436 bool bOk = LocalKey().GetNextKey(str, lIndex); in GetNextGroup()
437 lIndex |= LOCAL_MASK; in GetNextGroup()
444 lIndex = 0; in GetFirstEntry()
445 return GetNextEntry(str, lIndex); in GetFirstEntry()
461 lIndex |= LOCAL_MASK; in GetNextEntry()
470 lIndex &= ~LOCAL_MASK; in GetNextEntry()
[all …]
/dports/editors/lazarus/examples/gridexamples/cell_overflow/
H A Dcomain.pas198 lIndex: integer;
211 for lIndex := ACol + 1 to ColCount - 1 do
212 if (Cells[lIndex, ARow] = EmptyStr) then
215 ANumColsNeededAtRight := lIndex - ACol + 1;
220 for lIndex := ACol - 1 downto FixedCols do
221 if (Cells[lIndex, ARow] = EmptyStr) then
223 Result.Left := CellRect(lIndex, ARow).Left;
229 lIndex := 1;
231 lCol := ACol - lIndex;
232 rCol := ACol + lIndex;
[all …]
/dports/editors/lazarus-devel/examples/gridexamples/cell_overflow/
H A Dcomain.pas198 lIndex: integer;
211 for lIndex := ACol + 1 to ColCount - 1 do
212 if (Cells[lIndex, ARow] = EmptyStr) then
215 ANumColsNeededAtRight := lIndex - ACol + 1;
220 for lIndex := ACol - 1 downto FixedCols do
221 if (Cells[lIndex, ARow] = EmptyStr) then
223 Result.Left := CellRect(lIndex, ARow).Left;
229 lIndex := 1;
231 lCol := ACol - lIndex;
232 rCol := ACol + lIndex;
[all …]
/dports/editors/lazarus-qt5/examples/gridexamples/cell_overflow/
H A Dcomain.pas198 lIndex: integer;
211 for lIndex := ACol + 1 to ColCount - 1 do
212 if (Cells[lIndex, ARow] = EmptyStr) then
215 ANumColsNeededAtRight := lIndex - ACol + 1;
220 for lIndex := ACol - 1 downto FixedCols do
221 if (Cells[lIndex, ARow] = EmptyStr) then
223 Result.Left := CellRect(lIndex, ARow).Left;
229 lIndex := 1;
231 lCol := ACol - lIndex;
232 rCol := ACol + lIndex;
[all …]
/dports/editors/lazarus-qt5-devel/examples/gridexamples/cell_overflow/
H A Dcomain.pas198 lIndex: integer;
211 for lIndex := ACol + 1 to ColCount - 1 do
212 if (Cells[lIndex, ARow] = EmptyStr) then
215 ANumColsNeededAtRight := lIndex - ACol + 1;
220 for lIndex := ACol - 1 downto FixedCols do
221 if (Cells[lIndex, ARow] = EmptyStr) then
223 Result.Left := CellRect(lIndex, ARow).Left;
229 lIndex := 1;
231 lCol := ACol - lIndex;
232 rCol := ACol + lIndex;
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodbstreams/source/model/
H A DAttributeValue.cpp120 for(unsigned lIndex = 0; lIndex < lJsonList.GetLength(); ++lIndex) in operator =() local
122 m_l.push_back(lJsonList[lIndex].AsObject()); in operator =()
212 for(unsigned lIndex = 0; lIndex < lJsonList.GetLength(); ++lIndex) in Jsonize() local
214 lJsonList[lIndex].AsObject(m_l[lIndex].Jsonize()); in Jsonize()
/dports/audio/snd/snd-21.2/
H A Dsnd-ladspa.c60 for (lIndex = 0; lIndex < psDescriptor->PortCount; lIndex++)
80 long lIndex;
81 for (lIndex = 0; lIndex < g_lLADSPARepositoryCount; lIndex++)
127 long lIndex;
132 for (lIndex = 0; lIndex < g_lLADSPARepositoryCount; lIndex++)
331 long lIndex;
335 for (lIndex = g_lLADSPARepositoryCount - 1; lIndex >= 0; lIndex--)
350 for (lIndex = g_lLADSPARepositoryCount - 1; lIndex >= 0; lIndex--)
418 long lIndex;
425 for (lIndex = g_lLADSPARepositoryCount - 1; lIndex >= 0; lIndex--)
[all …]
/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DDeme.cpp227 unsigned int lIndex = 0; in readMigrationBuffer() local
230 Beagle_NonNullPointerAssertM((*mMigrationBuffer)[lIndex]); in readMigrationBuffer()
231 ioContext.setIndividualIndex(lIndex); in readMigrationBuffer()
232 ioContext.setIndividualHandle((*mMigrationBuffer)[lIndex]); in readMigrationBuffer()
234 ++lIndex; in readMigrationBuffer()
267 unsigned int lIndex=0; in readPopulation() local
270 Beagle_NonNullPointerAssertM((*this)[lIndex]); in readPopulation()
271 ioContext.setIndividualIndex(lIndex); in readPopulation()
272 ioContext.setIndividualHandle((*this)[lIndex]); in readPopulation()
273 (*this)[lIndex]->readWithContext(lChild, ioContext); in readPopulation()
[all …]
/dports/audio/ladspa/ladspa_sdk_1.17/src/
H A Dapplyplugin.c246 unsigned long lIndex; in getPortCountByType() local
249 for (lIndex = 0; lIndex < psDescriptor->PortCount; lIndex++) in getPortCountByType()
250 if ((psDescriptor->PortDescriptors[lIndex] & iType) == iType) in getPortCountByType()
262 unsigned long lIndex; in listControlsForPlugin() local
271 for (lIndex = 0; lIndex < psDescriptor->PortCount; lIndex++) in listControlsForPlugin()
272 if (LADSPA_IS_PORT_INPUT(psDescriptor->PortDescriptors[lIndex]) in listControlsForPlugin()
273 && LADSPA_IS_PORT_CONTROL(psDescriptor->PortDescriptors[lIndex])) { in listControlsForPlugin()
276 psDescriptor->PortNames[lIndex]); in listControlsForPlugin()
278 iHintDescriptor = psDescriptor->PortRangeHints[lIndex].HintDescriptor; in listControlsForPlugin()
283 fBound = psDescriptor->PortRangeHints[lIndex].LowerBound; in listControlsForPlugin()
[all …]
H A Dlistplugins.c26 long lIndex; in describePluginLibrary() local
29 for (lIndex = 0; in describePluginLibrary()
30 (psDescriptor = fDescriptorFunction(lIndex)) != NULL; in describePluginLibrary()
31 lIndex++) in describePluginLibrary()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-preferences/
H A DFileConfig.cpp103 bool FileConfig::GetFirstGroup(wxString& str, long& lIndex) const in GetFirstGroup()
105 return mConfig->GetFirstGroup(str, lIndex); in GetFirstGroup()
108 bool FileConfig::GetNextGroup(wxString& str, long& lIndex) const in GetNextGroup()
110 return mConfig->GetNextGroup(str, lIndex); in GetNextGroup()
113 bool FileConfig::GetFirstEntry(wxString& str, long& lIndex) const in GetFirstEntry()
115 return mConfig->GetFirstEntry(str, lIndex); in GetFirstEntry()
118 bool FileConfig::GetNextEntry(wxString& str, long& lIndex) const in GetNextEntry()
120 return mConfig->GetNextEntry(str, lIndex); in GetNextEntry()

12345678910>>...24