Home | History | Annotate | Download | only in mips

Lines Matching refs:cellSize

672     int cellSize = 0;
678 cellSize += pChainCellCounts->u.count[i] *
681 cellSize += pChainCellCounts->u.count[i] *
685 return cellSize;
1244 int cellSize = getChainCellSize(pChainCellCounts);
1249 if (cellSize == 0)
1253 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
1557 int cellSize = getChainCellSize(pChainCellCounts);
1559 if (cellSize) {
1561 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize -