Searched refs:MaxNetWidth (Results 1 – 2 of 2) sorted by relevance
297 auto MaxNetWidth = getNetWidth(CellStart, CellStop, InitialSpaces); in getMaximumNetWidth() local304 MaxNetWidth = in getMaximumNetWidth()305 std::max(MaxNetWidth, getNetWidth(Start, End, InitialSpaces)); in getMaximumNetWidth()308 return MaxNetWidth; in getMaximumNetWidth()
1022 auto MaxNetWidth = in alignArrayInitializersRightJustified() local1025 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1026 Changes[CellIter->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1034 if (ThisNetWidth < MaxNetWidth) in alignArrayInitializersRightJustified()1035 Changes[Next->Index].Spaces = (MaxNetWidth - ThisNetWidth); in alignArrayInitializersRightJustified()1075 auto MaxNetWidth = getMaximumNetWidth( in alignArrayInitializersLeftJustified() local1081 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()1093 MaxNetWidth - ThisNetWidth + in alignArrayInitializersLeftJustified()