Home
last modified time | relevance | path

Searched refs:pNewCount (Results 1 – 5 of 5) sorted by relevance

/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas169 procedure SetFoldColorInfosCount(pNewCount: Integer);
1043 procedure TSynEditMarkupFoldColors.SetFoldColorInfosCount(pNewCount: Integer);
1045 if pNewCount > fFoldColorInfosCapacity then begin
1047 fFoldColorInfosCapacity := pNewCount + 49;
1050 fFoldColorInfosCount := pNewCount;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas169 procedure SetFoldColorInfosCount(pNewCount: Integer);
1043 procedure TSynEditMarkupFoldColors.SetFoldColorInfosCount(pNewCount: Integer);
1045 if pNewCount > fFoldColorInfosCapacity then begin
1047 fFoldColorInfosCapacity := pNewCount + 49;
1050 fFoldColorInfosCount := pNewCount;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas174 procedure SetFoldColorInfosCount(pNewCount: Integer);
1040 procedure TSynEditMarkupFoldColors.SetFoldColorInfosCount(pNewCount: Integer);
1042 if pNewCount > fFoldColorInfosCapacity then begin
1044 fFoldColorInfosCapacity := pNewCount + 49;
1047 fFoldColorInfosCount := pNewCount;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupfoldcoloring.pas174 procedure SetFoldColorInfosCount(pNewCount: Integer);
1040 procedure TSynEditMarkupFoldColors.SetFoldColorInfosCount(pNewCount: Integer);
1042 if pNewCount > fFoldColorInfosCapacity then begin
1044 fFoldColorInfosCapacity := pNewCount + 49;
1047 fFoldColorInfosCount := pNewCount;
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c1884 PetscInt dim, *pNewStart, *pNewEnd, *pNewCount, *pOldStart, *pOldEnd, offset, d, pStart, pEnd; in DMPlexTreeRefineCell() local
1904 …ierr = PetscMalloc5(dim+1,&pNewCount,dim+1,&pNewStart,dim+1,&pNewEnd,dim+1,&pOldStart,dim+1,&pOldE… in DMPlexTreeRefineCell()
1914 pNewCount[d] = pOldCount + kEnd - kStart; in DMPlexTreeRefineCell()
1917 pNewCount[d]--; in DMPlexTreeRefineCell()
1924 pNewCount[d]--; in DMPlexTreeRefineCell()
1927 pNewEnd[d] = pNewStart[d] + pNewCount[d]; in DMPlexTreeRefineCell()
2136 tmp = pNewCount[d]; in DMPlexTreeRefineCell()
2137 pNewCount[d] = pNewCount[dim - d]; in DMPlexTreeRefineCell()
2138 pNewCount[dim - d] = tmp; in DMPlexTreeRefineCell()
2141 …ierr = DMPlexCreateFromDAG(*ncdm,dim,pNewCount,newConeSizes,newCones,newOrientations,newVertexCoor… in DMPlexTreeRefineCell()
[all …]