Home
last modified time | relevance | path

Searched refs:nDel (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/svhtml/
H A Dhtmlsupp.cxx117 sal_Int32 nDel = 0, nLen = rString.getLength(); in RemoveSGMLComment() local
121 nDel = 2; in RemoveSGMLComment()
125 nDel = 1; in RemoveSGMLComment()
127 if( nDel && nLen >= nDel+1 ) in RemoveSGMLComment()
129 c = rString[nLen-(nDel+1)]; in RemoveSGMLComment()
132 nDel++; in RemoveSGMLComment()
133 if( '\n'==c && nLen >= nDel+1 && in RemoveSGMLComment()
134 '\r'==rString[nLen-(nDel+1)] ) in RemoveSGMLComment()
135 nDel++; in RemoveSGMLComment()
138 rString = rString.copy( 0, nLen-nDel ); in RemoveSGMLComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/svhtml/
H A Dhtmlsupp.cxx135 sal_Int32 nDel = 0, nLen = rString.getLength(); in RemoveSGMLComment() local
139 nDel = 2; in RemoveSGMLComment()
143 nDel = 1; in RemoveSGMLComment()
145 if( nDel && nLen >= nDel+1 ) in RemoveSGMLComment()
147 c = rString[nLen-(nDel+1)]; in RemoveSGMLComment()
150 nDel++; in RemoveSGMLComment()
151 if( '\n'==c && nLen >= nDel+1 && in RemoveSGMLComment()
152 '\r'==rString[nLen-(nDel+1)] ) in RemoveSGMLComment()
153 nDel++; in RemoveSGMLComment()
156 rString = rString.copy( 0, nLen-nDel ); in RemoveSGMLComment()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dmerge3.c156 int nCpy, nDel, nIns; /* Number of lines to copy, delete, or insert */ in buf_merge() local
202 nDel = aC2[i2+1]; in buf_merge()
204 pPivot += buf_copy_lines(NULL, pPivot, nDel); in buf_merge()
205 pV1 += buf_copy_lines(NULL, pV1, nDel); in buf_merge()
207 aC1[i1] -= nDel; in buf_merge()
212 nDel = aC1[i1+1]; in buf_merge()
214 pPivot += buf_copy_lines(NULL, pPivot, nDel); in buf_merge()
215 pV2 += buf_copy_lines(NULL, pV2, nDel); in buf_merge()
217 aC2[i2] -= nDel; in buf_merge()
222 nDel = aC1[i1+1]; in buf_merge()
[all …]
H A Ddiff.c327 static void appendTriple(DContext *p, int nCopy, int nDel, int nIns){ in appendTriple() argument
333 p->aEdit[p->nEdit-2] += nDel; in appendTriple()
338 p->aEdit[p->nEdit-2] += nDel; in appendTriple()
343 if( nCopy==0 && nDel==0 ){ in appendTriple()
353 p->aEdit[p->nEdit++] = nDel; in appendTriple()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmerge3.c281 nDel = aC2[i2+1]; in blob_merge()
283 DEBUG( printf("EDIT -%d+%d left\n", nDel, nIns); ) in blob_merge()
284 blob_copy_lines(0, pPivot, nDel); in blob_merge()
285 blob_copy_lines(0, pV1, nDel); in blob_merge()
287 aC1[i1] -= nDel; in blob_merge()
292 nDel = aC1[i1+1]; in blob_merge()
295 blob_copy_lines(0, pPivot, nDel); in blob_merge()
296 blob_copy_lines(0, pV2, nDel); in blob_merge()
298 aC2[i2] -= nDel; in blob_merge()
304 nDel = aC1[i1+1]; in blob_merge()
[all …]
H A Dbag.c92 int nDel = 0; /* Number of deleted entries */ in bag_resize() local
111 nDel++; in bag_resize()
115 assert( p->used == nLive+nDel ); in bag_resize()
/dports/math/ogdf/OGDF/src/ogdf/lib/abacus/
H A Dsparvec.cpp192 const int nDel = del.size(); in leftShift() local
194 if (nDel == 0) return; in leftShift()
203 for (i = 0; i < nDel - 1; i++) { in leftShift()
223 if(del[nDel -1] < 0 || del[nDel - 1] >= nnz_) { in leftShift()
229 for (j = del[nDel - 1] + 1; j < nnz_; j++) { in leftShift()
236 nnz_ -= nDel; in leftShift()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Dwr_motra_info.F8 & nFro(MxSym), nDel(MxSym)
38 Call iDafile(Lu,iOpt,nDel, MxSym, iDisk)
40 write(6,*) ' nDel : ',nDel
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Dwr_motra_info.F8 & nFro(MxSym), nDel(MxSym)
38 Call iDafile(Lu,iOpt,nDel, MxSym, iDisk)
40 write(6,*) ' nDel : ',nDel
/dports/biology/star/STAR-2.7.9a/source/
H A DTranscript.cpp23 nGap=0; lGap=0; lDel=0; lIns=0; nDel=0; nIns=0; in reset()
33 lDel+=trIn->lDel; nDel+=trIn->nDel; in add()
H A DstitchAlignToTranscript.cpp71 uint nIns=0, nDel=0; in stitchAlignToTranscript() local
97 nDel=1; in stitchAlignToTranscript()
322 trA->nGap += nDel; in stitchAlignToTranscript()
325 trA->nDel += nDel; in stitchAlignToTranscript()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioRead.c233 int nDel = 0; in Mio_LibraryReadInternal() local
281 nDel++; in Mio_LibraryReadInternal()
318 if ( nDel != 0 ) in Mio_LibraryReadInternal()
319 printf( "Actually excluded %d cells\n", nDel ); in Mio_LibraryReadInternal()
687 int nDel = 0; in Mio_LibraryReadExclude() local
707 nDel++; in Mio_LibraryReadExclude()
713 return nDel; in Mio_LibraryReadExclude()
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dgit.c201 int nDel = 0; in git_ingest_commit_chng() local
206 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
240 int nDel = 0; in git_ingest_commit_chng() local
248 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
254 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
260 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dgit.c201 int nDel = 0; in git_ingest_commit_chng() local
206 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
240 int nDel = 0; in git_ingest_commit_chng() local
248 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
254 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
260 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dgit.c201 int nDel = 0; in git_ingest_commit_chng() local
206 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
240 int nDel = 0; in git_ingest_commit_chng() local
248 cn, zPath, zCommit, nIns, nDel); in git_ingest_commit_chng()
254 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
260 cn, zPath, zCommit, zPrevVers, nIns, nDel); in git_ingest_commit_chng()
/dports/devel/agar/agar-1.5.0/vg/
H A Dvg_select_tool.c213 Uint nDel = 0; in KeyDown() local
227 nDel++; in KeyDown()
232 VG_Status(vv, _("Deleted %u entities"), nDel); in KeyDown()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dbparr.cxx187 void BigPtrArray::BlockDel( sal_uInt16 nDel ) in BlockDel() argument
189 m_nBlock = m_nBlock - nDel; in BlockDel()
193 nDel = (( m_nBlock / nBlockGrowSize ) + 1 ) * nBlockGrowSize; in BlockDel()
194 BlockInfo** ppNew = new BlockInfo* [ nDel ]; in BlockDel()
197 m_nMaxBlock = nDel; in BlockDel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dbparr.cxx187 void BigPtrArray::BlockDel( sal_uInt16 nDel ) in BlockDel() argument
189 m_nBlock = m_nBlock - nDel; in BlockDel()
193 nDel = (( m_nBlock / nBlockGrowSize ) + 1 ) * nBlockGrowSize; in BlockDel()
194 BlockInfo** ppNew = new BlockInfo* [ nDel ]; in BlockDel()
197 m_nMaxBlock = nDel; in BlockDel()
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dactive.inc121 const int nDel = del.size();
123 for(int i = 0; i < nDel; i++)
127 n_ -= nDel;
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dwalthread.test337 set nDel 0
348 incr nDel [file exists test.db-journal]
357 list $nRun $nDel
358 set {} "[expr $nRun-$nDel] w, $nDel r"
363 set nDel 0
374 incr nDel [file exists test.db-journal]
383 set {} "[expr $nRun-$nDel] w, $nDel r"
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dwalthread.test336 set nDel 0
347 incr nDel [file exists test.db-journal]
356 list $nRun $nDel
357 set {} "[expr $nRun-$nDel] w, $nDel r"
362 set nDel 0
373 incr nDel [file exists test.db-journal]
382 set {} "[expr $nRun-$nDel] w, $nDel r"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dwalthread.test337 set nDel 0
348 incr nDel [file exists test.db-journal]
357 list $nRun $nDel
358 set {} "[expr $nRun-$nDel] w, $nDel r"
363 set nDel 0
374 incr nDel [file exists test.db-journal]
383 set {} "[expr $nRun-$nDel] w, $nDel r"
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dwalthread.test336 set nDel 0
347 incr nDel [file exists test.db-journal]
356 list $nRun $nDel
357 set {} "[expr $nRun-$nDel] w, $nDel r"
362 set nDel 0
373 incr nDel [file exists test.db-journal]
382 set {} "[expr $nRun-$nDel] w, $nDel r"
/dports/graphics/grads/grads-1.9b4/src/
H A Dlatstime.h205 extern void latsAddDelTime(double begEtm, long nDel, CdDeltaTime delTime, CdTimeType timeType, long…
206 …double begEtm, double endEtm, CdDeltaTime delTime, CdTimeType timeType, long baseYear, long *nDel);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnctime.c246 CdAddDelTime(double begEtm, long nDel, CdDeltaTime delTime, CdTimeType timeType, in CdAddDelTime() argument
289 delMonths = delMonths * nDel * delTime.count + bhtime.month - 1; in CdAddDelTime()
303 delHours = delHours * (double)(nDel * delTime.count); in CdAddDelTime()
469 long baseYear, long *nDel) in CdDivDelTime() argument
521 *nDel = abs((int)range)/delMonths; in CdDivDelTime()
540 *nDel = (long)((frange + 1.e-10*delHours)/delHours); in CdDivDelTime()

1234567891011