Lines Matching refs:nMaxCells
7867 int nMaxCells = 0; /* Allocated size of apCell, szCell, aFrom. */ in balance_nonroot() local
7959 nMaxCells += apOld[i]->nCell + ArraySize(pParent->apOvfl); in balance_nonroot()
8001 nMaxCells = (nMaxCells + 3)&~3; in balance_nonroot()
8007 nMaxCells*sizeof(u8*) /* b.apCell */ in balance_nonroot()
8008 + nMaxCells*sizeof(u16) /* b.szCell */ in balance_nonroot()
8017 b.szCell = (u16*)&b.apCell[nMaxCells]; in balance_nonroot()
8018 aSpace1 = (u8*)&b.szCell[nMaxCells]; in balance_nonroot()
8094 assert( b.nCell<nMaxCells ); in balance_nonroot()
8105 assert( b.nCell<nMaxCells ); in balance_nonroot()
8237 assert( d<nMaxCells ); in balance_nonroot()
8238 assert( r<nMaxCells ); in balance_nonroot()
8443 assert( j<nMaxCells ); in balance_nonroot()