Home
last modified time | relevance | path

Searched refs:pStartC (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dconstrhighlighter.h65 …void SearchUnCon(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& fcon, const …
67 …void SearchUnConGroup(cbStyledTextCtrl* control, int pStartC, int pEndC, FConstruct::FConstructTyp…
69 …void SearchUnConIntermediate(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConstruct& …
H A Dconstrhighlighter.cpp392 void ConstrHighlighter::SearchUnCon(cbStyledTextCtrl* control, int pStartC, int pEndC, const FConst… in SearchUnCon() argument
408 bool searchBack = pStartC > pEndC; in SearchUnCon()
409 int pStart = pStartC; in SearchUnCon()
538 SearchUnConIntermediate(control, pStartC, pEnd, unFcon, cutEndVec, cutStartVec, myPairs); in SearchUnCon()
541 void ConstrHighlighter::SearchUnConGroup(cbStyledTextCtrl* control, int pStartC, int pEndC, FConstr… in SearchUnConGroup() argument
546 bool searchBack = pStartC > pEndC; in SearchUnConGroup()
547 int pStart = pStartC; in SearchUnConGroup()
750 SearchUnConIntermediate(control, pStartC, pEnd, unFcon, cutEndVec, cutStartVec, myPairs); in SearchUnConGroup()
754 void ConstrHighlighter::SearchUnConIntermediate(cbStyledTextCtrl* control, int pStartC, int pEndC, … in SearchUnConIntermediate() argument
758 bool searchBack = pStartC > pEndC; in SearchUnConIntermediate()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2240 for (p = pStartC; p < pEndC; p++) { in DMPlexComputeInterpolatorTree()
2241 maxChildIds[p - pStartC] = -2; in DMPlexComputeInterpolatorTree()
2377 for (p = pStartC; p < pEndC; p++) { in DMPlexComputeInterpolatorTree()
3596 parentNodeAndIdCoarse[p - pStartC][1] = parent - pStartC; in DMPlexTransferInjectorTree()
3605 leaf = p - pStartC; in DMPlexTransferInjectorTree()
3688 for (p = pStartC; p < pEndC; p++) { in DMPlexTransferInjectorTree()
3777 for (p = pStartC; p < pEndC; p++) { in DMPlexComputeInjectorTree()
3885 for (p = pStartC; p < pEndC; p++) { in DMPlexComputeInjectorTree()
4036 for (p = pStartC; p < pEndC; p++) { in DMPlexTransferVecTree_Interpolate()
4037 maxChildIds[p - pStartC] = -2; in DMPlexTransferVecTree_Interpolate()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/p4est/
H A Dpforest.c2428 PetscInt pStartF, pEndF, pStartC, pEndC; in DMPforestGetTransferSF_Point() local
2447 ierr = DMPlexGetChart(plexC,&pStartC,&pEndC);CHKERRQ(ierr); in DMPforestGetTransferSF_Point()
2899 numRoots = pEndC - pStartC; in DMPforestGetTransferSF_Point()
2976 PetscInt pStartC, pEndC, pStartF, pEndF; in DMPforestGetTransferSF_Internal() local
3015 ierr = DMPlexGetChart(plexC,&pStartC,&pEndC);CHKERRQ(ierr); in DMPforestGetTransferSF_Internal()
3028 ierr = PetscSectionSetChart(rootSection,pStartC,pEndC);CHKERRQ(ierr); in DMPforestGetTransferSF_Internal()
3058 ierr = PetscMalloc1(pEndC-pStartC,&offsetsRoot);CHKERRQ(ierr); in DMPforestGetTransferSF_Internal()
3059 for (p = pStartC; p < pEndC; p++) { in DMPforestGetTransferSF_Internal()
3060 ierr = PetscSectionGetOffset(rootSection,p,&offsetsRoot[p-pStartC]);CHKERRQ(ierr); in DMPforestGetTransferSF_Internal()