Home
last modified time | relevance | path

Searched refs:CurIndex (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/misc/estic/estic-1.61_10/spunk/
H A Dstrpool.cc171 CurIndex (0) in StringPool()
196 CurIndex = 0; in StringPool()
202 E->Num = CurIndex; in StringPool()
213 CurIndex++; in StringPool()
244 S >> CurIndex; in Load()
247 EColl = new StringPoolEntryColl (Pool, CurIndex, CurIndex / 10); in Load()
248 SColl = new StringPoolStringColl (CurIndex, CurIndex / 10); in Load()
281 S << CurIndex; in Store()
307 CurIndex = 0; in Clear()
334 CurIndex = 0; in Use()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/observer_cli/src/
H A Dobserver_cli_plugin.erl84 CurPlugs = maps:get(CurIndex, Plugs),
91 CurPlugs = maps:get(CurIndex, Plugs),
116 CurPlugs = maps:get(CurIndex, Plugs),
147 update_plugins(CurIndex, Lists, UpdateItems) ->
148 CurPlugs = maps:get(CurIndex, Lists),
150 maps:put(CurIndex, NewPlugs, Lists).
158 case maps:find(CurIndex, Plugs) of
195 case maps:find(CurIndex, Plugs) of
255 get_menu_title(CurIndex, Plugs, CurIndex, Acc) ->
259 get_menu_title(CurIndex, Plugs, CurIndex - 1, NewAcc);
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackAtomicState.h76 #define CurIndex(e) (e).info.scounter.fShortVal1 macro
79 #define CurArrayIndex(e) (CurIndex(e) & 0x0001)
80 #define NextArrayIndex(e) ((CurIndex(e) + 1) & 0x0001)
111 need_copy = (CurIndex(new_val) == NextIndex(new_val)); in WriteNextStateStartAux()
112 NextIndex(new_val) = CurIndex(new_val); // Invalidate next index in WriteNextStateStartAux()
154 return CurIndex(fCounter); in GetCurrentIndex()
167 CurIndex(new_val) = NextIndex(new_val); // Prepare switch in TrySwitchState()
182 *result = (CurIndex(new_val) != NextIndex(new_val)); in TrySwitchState()
183 CurIndex(new_val) = NextIndex(new_val); // Prepare switch in TrySwitchState()
210 return CurIndex(fCounter) != NextIndex(fCounter); in IsPendingChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java57 protected abstract void toggleControlRow(int CurIndex, boolean bDoEnable); in toggleControlRow() argument
59 protected abstract void enableNextControlRow(int CurIndex); in enableNextControlRow() argument
61 protected abstract void updateFromNextControlRow(int CurIndex); in updateFromNextControlRow() argument
66 protected void moveupSelectedItems(int CurIndex, boolean bDoEnable) in moveupSelectedItems() argument
68 if ((!bDoEnable) && (MAXSELINDEX > CurIndex)) in moveupSelectedItems()
70 for (int i = CurIndex; i < MAXSELINDEX; i++) in moveupSelectedItems()
81 toggleControlRow(CurIndex + 1, bDoEnable); in moveupSelectedItems()
H A DSortingComponent.java212 private void enableNextSortListBox(int CurIndex)
217 boolean bDoEnable = (xSortListBox[CurIndex].getSelectedItemPos() != 0);
220 moveupSortItems(CurIndex, bDoEnable); //disableListBoxesfromIndex(CurIndex);
224 toggleSortListBox(CurIndex + 1, true);
277 private void moveupSortItems(int CurIndex, boolean bDoEnable)
280 if ((!bDoEnable) && (MAXSORTCRITERIAINDEX > CurIndex))
282 for (int i = CurIndex; i < MAXSORTCRITERIAINDEX; i++)
308 toggleSortListBox(CurIndex + 1, bDoEnable);
312 private void toggleSortListBox(int CurIndex, boolean bDoEnable)
316 if (CurIndex < xSortListBox.length)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java57 protected abstract void toggleControlRow(int CurIndex, boolean bDoEnable); in toggleControlRow() argument
59 protected abstract void enableNextControlRow(int CurIndex); in enableNextControlRow() argument
61 protected abstract void updateFromNextControlRow(int CurIndex); in updateFromNextControlRow() argument
66 protected void moveupSelectedItems(int CurIndex, boolean bDoEnable) in moveupSelectedItems() argument
68 if ((!bDoEnable) && (MAXSELINDEX > CurIndex)) in moveupSelectedItems()
70 for (int i = CurIndex; i < MAXSELINDEX; i++) in moveupSelectedItems()
81 toggleControlRow(CurIndex + 1, bDoEnable); in moveupSelectedItems()
H A DSortingComponent.java212 private void enableNextSortListBox(int CurIndex)
217 boolean bDoEnable = (xSortListBox[CurIndex].getSelectedItemPos() != 0);
220 moveupSortItems(CurIndex, bDoEnable); //disableListBoxesfromIndex(CurIndex);
224 toggleSortListBox(CurIndex + 1, true);
277 private void moveupSortItems(int CurIndex, boolean bDoEnable)
280 if ((!bDoEnable) && (MAXSORTCRITERIAINDEX > CurIndex))
282 for (int i = CurIndex; i < MAXSORTCRITERIAINDEX; i++)
308 toggleSortListBox(CurIndex + 1, bDoEnable);
312 private void toggleSortListBox(int CurIndex, boolean bDoEnable)
316 if (CurIndex < xSortListBox.length)
[all …]
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dtextstrings.pas611 if CurIndex=NewIndex then exit;
612 if CurIndex<0 then
617 if CurIndex>=FLineCount then
625 if CurIndex<NewIndex then
635 SrcPos1:=FLineRanges[CurIndex].StartPos;
642 Obj:=FLineRanges[CurIndex].TheObject;
645 for i:=CurIndex+1 to NewIndex do begin
649 System.Move(FLineRanges[CurIndex+1],FLineRanges[CurIndex],
661 if (CurIndex=FLineCount-1) and (FLineRanges[CurIndex].EndPos>length(FText))
670 SrcPos3:=GetLineEnd(CurIndex,true);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dtextstrings.pas611 if CurIndex=NewIndex then exit;
612 if CurIndex<0 then
617 if CurIndex>=FLineCount then
625 if CurIndex<NewIndex then
635 SrcPos1:=FLineRanges[CurIndex].StartPos;
642 Obj:=FLineRanges[CurIndex].TheObject;
645 for i:=CurIndex+1 to NewIndex do begin
649 System.Move(FLineRanges[CurIndex+1],FLineRanges[CurIndex],
661 if (CurIndex=FLineCount-1) and (FLineRanges[CurIndex].EndPos>length(FText))
670 SrcPos3:=GetLineEnd(CurIndex,true);
[all …]
H A Dobjectlists.pas77 procedure Move(CurIndex, NewIndex: Integer);
220 procedure TObjectArray.Move(CurIndex, NewIndex: Integer);
224 if CurIndex=NewIndex then exit;
225 SwapDummy:=FList[CurIndex];
226 if CurIndex<NewIndex then
227 System.Move(FList[CurIndex+1],FList[CurIndex],
228 SizeOf(T2Pointer)*(NewIndex-CurIndex))
231 SizeOf(T2Pointer)*(CurIndex-NewIndex));
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dtextstrings.pas611 if CurIndex=NewIndex then exit;
612 if CurIndex<0 then
617 if CurIndex>=FLineCount then
625 if CurIndex<NewIndex then
635 SrcPos1:=FLineRanges[CurIndex].StartPos;
642 Obj:=FLineRanges[CurIndex].TheObject;
645 for i:=CurIndex+1 to NewIndex do begin
649 System.Move(FLineRanges[CurIndex+1],FLineRanges[CurIndex],
661 if (CurIndex=FLineCount-1) and (FLineRanges[CurIndex].EndPos>length(FText))
670 SrcPos3:=GetLineEnd(CurIndex,true);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dtextstrings.pas611 if CurIndex=NewIndex then exit;
612 if CurIndex<0 then
617 if CurIndex>=FLineCount then
625 if CurIndex<NewIndex then
635 SrcPos1:=FLineRanges[CurIndex].StartPos;
642 Obj:=FLineRanges[CurIndex].TheObject;
645 for i:=CurIndex+1 to NewIndex do begin
649 System.Move(FLineRanges[CurIndex+1],FLineRanges[CurIndex],
661 if (CurIndex=FLineCount-1) and (FLineRanges[CurIndex].EndPos>length(FText))
670 SrcPos3:=GetLineEnd(CurIndex,true);
[all …]
H A Dobjectlists.pas77 procedure Move(CurIndex, NewIndex: Integer);
220 procedure TObjectArray.Move(CurIndex, NewIndex: Integer);
224 if CurIndex=NewIndex then exit;
225 SwapDummy:=FList[CurIndex];
226 if CurIndex<NewIndex then
227 System.Move(FList[CurIndex+1],FList[CurIndex],
228 SizeOf(T2Pointer)*(NewIndex-CurIndex))
231 SizeOf(T2Pointer)*(CurIndex-NewIndex));
/dports/editors/lazarus/lazarus/ide/
H A Dobjectlists.pas74 procedure Move(CurIndex, NewIndex: Integer);
217 procedure TObjectArray.Move(CurIndex, NewIndex: Integer);
221 if CurIndex=NewIndex then exit;
222 SwapDummy:=FList[CurIndex];
223 if CurIndex<NewIndex then
224 System.Move(FList[CurIndex+1],FList[CurIndex],
225 SizeOf(T2Pointer)*(NewIndex-CurIndex))
228 SizeOf(T2Pointer)*(CurIndex-NewIndex));
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dobjectlists.pas74 procedure Move(CurIndex, NewIndex: Integer);
217 procedure TObjectArray.Move(CurIndex, NewIndex: Integer);
221 if CurIndex=NewIndex then exit;
222 SwapDummy:=FList[CurIndex];
223 if CurIndex<NewIndex then
224 System.Move(FList[CurIndex+1],FList[CurIndex],
225 SizeOf(T2Pointer)*(NewIndex-CurIndex))
228 SizeOf(T2Pointer)*(CurIndex-NewIndex));
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DAnalysis.cpp36 unsigned CurIndex) { in ComputeLinearIndex() argument
39 return CurIndex; in ComputeLinearIndex()
48 return ComputeLinearIndex(TLI, *EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
49 CurIndex = ComputeLinearIndex(TLI, *EI, 0, 0, CurIndex); in ComputeLinearIndex()
51 return CurIndex; in ComputeLinearIndex()
58 return ComputeLinearIndex(TLI, EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
59 CurIndex = ComputeLinearIndex(TLI, EltTy, 0, 0, CurIndex); in ComputeLinearIndex()
61 return CurIndex; in ComputeLinearIndex()
64 return CurIndex + 1; in ComputeLinearIndex()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dcommanim.c101 pSeq->CurIndex = ADPtr->NumFrames - 1; in SetupAmbientSequences()
130 return pSeq->CurIndex == 0; in animAtNeutralIndex()
158 ADPtr->StartIndex + pSeq->CurIndex)), in ProcessColormapAnims()
190 pSeq->CurIndex = pSeq->NextIndex; in AdvanceAmbientSequence()
227 pSeq->CurIndex = 0; in ResetSequence()
249 assert (pSeq->CurIndex == 0); in AdvanceTalkingSequence()
266 if (pSeq->CurIndex == 0) in AdvanceTalkingSequence()
273 pSeq->CurIndex = 0; in AdvanceTalkingSequence()
311 pSeq->CurIndex = ADPtr->NumFrames - 1; in AdvanceTransitSequence()
324 pSeq->CurIndex = 0; in AdvanceTransitSequence()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/contrib/scripts/
H A Dgnet_hier_verilog.sh184 CurIndex=0
229 while (("$CurIndex" <= "$EndIndex"))
232 CurA=( ${HierListA[$CurIndex]} )
470 echo "CurIndex = $CurIndex"
475 while (("$CurIndex" <= "$EndIndex"))
478 CurA=( ${HierListA[$CurIndex]} )
497 if [ "$CurIndex" -eq 0 ]
/dports/cad/geda/geda-gaf-1.8.2/utils/scripts/
H A Dgnet_hier_verilog.sh185 CurIndex=0
230 while (("$CurIndex" <= "$EndIndex"))
233 CurA=( ${HierListA[$CurIndex]} )
471 echo "CurIndex = $CurIndex"
476 while (("$CurIndex" <= "$EndIndex"))
479 CurA=( ${HierListA[$CurIndex]} )
498 if [ "$CurIndex" -eq 0 ]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAdaptor/
H A DBRepAdaptor_CompCurve.cxx47 CurIndex(-1), in IMPLEMENT_STANDARD_RTTIEXT()
59 CurIndex(-1), in BRepAdaptor_CompCurve()
75 CurIndex(-1), in BRepAdaptor_CompCurve()
103 aCopy->CurIndex = CurIndex; in Handle()
127 CurIndex = (NbEdge+1)/2; in Initialize()
184 i1 = i2 = CurIndex; in Initialize()
226 Standard_Integer index = CurIndex; in Edge()
327 Standard_Integer index = CurIndex; in Value()
336 Standard_Integer index = CurIndex; in D0()
346 Standard_Integer index = CurIndex; in D1()
[all …]
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcontainedaction.inc54 CurIndex, Count: Integer;
56 CurIndex := GetIndex;
57 if CurIndex >= 0 then
62 if Value <> CurIndex
63 then ActionList.FActions.Move(CurIndex, Value);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcontainedaction.inc54 CurIndex, Count: Integer;
56 CurIndex := GetIndex;
57 if CurIndex >= 0 then
62 if Value <> CurIndex
63 then ActionList.FActions.Move(CurIndex, Value);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcontainedaction.inc54 CurIndex, Count: Integer;
56 CurIndex := GetIndex;
57 if CurIndex >= 0 then
62 if Value <> CurIndex
63 then ActionList.FActions.Move(CurIndex, Value);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcontainedaction.inc54 CurIndex, Count: Integer;
56 CurIndex := GetIndex;
57 if CurIndex >= 0 then
62 if Value <> CurIndex
63 then ActionList.FActions.Move(CurIndex, Value);
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp167 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; in Add()
211 assert(IndexMap.size() == slotForIndex(CurIndex) &&
215 assert(slotForIndex(CurIndex) < IndexMap.size());
216 IndexMap[slotForIndex(CurIndex)] = Idx;
320 CurIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex);
357 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()];
370 ++CurIndex;
371 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) &&

12345678910>>...13