Home
last modified time | relevance | path

Searched refs:aIdx (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dundo_redo_container.cpp149 if( aIdx < m_ItemsList.size() ) in GetItemWrapper()
150 picker = m_ItemsList[aIdx]; in GetItemWrapper()
158 if( aIdx < m_ItemsList.size() ) in GetPickedItem()
167 if( aIdx < m_ItemsList.size() ) in GetScreenForItem()
176 if( aIdx < m_ItemsList.size() ) in GetPickedItemLink()
185 if( aIdx < m_ItemsList.size() ) in GetPickedItemStatus()
194 if( aIdx < m_ItemsList.size() ) in GetPickerFlags()
203 if( aIdx < m_ItemsList.size() ) in SetPickedItem()
215 if( aIdx < m_ItemsList.size() ) in SetPickedItemLink()
227 if( aIdx < m_ItemsList.size() ) in SetPickedItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dtrvlreg.cxx40 SwNodeIndex aOldIdx = aIdx; in GotoPrevRegion()
43 while( aIdx.GetIndex() ) in GotoPrevRegion()
48 --aIdx; in GotoPrevRegion()
56 if ( !aIdx.GetIndex() ) in GotoPrevRegion()
59 aIdx = nLastNd; in GotoPrevRegion()
75 aIdx = *pNd; in GotoPrevRegion()
80 --aIdx; in GotoPrevRegion()
123 ++aIdx; in GotoNextRegion()
134 aIdx = 0; in GotoNextRegion()
150 aIdx = *pNd; in GotoNextRegion()
[all …]
H A Dtrvltbl.cxx503 SwNodeIndex aOldIdx = aIdx; in GotoPrevTable()
506 while( aIdx.GetIndex() && in GotoPrevTable()
509 --aIdx; in GotoPrevTable()
510 if ( aIdx == aOldIdx ) in GotoPrevTable()
517 if ( !aIdx.GetIndex() ) in GotoPrevTable()
520 aIdx = nLastNd; in GotoPrevTable()
527 aIdx = *aIdx.GetNode().StartOfSectionNode(); in GotoPrevTable()
572 SwNodeIndex aOldIdx = aIdx; in GotoNextTable()
578 ++aIdx; in GotoNextTable()
589 aIdx = 0; in GotoNextTable()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dtrvlreg.cxx38 aIdx.Assign( *pNd, - 1 ); in GotoPrevRegion()
40 SwNodeIndex aOldIdx = aIdx; in GotoPrevRegion()
46 --aIdx; in GotoPrevRegion()
54 if ( !aIdx.GetIndex() ) in GotoPrevRegion()
57 aIdx = nLastNd; in GotoPrevRegion()
73 aIdx = *pNd; in GotoPrevRegion()
78 --aIdx; in GotoPrevRegion()
119 ++aIdx; in GotoNextRegion()
130 aIdx = 0; in GotoNextRegion()
146 aIdx = *pNd; in GotoNextRegion()
[all …]
H A Dtrvltbl.cxx502 SwNodeIndex aOldIdx = aIdx; in GotoPrevTable()
505 while( aIdx.GetIndex() && in GotoPrevTable()
508 --aIdx; in GotoPrevTable()
509 if ( aIdx == aOldIdx ) in GotoPrevTable()
516 if ( !aIdx.GetIndex() ) in GotoPrevTable()
519 aIdx = nLastNd; in GotoPrevTable()
526 aIdx = *aIdx.GetNode().StartOfSectionNode(); in GotoPrevTable()
571 SwNodeIndex aOldIdx = aIdx; in GotoNextTable()
577 ++aIdx; in GotoNextTable()
588 aIdx = 0; in GotoNextTable()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitivePoly.cxx33 for (Standard_Integer aIdx = aLowerIdx; aIdx <= anUpperIdx; ++aIdx) in IMPLEMENT_STANDARD_RTTIEXT() local
35 aPntSum += thePoints.Value (aIdx).XYZ(); in IMPLEMENT_STANDARD_RTTIEXT()
40 myPolyg.SetPnt (aIdx - aLowerIdx, thePoints.Value (aIdx)); in IMPLEMENT_STANDARD_RTTIEXT()
74 for (Standard_Integer aIdx = aLowerIdx; aIdx <= anUpperIdx; ++aIdx) in Select3D_SensitivePoly() local
81 myPolyg.SetPnt (aIdx - aLowerIdx, thePoints->Value (aIdx)); in Select3D_SensitivePoly()
113 for (Standard_Integer aIdx = 0; aIdx < theNbPnts - 1; ++aIdx) in Select3D_SensitivePoly() local
115 mySegmentIndexes->SetValue (aIdx, aIdx); in Select3D_SensitivePoly()
277 for (Standard_Integer aIdx = 0; aIdx < myPolyg.Size(); ++aIdx) in distanceToCOG() local
279 aCenter += myPolyg.Pnt (aIdx); in distanceToCOG()
308 for (Standard_Integer aIdx = 0; aIdx < myPolyg.Size(); ++aIdx) in CenterOfGeometry() local
[all …]
H A DSelect3D_InteriorSensitivePointSet.cxx120 for (Standard_Integer aIdx = aStartIdx; aIdx <= anEndIdx; ++aIdx) in Select3D_InteriorSensitivePointSet() local
122 aPointsArray->SetValue (aIdx - aStartIdx, thePoints.Value(aIdx)); in Select3D_InteriorSensitivePointSet()
140 for (Standard_Integer aIdx = aStartIdx; aIdx <= aStartIdx + anUpperBound; ++aIdx) in Select3D_InteriorSensitivePointSet() local
142 aPointsArray->SetValue (aIdx - aStartIdx, thePoints.Value (aIdx)); in Select3D_InteriorSensitivePointSet()
158 for (Standard_Integer aIdx = aStartIdx; aIdx <= anEndIdx; ++aIdx) in Select3D_InteriorSensitivePointSet() local
160 aPointsArray->SetValue (aIdx - aStartIdx, thePoints.Value (aIdx)); in Select3D_InteriorSensitivePointSet()
175 for (Standard_Integer aIdx = 0; aIdx < myPlanarPolygons.Length(); ++aIdx) in Select3D_InteriorSensitivePointSet() local
177 myPolygonsIdxs->SetValue (aIdx, aIdx); in Select3D_InteriorSensitivePointSet()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dtitle_block.h103 aIdx += COMMENT1_IDX; in SetComment()
104 return setTbText( aIdx, aComment ); in SetComment()
107 const wxString& GetComment( int aIdx ) const in GetComment() argument
109 aIdx += COMMENT1_IDX; in GetComment()
110 return getTbText( aIdx ); in GetComment()
134 void setTbText( int aIdx, const wxString& aText ) in setTbText() argument
136 if( (int)m_tbTexts.GetCount() <= aIdx ) in setTbText()
139 m_tbTexts[aIdx] = aText; in setTbText()
142 const wxString& getTbText( int aIdx ) const in getTbText() argument
146 if( (int)m_tbTexts.GetCount() > aIdx ) in getTbText()
[all …]
H A Dundo_redo_container.h197 ITEM_PICKER GetItemWrapper( unsigned int aIdx ) const;
203 EDA_ITEM* GetPickedItem( unsigned int aIdx ) const;
209 BASE_SCREEN* GetScreenForItem( unsigned int aIdx ) const;
215 EDA_ITEM* GetPickedItemLink( unsigned int aIdx ) const;
222 UNDO_REDO GetPickedItemStatus( unsigned int aIdx ) const;
230 EDA_ITEM_FLAGS GetPickerFlags( unsigned aIdx ) const;
237 bool SetPickedItem( EDA_ITEM* aItem, unsigned aIdx );
254 bool SetPickedItemLink( EDA_ITEM* aLink, unsigned aIdx );
263 bool SetPickedItemStatus( UNDO_REDO aStatus, unsigned aIdx );
272 bool SetPickerFlags( EDA_ITEM_FLAGS aFlags, unsigned aIdx );
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dgerber_file_image_list.cpp66 if( (unsigned)aIdx < m_GERBER_List.size() ) in GetGbrImage()
67 return m_GERBER_List[aIdx]; in GetGbrImage()
85 int idx = aIdx; in AddGbrImage()
112 void GERBER_FILE_IMAGE_LIST::DeleteImage( int aIdx ) in DeleteImage() argument
115 if( aIdx < 0 || aIdx >= int( m_GERBER_List.size() ) ) in DeleteImage()
119 GERBER_FILE_IMAGE* gbr_image = GetGbrImage( aIdx ); in DeleteImage()
122 m_GERBER_List[ aIdx ] = nullptr; in DeleteImage()
132 if( aIdx >= 0 && aIdx < (int)m_GERBER_List.size() ) in GetDisplayName()
133 gerber = m_GERBER_List[aIdx]; in GetDisplayName()
190 fullname.Printf( "%d ", aIdx + 1 ); in GetDisplayName()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/raft/quorum/
H A Ddatadriven_test.go175 if aIdx := alternativeMajorityCommittedIndex(c, l); aIdx != idx {
176 fmt.Fprintf(&buf, "%s <-- via alternative computation\n", aIdx)
179 if aIdx := JointConfig([2]MajorityConfig{c, {}}).CommittedIndex(l); aIdx != idx {
180 fmt.Fprintf(&buf, "%s <-- via zero-joint quorum\n", aIdx)
183 if aIdx := JointConfig([2]MajorityConfig{c, c}).CommittedIndex(l); aIdx != idx {
184 fmt.Fprintf(&buf, "%s <-- via self-joint quorum\n", aIdx)
204 if aIdx := c.CommittedIndex(lo); aIdx != idx {
208 if aIdx := c.CommittedIndex(lo); aIdx != idx {
209 fmt.Fprintf(&buf, "%s <-- overlaying %d->0", aIdx, id)
219 if aIdx := JointConfig([2]MajorityConfig{c, cj}).CommittedIndex(l); aIdx != idx {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/raft/quorum/
H A Ddatadriven_test.go175 if aIdx := alternativeMajorityCommittedIndex(c, l); aIdx != idx {
176 fmt.Fprintf(&buf, "%s <-- via alternative computation\n", aIdx)
179 if aIdx := JointConfig([2]MajorityConfig{c, {}}).CommittedIndex(l); aIdx != idx {
180 fmt.Fprintf(&buf, "%s <-- via zero-joint quorum\n", aIdx)
183 if aIdx := JointConfig([2]MajorityConfig{c, c}).CommittedIndex(l); aIdx != idx {
184 fmt.Fprintf(&buf, "%s <-- via self-joint quorum\n", aIdx)
204 if aIdx := c.CommittedIndex(lo); aIdx != idx {
208 if aIdx := c.CommittedIndex(lo); aIdx != idx {
209 fmt.Fprintf(&buf, "%s <-- overlaying %d->0", aIdx, id)
219 if aIdx := JointConfig([2]MajorityConfig{c, cj}).CommittedIndex(l); aIdx != idx {
[all …]
/dports/devel/etcd34/etcd-3.4.18/raft/quorum/
H A Ddatadriven_test.go175 if aIdx := alternativeMajorityCommittedIndex(c, l); aIdx != idx {
176 fmt.Fprintf(&buf, "%s <-- via alternative computation\n", aIdx)
179 if aIdx := JointConfig([2]MajorityConfig{c, {}}).CommittedIndex(l); aIdx != idx {
180 fmt.Fprintf(&buf, "%s <-- via zero-joint quorum\n", aIdx)
183 if aIdx := JointConfig([2]MajorityConfig{c, c}).CommittedIndex(l); aIdx != idx {
184 fmt.Fprintf(&buf, "%s <-- via self-joint quorum\n", aIdx)
204 if aIdx := c.CommittedIndex(lo); aIdx != idx {
208 if aIdx := c.CommittedIndex(lo); aIdx != idx {
209 fmt.Fprintf(&buf, "%s <-- overlaying %d->0", aIdx, id)
219 if aIdx := JointConfig([2]MajorityConfig{c, cj}).CommittedIndex(l); aIdx != idx {
[all …]
/dports/www/minio-client/etcd-3.5.0/raft/quorum/
H A Ddatadriven_test.go175 if aIdx := alternativeMajorityCommittedIndex(c, l); aIdx != idx {
176 fmt.Fprintf(&buf, "%s <-- via alternative computation\n", aIdx)
179 if aIdx := JointConfig([2]MajorityConfig{c, {}}).CommittedIndex(l); aIdx != idx {
180 fmt.Fprintf(&buf, "%s <-- via zero-joint quorum\n", aIdx)
183 if aIdx := JointConfig([2]MajorityConfig{c, c}).CommittedIndex(l); aIdx != idx {
184 fmt.Fprintf(&buf, "%s <-- via self-joint quorum\n", aIdx)
204 if aIdx := c.CommittedIndex(lo); aIdx != idx {
208 if aIdx := c.CommittedIndex(lo); aIdx != idx {
209 fmt.Fprintf(&buf, "%s <-- overlaying %d->0", aIdx, id)
219 if aIdx := JointConfig([2]MajorityConfig{cj, c}).CommittedIndex(l); aIdx != idx {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/raft/quorum/
H A Ddatadriven_test.go175 if aIdx := alternativeMajorityCommittedIndex(c, l); aIdx != idx {
176 fmt.Fprintf(&buf, "%s <-- via alternative computation\n", aIdx)
179 if aIdx := JointConfig([2]MajorityConfig{c, {}}).CommittedIndex(l); aIdx != idx {
180 fmt.Fprintf(&buf, "%s <-- via zero-joint quorum\n", aIdx)
183 if aIdx := JointConfig([2]MajorityConfig{c, c}).CommittedIndex(l); aIdx != idx {
184 fmt.Fprintf(&buf, "%s <-- via self-joint quorum\n", aIdx)
204 if aIdx := c.CommittedIndex(lo); aIdx != idx {
208 if aIdx := c.CommittedIndex(lo); aIdx != idx {
209 fmt.Fprintf(&buf, "%s <-- overlaying %d->0", aIdx, id)
219 if aIdx := JointConfig([2]MajorityConfig{c, cj}).CommittedIndex(l); aIdx != idx {
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/image/
H A DImgData.php28 public function GetImg($aMark, $aIdx) argument
31 if (is_string($aIdx)) {
32 if (!in_array($aIdx, $this->colors)) {
33 …Util\JpGraphError::RaiseL(23001, $this->name, $aIdx); //('This marker "'.($this->name).'" does not…
35 $idx = $this->index[$aIdx];
36 } elseif (!is_integer($aIdx) ||
37 (is_integer($aIdx) && $aIdx > $this->maxidx)) {
40 $idx = $aIdx;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tcg/hpp/
H A Dsequence_ops.hpp58 diff_type aIdx, bIdx; in minimalPath() local
76 for (aIdx = upperBound[j]; aIdx >= 0 && furthest[aIdx] >= nextLowerBound; in minimalPath()
77 --aIdx) { in minimalPath()
78 a = begin + aIdx; in minimalPath()
82 minPenaltyToEnd[aIdx] = (std::numeric_limits<penalty_type>::max)(); in minimalPath()
85 furthest[aIdx] >= bIdx; ++b, ++bIdx) { in minimalPath()
89 if (newPenalty < minPenaltyToEnd[aIdx]) { in minimalPath()
90 minPenaltyToEnd[aIdx] = newPenalty; in minimalPath()
91 minPenaltyNext[aIdx] = bIdx; in minimalPath()
97 nextLowerBound = aIdx; in minimalPath()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_xmlgetter.cpp216 int aIdx = 0; in getValue() local
219 while (aIdx < aSize) in getValue()
222 pPtr = getNode(pPtr, sections[aIdx]); in getValue()
229 aIdx++; in getValue()
283 int aIdx = 0; in getAttribute() local
286 while (aIdx < aSize) in getAttribute()
289 pPtr = getNode(pPtr, sections[aIdx]); in getAttribute()
296 aIdx++; in getAttribute()
338 int aIdx = 0; in getAttributeListForAllChildren() local
340 while (aIdx < aSize) in getAttributeListForAllChildren()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_xmlgetter.cpp216 int aIdx = 0; in getValue() local
219 while (aIdx < aSize) in getValue()
222 pPtr = getNode(pPtr, sections[aIdx]); in getValue()
229 aIdx++; in getValue()
283 int aIdx = 0; in getAttribute() local
286 while (aIdx < aSize) in getAttribute()
289 pPtr = getNode(pPtr, sections[aIdx]); in getAttribute()
296 aIdx++; in getAttribute()
338 int aIdx = 0; in getAttributeListForAllChildren() local
340 while (aIdx < aSize) in getAttributeListForAllChildren()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunmove.cxx168 SwNodeRange aRg( aIdx, aIdx ); in UndoImpl()
170 aIdx = m_nInsPosNode; in UndoImpl()
210 SwTextNode* pTextNd = aIdx.GetNode().GetTextNode(); in UndoImpl()
214 RemoveIdxRel( aIdx.GetIndex() + 1, SwPosition( aIdx, in UndoImpl()
244 SwNodeIndex aIdx( rNds, m_nMoveDestNode ); in RedoImpl() local
258 SwPosition aMvPos( aIdx, SwIndex( aIdx.GetNode().GetContentNode(), in RedoImpl()
264 aIdx = aPam.Start()->nNode; in RedoImpl()
265 bool bJoinText = aIdx.GetNode().IsTextNode(); in RedoImpl()
267 --aIdx; in RedoImpl()
273 ++aIdx; in RedoImpl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunmove.cxx168 SwNodeRange aRg( aIdx, aIdx ); in UndoImpl()
170 aIdx = m_nInsPosNode; in UndoImpl()
210 SwTextNode* pTextNd = aIdx.GetNode().GetTextNode(); in UndoImpl()
214 RemoveIdxRel( aIdx.GetIndex() + 1, SwPosition( aIdx, in UndoImpl()
244 SwNodeIndex aIdx( rNds, m_nMoveDestNode ); in RedoImpl() local
258 SwPosition aMvPos( aIdx, SwIndex( aIdx.GetNode().GetContentNode(), in RedoImpl()
264 aIdx = aPam.Start()->nNode; in RedoImpl()
265 bool bJoinText = aIdx.GetNode().IsTextNode(); in RedoImpl()
267 --aIdx; in RedoImpl()
273 ++aIdx; in RedoImpl()
[all …]
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Dgabdual_painless.c46 for (ltfat_int aIdx = 0; aIdx < amax; aIdx++) in LTFAT_NAME() local
48 for (ltfat_int ii = aIdx; ii < domod.quot + domod.rem; ii += a) in LTFAT_NAME()
55 d[aIdx] += gabs * gabs; in LTFAT_NAME()
60 for (ltfat_int aIdx = amax - 1; aIdx >= 0; aIdx--) in LTFAT_NAME() local
62 for (ltfat_int ii = gl - (a - aIdx); ii >= domod.quot + domod.rem; ii -= a) in LTFAT_NAME()
69 d[aIdx] += gabs * gabs; in LTFAT_NAME()
73 for (ltfat_int aIdx = 0; aIdx < amax; aIdx++) in LTFAT_NAME() local
74 d[aIdx] *= M; in LTFAT_NAME()
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug2509813 for {set aIdx 0} {$aIdx < $aSize} {incr aIdx} {
14 set aItem [lindex $theInfoString $aIdx]
18 set aDepth [string trim [lindex $theInfoString [expr $aIdx + 1]]]
20 set aPoint [string trim [lindex $theInfoString [expr $aIdx + 1]]]
22 append aPoint [string trim [lindex $theInfoString [expr $aIdx + 2]]]
24 append aPoint [string trim [lindex $theInfoString [expr $aIdx + 3]]]
62 for {set aIdx 1} {$aIdx < 3} {incr aIdx} {
63 if {[string equal [lindex $anInfoList1 $aIdx] [lindex $anInfoList2 $aIdx]] == 0} {
65 append aDebugInfo [expr $aIdx + 1]
68 append aDebugInfo [lindex $anInfoList1 $aIdx]
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dnodes.cxx376 while( aIdx != rInsPos ) in ChgNode()
389 ++aIdx; in ChgNode()
455 SwNodeIndex aIdx( aIndex ); in MoveNodes() local
460 SwNodeRange aOrigInsPos( aIdx, -1, aIdx ); // original insertion position in MoveNodes()
634 --aIdx; in MoveNodes()
667 --aIdx; in MoveNodes()
706 --aIdx; in MoveNodes()
1006 DelNodes( aIdx ); in SectionUp()
1888 ++aIdx; in DelDummyNodes()
2070 --aIdx; in FindPrvNxtFrameNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dnodes.cxx373 ++aIdx; in ChgNode()
440 SwNodeIndex aIdx( aIndex ); in MoveNodes() local
445 SwNodeRange aOrigInsPos( aIdx, -1, aIdx ); // original insertion position in MoveNodes()
623 --aIdx; in MoveNodes()
656 --aIdx; in MoveNodes()
695 --aIdx; in MoveNodes()
991 DelNodes( aIdx ); in SectionUp()
1895 ++aIdx; in DelDummyNodes()
2074 --aIdx; in FindPrvNxtFrameNode()
2081 rFrameIdx = aIdx; in FindPrvNxtFrameNode()
[all …]

12345678910>>...35