Searched refs:NetWidth (Results 1 – 2 of 2) sorted by relevance
278 auto NetWidth = InitialSpaces; in getNetWidth() local283 NetWidth = 0; in getNetWidth()284 NetWidth += in getNetWidth()287 return NetWidth; in getNetWidth()292 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth() argument296 CellWidth += NetWidth; in getMaximumCellWidth()301 ThisWidth += NetWidth; in getMaximumCellWidth()
1103 unsigned NetWidth = 0U; in alignArrayInitializersRightJustified() local1105 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()1106 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified()1146 NetWidth; in alignArrayInitializersRightJustified()1148 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1155 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()