Searched refs:nMaxCells (Results 1 – 1 of 1) sorted by relevance
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()[all …]