Searched refs:NetWidth (Results 1 – 2 of 2) sorted by relevance
281 auto NetWidth = InitialSpaces; in getNetWidth() local287 NetWidth = 0; in getNetWidth()288 NetWidth += in getNetWidth()291 return NetWidth; in getNetWidth()296 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth() argument300 CellWidth += NetWidth; in getMaximumCellWidth()305 ThisWidth += NetWidth; in getMaximumCellWidth()
1294 unsigned NetWidth = 0U; in alignArrayInitializersRightJustified() local1296 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()1297 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified()1339 NetWidth; in alignArrayInitializersRightJustified()1341 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1348 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()