Home
last modified time | relevance | path

Searched refs:eEnd (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dialog/
H A Dascfldlg.cxx313 switch (eEnd) in SetCRLF()
329 LineEnd eEnd; in GetCRLF() local
331 eEnd = LINEEND_CR; in GetCRLF()
333 eEnd = LINEEND_LF; in GetCRLF()
335 eEnd = LINEEND_CRLF; in GetCRLF()
336 return eEnd; in GetCRLF()
383 eEnd = LINEEND_LF; in IMPL_LINK_NOARG()
390 eEnd = LINEEND_CR; in IMPL_LINK_NOARG()
416 eEnd = LINEEND_CR; in IMPL_LINK_NOARG()
424 if( eOldEnd != eEnd ) in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dialog/
H A Dascfldlg.cxx305 switch (eEnd) in SetCRLF()
321 LineEnd eEnd; in GetCRLF() local
323 eEnd = LINEEND_CR; in GetCRLF()
325 eEnd = LINEEND_LF; in GetCRLF()
327 eEnd = LINEEND_CRLF; in GetCRLF()
328 return eEnd; in GetCRLF()
375 eEnd = LINEEND_LF; in IMPL_LINK_NOARG()
382 eEnd = LINEEND_CR; in IMPL_LINK_NOARG()
408 eEnd = LINEEND_CR; in IMPL_LINK_NOARG()
416 if( eOldEnd != eEnd ) in IMPL_LINK_NOARG()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_map.hpp98 eEnd, enumerator
175 if (m_IStatus == eEnd) { in check_open_cursor()
187 if (m_IStatus == eEnd) { in check_open_cursor()
194 m_IStatus = eEnd; in check_open_cursor()
201 if (m_IStatus == eEnd) return; in go_end()
205 m_IStatus = eEnd; in go_end()
215 m_IStatus = eEnd; in go_end()
220 _ASSERT(m_IStatus != eEnd); in fetch_next()
228 m_IStatus = eEnd; in fetch_next()
254 if (m_IStatus == eEnd && it.m_IStatus == eEnd) in is_equal()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DVertexHandleManager.cpp190 Model::BrushEdgeSet::const_iterator eIt, eEnd; in selectedBrushes() local
194 for (eIt = edges.begin(), eEnd = edges.end(); eIt != eEnd; ++eIt) { in selectedBrushes()
263 Model::Brush::EdgeList::const_iterator eIt, eEnd; in addBrush() local
264 for (eIt = brushEdges.begin(), eEnd = brushEdges.end(); eIt != eEnd; ++eIt) { in addBrush()
311 for (eIt = brushEdges.begin(), eEnd = brushEdges.end(); eIt != eEnd; ++eIt) { in removeBrush()
450 …for (eIt = m_selectedEdgeHandles.begin(), eEnd = m_selectedEdgeHandles.end(); eIt != eEnd; ++eIt) { in deselectAllEdgeHandles()
591 …for (eIt = m_unselectedEdgeHandles.begin(), eEnd = m_unselectedEdgeHandles.end(); eIt != eEnd; ++e… in pick()
599 …for (eIt = m_selectedEdgeHandles.begin(), eEnd = m_selectedEdgeHandles.end(); eIt != eEnd; ++eIt) { in pick()
722 for (eIt = edges.begin(), eEnd = edges.end(); eIt != eEnd; ++eIt) { in findEdgeHandlePositions()
785 …for (eIt = m_unselectedEdgeHandles.begin(), eEnd = m_unselectedEdgeHandles.end(); eIt != eEnd; ++e… in validateRenderState()
[all …]
H A DVertexCommand.cpp66 Model::BrushEdgeSet::const_iterator eIt, eEnd; in extractEdgeMap() local
67 for (eIt = mappedEdges.begin(), eEnd = mappedEdges.end(); eIt != eEnd; ++eIt) { in extractEdgeMap()
89 Model::BrushFaceSet::const_iterator eIt, eEnd; in extractFaceMap() local
90 for (eIt = mappedFaces.begin(), eEnd = mappedFaces.end(); eIt != eEnd; ++eIt) { in extractFaceMap()
/dports/databases/pgrouting/pgrouting-3.2.0/src/max_flow/
H A Dpgr_minCostMaxFlow.cpp130 E_it e, eEnd; in GetMaxFlow() local
131 for (boost::tie(e, eEnd) = boost::edges(graph); e != eEnd; ++e) { in GetMaxFlow()
143 E_it e, eEnd; in GetFlowEdges() local
144 for (boost::tie(e, eEnd) = boost::edges(graph); e != eEnd; ++e) { in GetFlowEdges()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DDirectManipulationOwner.cpp93 enum class Phase { eStart, eMiddle, eEnd }; enumerator
220 SendPan(Phase::eEnd, 0.f, 0.f, false); in TransitionToState()
225 SendPan(Phase::eEnd, 0.f, 0.f, true); in TransitionToState()
234 SendPinch(Phase::eEnd, 0.f); in TransitionToState()
407 if (aScale == mLastScale && aPhase != Phase::eEnd) { in SendPinch()
420 case Phase::eEnd: in SendPinch()
449 100.0 * ((aPhase == Phase::eEnd) ? 1.f : aScale), in SendPinch()
450 100.0 * ((aPhase == Phase::eEnd) ? 1.f : mLastScale), in SendPinch()
499 case Phase::eEnd: in SendPanCommon()
513 case Phase::eEnd: in SendPanCommon()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DDirectManipulationOwner.cpp89 enum class Phase { eStart, eMiddle, eEnd }; enumerator
210 SendPan(Phase::eEnd, 0.f, 0.f, false); in TransitionToState()
216 SendPan(Phase::eEnd, 0.f, 0.f, true); in TransitionToState()
225 SendPinch(Phase::eEnd, 0.f); in TransitionToState()
401 if (aScale == mLastScale && aPhase != Phase::eEnd) { in SendPinch()
414 case Phase::eEnd: in SendPinch()
443 100.0 * ((aPhase == Phase::eEnd) ? 1.f : aScale), in SendPinch()
444 100.0 * ((aPhase == Phase::eEnd) ? 1.f : mLastScale), in SendPinch()
472 case Phase::eEnd: in SendPan()
486 case Phase::eEnd: in SendPan()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DDirectManipulationOwner.cpp89 enum class Phase { eStart, eMiddle, eEnd }; enumerator
210 SendPan(Phase::eEnd, 0.f, 0.f, false); in TransitionToState()
216 SendPan(Phase::eEnd, 0.f, 0.f, true); in TransitionToState()
225 SendPinch(Phase::eEnd, 0.f); in TransitionToState()
401 if (aScale == mLastScale && aPhase != Phase::eEnd) { in SendPinch()
414 case Phase::eEnd: in SendPinch()
443 100.0 * ((aPhase == Phase::eEnd) ? 1.f : aScale), in SendPinch()
444 100.0 * ((aPhase == Phase::eEnd) ? 1.f : mLastScale), in SendPinch()
472 case Phase::eEnd: in SendPan()
486 case Phase::eEnd: in SendPan()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewsrch.cxx65 SwDocPositions eStart, eEnd; member
335 if (SwDocPositions::Start == aOpts.eEnd) in ExecSearch()
463 if( SwDocPositions::Start == aOpts.eEnd ) in SearchAndWrap()
544 bool bSrchBkwrd = SwDocPositions::Start == aOpts.eEnd; in SearchAndWrap()
546 aOpts.eEnd = bSrchBkwrd ? SwDocPositions::Start : SwDocPositions::End; in SearchAndWrap()
603 if( SwDocPositions::Start == aOpts.eEnd ) in SearchAll()
715 eEnd = SwDocPositions::Start; in SwSearchOptions()
720 eEnd = SwDocPositions::End; in SwSearchOptions()
787 rOptions.eEnd, in FUNC_Search()
798 rOptions.eEnd, in FUNC_Search()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewsrch.cxx79 SwDocPositions eStart, eEnd; member
341 if (SwDocPositions::Start == aOpts.eEnd) in ExecSearch()
469 if( SwDocPositions::Start == aOpts.eEnd ) in SearchAndWrap()
550 bool bSrchBkwrd = SwDocPositions::Start == aOpts.eEnd; in SearchAndWrap()
552 aOpts.eEnd = bSrchBkwrd ? SwDocPositions::Start : SwDocPositions::End; in SearchAndWrap()
609 if( SwDocPositions::Start == aOpts.eEnd ) in SearchAll()
721 eEnd = SwDocPositions::Start; in SwSearchOptions()
726 eEnd = SwDocPositions::End; in SwSearchOptions()
793 rOptions.eEnd, in FUNC_Search()
804 rOptions.eEnd, in FUNC_Search()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/network/
H A Dex1_nest.c152 PetscInt eStart, eEnd; in FormOperator() local
178 ierr = DMNetworkGetEdgeRange(networkdm,&eStart,&eEnd);CHKERRQ(ierr); in FormOperator()
181 for (e = 0; e < eEnd; e++) { in FormOperator()
256 PetscInt eStart, eEnd, vStart, vEnd; in main() local
294 ierr = DMNetworkGetEdgeRange(networkdm,&eStart,&eEnd);CHKERRQ(ierr); in main()
295 for (i = eStart; i < eEnd; i++) { in main()
317 ierr = DMNetworkGetEdgeRange(networkdm,&eStart,&eEnd);CHKERRQ(ierr); in main()
320 for (i = eStart; i < eEnd; i++) { in main()
H A Dex1.c148 PetscInt e,v,vStart,vEnd,eStart, eEnd; in FormOperator() local
168 ierr = DMNetworkGetEdgeRange(dmnetwork,&eStart,&eEnd);CHKERRQ(ierr); in FormOperator()
169 for (e = 0; e < eEnd; e++) { in FormOperator()
235 PetscInt i, nnode = 0, nbranch = 0, eStart, eEnd, vStart, vEnd; in main() local
271 ierr = DMNetworkGetEdgeRange(dmnetwork,&eStart,&eEnd);CHKERRQ(ierr); in main()
272 for (i = eStart; i < eEnd; i++) { in main()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwindow.c673 pWin->eEnd = p->eEnd; in sqlite3WindowUpdate()
698 int eEnd; in sqlite3WindowUpdate() member
717 pWin->eEnd = aUp[i].eEnd; in sqlite3WindowUpdate()
1166 assert( eEnd==TK_CURRENT || eEnd==TK_FOLLOWING in sqlite3WindowAlloc()
1167 || eEnd==TK_UNBOUNDED || eEnd==TK_PRECEDING ); in sqlite3WindowAlloc()
1169 assert( (eEnd==TK_FOLLOWING || eEnd==TK_PRECEDING)==(pEnd!=0) ); in sqlite3WindowAlloc()
1201 pWin->eEnd = eEnd; in sqlite3WindowAlloc()
1333 if( p1->eEnd!=p2->eEnd ) return 1; in sqlite3WindowCompare()
2334 pNew->eEnd = p->eEnd; in sqlite3WindowDup()
2756 assert( pMWin->eEnd==TK_FOLLOWING || pMWin->eEnd==TK_CURRENT in sqlite3WindowCodeStep()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwindow.c673 pWin->eEnd = p->eEnd; in sqlite3WindowUpdate()
698 int eEnd; in sqlite3WindowUpdate() member
717 pWin->eEnd = aUp[i].eEnd; in sqlite3WindowUpdate()
1128 assert( eEnd==TK_CURRENT || eEnd==TK_FOLLOWING in sqlite3WindowAlloc()
1129 || eEnd==TK_UNBOUNDED || eEnd==TK_PRECEDING ); in sqlite3WindowAlloc()
1131 assert( (eEnd==TK_FOLLOWING || eEnd==TK_PRECEDING)==(pEnd!=0) ); in sqlite3WindowAlloc()
1163 pWin->eEnd = eEnd; in sqlite3WindowAlloc()
1291 if( p1->eEnd!=p2->eEnd ) return 1; in sqlite3WindowCompare()
2287 pNew->eEnd = p->eEnd; in sqlite3WindowDup()
2705 assert( pMWin->eEnd==TK_FOLLOWING || pMWin->eEnd==TK_CURRENT in sqlite3WindowCodeStep()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwindow.c673 pWin->eEnd = p->eEnd; in sqlite3WindowUpdate()
698 int eEnd; in sqlite3WindowUpdate() member
717 pWin->eEnd = aUp[i].eEnd; in sqlite3WindowUpdate()
1166 assert( eEnd==TK_CURRENT || eEnd==TK_FOLLOWING in sqlite3WindowAlloc()
1167 || eEnd==TK_UNBOUNDED || eEnd==TK_PRECEDING ); in sqlite3WindowAlloc()
1169 assert( (eEnd==TK_FOLLOWING || eEnd==TK_PRECEDING)==(pEnd!=0) ); in sqlite3WindowAlloc()
1201 pWin->eEnd = eEnd; in sqlite3WindowAlloc()
1329 if( p1->eEnd!=p2->eEnd ) return 1; in sqlite3WindowCompare()
2326 pNew->eEnd = p->eEnd; in sqlite3WindowDup()
2748 assert( pMWin->eEnd==TK_FOLLOWING || pMWin->eEnd==TK_CURRENT in sqlite3WindowCodeStep()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/network/wash/
H A Dpipes1.c110 PetscInt v,vStart,vEnd,e,eStart,eEnd; in WASHIFunction() local
173 ierr = DMNetworkGetEdgeRange(networkdm,&eStart,&eEnd);CHKERRQ(ierr); in WASHIFunction()
174 for (e=eStart; e<eEnd; e++) { in WASHIFunction()
236 PetscInt e,eStart,eEnd; in WASHSetInitialSolution() local
250 ierr = DMNetworkGetEdgeRange(networkdm,&eStart,&eEnd);CHKERRQ(ierr); in WASHSetInitialSolution()
251 for (e=eStart; e<eEnd; e++) { in WASHSetInitialSolution()
603 PetscInt i,e,v,eStart,eEnd,vStart,vEnd,key; in main() local
682 for (e = eStart; e < eEnd; e++) { in main()
729 for (e = eStart; e < eEnd; e++) { in main()
798 for (e = eStart; e < eEnd; e++) { in main()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/qlgt/
H A DCQlgtDiary.cpp23 diary_head_entry_t() : type(CQlgtDiary::eEnd), offset(0) in diary_head_entry_t()
53 if(entry.type == CQlgtDiary::eEnd) in operator >>()
163 entryEnd.type = CQlgtDiary::eEnd; in operator <<()
H A DIQlgtOverlay.cpp23 ovl_head_entry_t() : type(IQlgtOverlay::eEnd), offset(0) in ovl_head_entry_t()
53 if(entry.type == IQlgtOverlay::eEnd) in operator >>()
146 entryEnd.type = IQlgtOverlay::eEnd; in operator <<()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DDirectManipulationOwner.cpp86 enum class Phase { eStart, eMiddle, eEnd }; enumerator
202 SendPan(Phase::eEnd, 0.f, 0.f, false); in TransitionToState()
208 SendPan(Phase::eEnd, 0.f, 0.f, true); in TransitionToState()
215 SendPinch(Phase::eEnd, 0.f); in TransitionToState()
371 case Phase::eEnd: in SendPinch()
423 case Phase::eEnd: in SendPan()
437 case Phase::eEnd: in SendPan()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedlingu.cxx97 SwDocPositions eEnd );
206 SwDocPositions eEnd ) in Start_() argument
243 m_pSh->SetLinguRange(eStart, eEnd); in Start_()
286 SwDocPositions eEnd ) in Start() argument
293 Start_( pShell, eStart, eEnd ); in Start()
356 SwDocPositions eEnd ) in Start() argument
360 Start_( pShell, eStart, eEnd ); in Start()
454 Start_( pShell, eStart, eEnd ); in Start()
629 MakeFindRange( eStart, eEnd, pCursor ); in SetLinguRange()
668 g_pConvIter->Start( this, eStart, eEnd ); in SpellStart()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedlingu.cxx97 SwDocPositions eEnd );
192 SwDocPositions eEnd ) in Start_() argument
229 pSh->SetLinguRange( eStart, eEnd ); in Start_()
272 SwDocPositions eEnd ) in Start() argument
279 Start_( pShell, eStart, eEnd ); in Start()
341 SwDocPositions eEnd ) in Start() argument
345 Start_( pShell, eStart, eEnd ); in Start()
438 Start_( pShell, eStart, eEnd ); in Start()
613 MakeFindRange( eStart, eEnd, pCursor ); in SetLinguRange()
652 g_pConvIter->Start( this, eStart, eEnd ); in SpellStart()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkWindowedSincPolyDataFilter.cxx552 TIds eStart = 0, eEnd = 1, num; in BuildO1Stencil() local
559 while (eEnd < nedges && edges[eEnd] == edges[eStart]) in BuildO1Stencil()
561 ++eEnd; in BuildO1Stencil()
564 if ((num = (eEnd - eStart)) == 1) // boundary edge in BuildO1Stencil()
588 if (eEnd >= nedges) in BuildO1Stencil()
592 eStart = eEnd++; in BuildO1Stencil()
641 TIds eStart = 0, eEnd = 1, num; in BuildO0Stencil() local
649 while (eEnd < nedges && edges[eEnd] == edges[eStart]) in BuildO0Stencil()
651 ++eEnd; in BuildO0Stencil()
689 if (eEnd >= nedges) in BuildO0Stencil()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dplasticskeleton.cpp347 vertex_type::edges_iterator et, eEnd = vx.edgesEnd(); in removeVertex() local
348 for (et = vx.edgesBegin(); et != eEnd; ++et) { in removeVertex()
398 tcg::list<edge_type>::iterator et, eEnd(m_edges.end()); in squeeze() local
399 for (e = 0, et = m_edges.begin(); et != eEnd; ++et, ++e) et->setIndex(e); in squeeze()
402 for (et = m_edges.begin(); et != eEnd; ++et) { in squeeze()
557 tcg::list<edge_type>::const_iterator et, eEnd(m_edges.end()); in closestEdge() local
558 for (et = m_edges.begin(); et != eEnd; ++et) { in closestEdge()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/runtime/
H A Dedit-output.cpp99 char *eEnd{&exponent_[sizeof exponent_]}; in FormatExponent() local
100 char *exponent{eEnd}; in FormatExponent()
108 while (exponent > exponent_ + 2 /*E+*/ && exponent + ed > eEnd) { in FormatExponent()
111 } else if (exponent == eEnd) { in FormatExponent()
115 while (exponent + 2 > eEnd) { in FormatExponent()
120 if (edit.expoDigits || exponent + 3 == eEnd) { in FormatExponent()
123 length = eEnd - exponent; in FormatExponent()

12345678910>>...15