Home | History | Annotate | Download | only in arm

Lines Matching full:cellsize

1292     int cellSize = 0;
1298 cellSize += pChainCellCounts->u.count[i] *
1301 cellSize += pChainCellCounts->u.count[i] *
1305 return cellSize;
1898 int cellSize = getChainCellSize(pChainCellCounts);
1904 if (cellSize == 0)
1908 pChainCells = ((u4 *) pChainCellCounts) - cellSize -
2192 int cellSize = getChainCellSize(pChainCellCounts);
2194 if (cellSize) {
2196 u4 *pChainCells = ((u4 *) pChainCellCounts) - cellSize -