Home
last modified time | relevance | path

Searched refs:nCell (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/components/containmentlayoutmanager/
H A Dgridlayoutmanager.cpp346 --nCell.first; in nextCell()
349 ++nCell.first; in nextCell()
352 --nCell.second; in nextCell()
356 ++nCell.second; in nextCell()
360 return nCell; in nextCell()
367 nCell = nextCell(nCell, direction); in nextAvailableCell()
380 --nCell.first; in nextAvailableCell()
392 return nCell; in nextAvailableCell()
403 nCell = nextCell(nCell, direction); in nextTakenCell()
428 return nCell; in nextTakenCell()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/rtree/
H A Drtree.c1496 int nCell, in cellOverlap() argument
1538 int nCell, in cellOverlapEnlargement() argument
1704 int nCell, in LinearPickNext() argument
1722 int nCell, in LinearPickSeeds() argument
1784 int nCell, in QuadraticPickNext() argument
1816 int nCell, in QuadraticPickSeeds() argument
1992 int nCell, in splitNodeStartree() argument
2094 int nCell, in splitNodeGuttman() argument
2197 nCell++; in SplitNode()
2457 int nCell; in Reinsert() local
[all …]
/dports/biology/star/STAR-2.7.9a/extras/scripts/
H A DsoloBasicCellFilter.awk43 nCell=0;
47 nCell++;
48 cellInew[ii]=nCell;
49 print nCell,cellTot[ii] > fOutCB ".counts";
54 …ngth(cellTotSort)]+0,"Robust maxUMIperCel=" nMax,"minUMIperCell=" nMin, "Filtered N cells=", nCell;
70 print nGenes,nCell+0,nMat+0 > fOutMat;
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_stat.c225 for(i=0; i<p->nCell; i++){ in statClearPage()
289 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
295 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
305 if( p->nCell ){ in statDecodePage()
312 for(i=0; i<p->nCell; i++){ in statDecodePage()
400 while( p->iCell<p->nCell ){ in statNext()
407 pCsr->nCell = 0; in statNext()
435 if( p->iCell==p->nCell ){ in statNext()
471 pCsr->nCell = p->nCell; in statNext()
476 for(i=0; i<p->nCell; i++){ in statNext()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbtree.c597 pPage->nCell = 0; in initPage()
651 pPage->nCell = 0; in zeroPage()
2040 pPage->nCell--; in dropCell()
2066 pPage->nCell++; in insertCell()
2109 pTo->nCell = pFrom->nCell; in copyPage()
2392 nCell = 0; in balance()
2397 szCell[nCell] = cellSize(pBt, apCell[nCell]); in balance()
2398 nCell++; in balance()
2407 nCell++; in balance()
2431 cntNew[k] = nCell; in balance()
[all …]
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dbtree.c597 pPage->nCell = 0; in initPage()
651 pPage->nCell = 0; in zeroPage()
2040 pPage->nCell--; in dropCell()
2066 pPage->nCell++; in insertCell()
2109 pTo->nCell = pFrom->nCell; in copyPage()
2392 nCell = 0; in balance()
2397 szCell[nCell] = cellSize(pBt, apCell[nCell]); in balance()
2398 nCell++; in balance()
2407 nCell++; in balance()
2431 cntNew[k] = nCell; in balance()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTableManager.cxx94 sal_uInt32 TableManager::findColumn(const sal_uInt32 nRow, const sal_uInt32 nCell) in findColumn() argument
100 if (!pRow || nCell < pRow->getGridBefore() in findColumn()
101 || nCell >= pRow->getCellCount() - pRow->getGridAfter()) in findColumn()
109 for (sal_uInt32 n = 0; n < nCell; ++n) in findColumn()
123 sal_uInt32 nCell = 0; in findColumnCell() local
131 return nCell; in findColumnCell()
133 ++nCell; in findColumnCell()
134 if (nCell > nMaxCell) in findColumnCell()
390 for (unsigned int nCell = 0; nCell < nCells; ++nCell) in resolveCurrentTable() local
392 mpTableDataHandler->startCell(pRowData->getCellStart(nCell), in resolveCurrentTable()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddbstat.c260 for(i=0; i<p->nCell; i++){ in statClearPage()
327 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
344 if( p->nCell ){ in statDecodePage()
355 for(i=0; i<p->nCell; i++){ in statDecodePage()
474 while( p->iCell<p->nCell ){ in statNext()
485 pCsr->nCell = 0; in statNext()
505 if( !p->iRightChildPg || p->iCell>p->nCell ){ in statNext()
514 if( p->iCell==p->nCell ){ in statNext()
553 pCsr->nCell = p->nCell; in statNext()
559 for(i=0; i<p->nCell; i++){ in statNext()
[all …]
H A Dbtree.c1356 nCell = pPage->nCell; in defragmentPage()
3386 nCell = pPage->nCell; in setChildPtrmaps()
3432 int nCell; in modifyPagePointer() local
3437 nCell = pPage->nCell; in modifyPagePointer()
6612 pPg->nCell = nCell; in rebuildPage()
6760 int nCell = pPg->nCell; /* Cells stored on pPg */ in editPage() local
6804 nCell++; in editPage()
6816 iNew+nCell, nNew-nCell, pCArray in editPage()
7900 assert( pChild->nCell==pRoot->nCell ); in balance_deeper()
8399 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbtree.c1461 nCell = pPage->nCell; in defragmentPage()
3597 nCell = pPage->nCell; in setChildPtrmaps()
3643 int nCell; in modifyPagePointer() local
3648 nCell = pPage->nCell; in modifyPagePointer()
7041 pPg->nCell = nCell; in rebuildPage()
7207 int nCell = pPg->nCell; /* Cells stored on pPg */ in editPage() local
7258 nCell++; in editPage()
7272 iNew+nCell, nNew-nCell, pCArray in editPage()
8379 assert( pChild->nCell==pRoot->nCell || CORRUPT_DB ); in balance_deeper()
9207 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
[all …]
H A Ddbstat.c299 for(i=0; i<p->nCell; i++){ in statClearCells()
304 p->nCell = 0; in statClearCells()
329 pCsr->nCell = 0; in statResetCounts()
399 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
417 if( p->nCell ){ in statDecodePage()
428 for(i=0; i<p->nCell; i++){ in statDecodePage()
562 while( p->iCell<p->nCell ){ in statNext()
612 if( p->iCell==p->nCell ){ in statNext()
654 pCsr->nCell += p->nCell; in statNext()
662 for(i=0; i<p->nCell; i++){ in statNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbtree.c1430 nCell = pPage->nCell; in defragmentPage()
3550 nCell = pPage->nCell; in setChildPtrmaps()
3596 int nCell; in modifyPagePointer() local
3601 nCell = pPage->nCell; in modifyPagePointer()
6978 pPg->nCell = nCell; in rebuildPage()
7144 int nCell = pPg->nCell; /* Cells stored on pPg */ in editPage() local
7195 nCell++; in editPage()
7209 iNew+nCell, nNew-nCell, pCArray in editPage()
8313 assert( pChild->nCell==pRoot->nCell || CORRUPT_DB ); in balance_deeper()
9014 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
[all …]
H A Ddbstat.c298 for(i=0; i<p->nCell; i++){ in statClearCells()
303 p->nCell = 0; in statClearCells()
328 pCsr->nCell = 0; in statResetCounts()
398 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
416 if( p->nCell ){ in statDecodePage()
427 for(i=0; i<p->nCell; i++){ in statDecodePage()
559 while( p->iCell<p->nCell ){ in statNext()
609 if( p->iCell==p->nCell ){ in statNext()
651 pCsr->nCell += p->nCell; in statNext()
659 for(i=0; i<p->nCell; i++){ in statNext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbtree.c1443 nCell = pPage->nCell; in defragmentPage()
3574 nCell = pPage->nCell; in setChildPtrmaps()
3620 int nCell; in modifyPagePointer() local
3625 nCell = pPage->nCell; in modifyPagePointer()
7011 pPg->nCell = nCell; in rebuildPage()
7177 int nCell = pPg->nCell; /* Cells stored on pPg */ in editPage() local
7228 nCell++; in editPage()
7242 iNew+nCell, nNew-nCell, pCArray in editPage()
8346 assert( pChild->nCell==pRoot->nCell || CORRUPT_DB ); in balance_deeper()
9051 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
[all …]
H A Ddbstat.c299 for(i=0; i<p->nCell; i++){ in statClearCells()
304 p->nCell = 0; in statClearCells()
329 pCsr->nCell = 0; in statResetCounts()
399 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
417 if( p->nCell ){ in statDecodePage()
428 for(i=0; i<p->nCell; i++){ in statDecodePage()
562 while( p->iCell<p->nCell ){ in statNext()
612 if( p->iCell==p->nCell ){ in statNext()
654 pCsr->nCell += p->nCell; in statNext()
662 for(i=0; i<p->nCell; i++){ in statNext()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/waveplot/
H A Dmolorb.F9089 integer :: nCell component
181 self%nCell = size(self%cellVec,dim=2)
189 self%nCell = 1
193 allocate(self%coords(3, self%nAtom, self%nCell))
197 do ii = 2, self%nCell
314 &tReal, latVecs, recVecs2p, kPoints, kIndexes, nCell, cellVec, & argument
372 integer, intent(in) :: nCell local
387 real(dp) :: atomAllOrbVal(nOrb, nCell)
394 complex(dp) :: phases(nCell, size(kPoints, dim=2))
428 lpCell: do iCell = 1, nCell
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c1098 nCell = pPage->nCell; in defragmentPage()
2716 nCell = pPage->nCell; in setChildPtrmaps()
2765 int nCell; in modifyPagePointer() local
2768 nCell = pPage->nCell; in modifyPagePointer()
4600 if( !(nCell & 0x80) && nCell<=pPage->maxLocal ){ in sqlite3BtreeMovetoUnpacked()
5840 pPage->nCell = (u16)nCell; in assemblePage()
6292 szCell[nCell] = cellSizePtr(pOld, apCell[nCell]); in balance_nonroot()
6307 szCell[nCell] = szCell[nCell] - leafCorrection; in balance_nonroot()
6757 assert( pChild->nCell==pRoot->nCell ); in balance_deeper()
7366 dropCell(pLeaf, pLeaf->nCell-1, nCell, &rc); in sqlite3BtreeDelete()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c1244 assert( nCell<200 ); in nodeRowidIndex()
1491 int nCell; in rtreeStepToLeaf() local
1988 int nCell in cellOverlap() argument
2270 int nCell, in splitNodeStartree() argument
2419 nCell++; in SplitNode()
2680 int nCell; in Reinsert() local
2690 n = (nCell+1)&(~1); in Reinsert()
3560 int nCell = 0; in rtreenode() local
3565 sqlite3_snprintf(512-nCell,&zCell[nCell],"%lld", cell.iRowid); in rtreenode()
3569 sqlite3_snprintf(512-nCell,&zCell[nCell], " %g", in rtreenode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dbtreeinfo.c279 int nCell; in binfoCompute() local
305 nCell = get_uint16(aData+3); in binfoCompute()
306 nEntry *= (nCell+1); in binfoCompute()
308 nPage *= (nCell+1); in binfoCompute()
309 if( nCell<=1 ){ in binfoCompute()
312 iCell = get_uint16(aData+12+2*(nCell/2)); in binfoCompute()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dbtreeinfo.c279 int nCell; in binfoCompute() local
305 nCell = get_uint16(aData+3); in binfoCompute()
306 nEntry *= (nCell+1); in binfoCompute()
308 nPage *= (nCell+1); in binfoCompute()
309 if( nCell<=1 ){ in binfoCompute()
312 iCell = get_uint16(aData+12+2*(nCell/2)); in binfoCompute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dbtreeinfo.c279 int nCell; in binfoCompute() local
305 nCell = get_uint16(aData+3); in binfoCompute()
306 nEntry *= (nCell+1); in binfoCompute()
308 nPage *= (nCell+1); in binfoCompute()
309 if( nCell<=1 ){ in binfoCompute()
312 iCell = get_uint16(aData+12+2*(nCell/2)); in binfoCompute()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Doffsets.c225 int nCell; in ofstWalkInteriorPage() local
230 nCell = ofst2byte(p, 3); in ofstWalkInteriorPage()
231 for(i=0; i<nCell; i++){ in ofstWalkInteriorPage()
242 int nCell; in ofstWalkLeafPage() local
254 nCell = ofst2byte(p, 3); in ofstWalkLeafPage()
255 for(i=0; i<nCell; i++){ in ofstWalkLeafPage()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Doffsets.c225 int nCell; in ofstWalkInteriorPage() local
230 nCell = ofst2byte(p, 3); in ofstWalkInteriorPage()
231 for(i=0; i<nCell; i++){ in ofstWalkInteriorPage()
242 int nCell; in ofstWalkLeafPage() local
254 nCell = ofst2byte(p, 3); in ofstWalkLeafPage()
255 for(i=0; i<nCell; i++){ in ofstWalkLeafPage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Doffsets.c225 int nCell; in ofstWalkInteriorPage() local
230 nCell = ofst2byte(p, 3); in ofstWalkInteriorPage()
231 for(i=0; i<nCell; i++){ in ofstWalkInteriorPage()
242 int nCell; in ofstWalkLeafPage() local
254 nCell = ofst2byte(p, 3); in ofstWalkLeafPage()
255 for(i=0; i<nCell; i++){ in ofstWalkLeafPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Doffsets.c225 int nCell; in ofstWalkInteriorPage() local
230 nCell = ofst2byte(p, 3); in ofstWalkInteriorPage()
231 for(i=0; i<nCell; i++){ in ofstWalkInteriorPage()
242 int nCell; in ofstWalkLeafPage() local
254 nCell = ofst2byte(p, 3); in ofstWalkLeafPage()
255 for(i=0; i<nCell; i++){ in ofstWalkLeafPage()

1234567891011