Searched refs:NetWidth (Results 1 – 2 of 2) sorted by relevance
263 auto NetWidth = InitialSpaces; in getNetWidth() local268 NetWidth = 0; in getNetWidth()269 NetWidth += in getNetWidth()272 return NetWidth; in getNetWidth()277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth() argument281 CellWidth += NetWidth; in getMaximumCellWidth()286 ThisWidth += NetWidth; in getMaximumCellWidth()
1001 unsigned NetWidth = 0U; in alignArrayInitializersRightJustified() local1003 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()1004 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified()1042 NetWidth; in alignArrayInitializersRightJustified()1044 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1051 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()