Searched refs:NetWidth (Results 1 – 2 of 2) sorted by relevance
290 auto NetWidth = InitialSpaces; in getNetWidth() local296 NetWidth = 0; in getNetWidth()297 NetWidth += in getNetWidth()300 return NetWidth; in getNetWidth()305 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth() argument309 CellWidth += NetWidth; in getMaximumCellWidth()314 ThisWidth += NetWidth; in getMaximumCellWidth()
1334 unsigned NetWidth = 0U; in alignArrayInitializersRightJustified() local1336 NetWidth = getNetWidth(Cells.begin(), CellIter, CellDescs.InitialSpaces); in alignArrayInitializersRightJustified()1337 auto CellWidth = getMaximumCellWidth(CellIter, NetWidth); in alignArrayInitializersRightJustified()1379 NetWidth; in alignArrayInitializersRightJustified()1381 Changes[CellIter->Index].Spaces = (CellWidth - (ThisWidth + NetWidth)); in alignArrayInitializersRightJustified()1388 calculateCellWidth(Next->Index, Next->EndIndex, true) + NetWidth; in alignArrayInitializersRightJustified()