Searched refs:MaxNetWidth (Results 1 – 2 of 2) sorted by relevance
316 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local325 MaxNetWidth = in getMaximumNetWidth()326 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()329 return MaxNetWidth; in getMaximumNetWidth()
1317 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local1320 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1321 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1331 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1332 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1377 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local1384 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()1399 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()