Searched refs:MaxNetWidth (Results 1 – 2 of 2) sorted by relevance
312 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local321 MaxNetWidth = in getMaximumNetWidth()322 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()325 return MaxNetWidth; in getMaximumNetWidth()
1126 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local1129 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1130 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1138 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1139 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1182 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local1189 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()1203 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()