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()
1163 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersRightJustified() local1166 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1167 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1175 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1176 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1219 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local1226 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()1240 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()