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()
1140 unsigned NetWidth = 0U; in alignArrayInitializersRightJustified() local1142 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()1143 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified()1183 NetWidth; in alignArrayInitializersRightJustified()1185 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1192 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()