Searched refs:total_space (Results 1 – 1 of 1) sorted by relevance
2679 int total_space = 0; in OnHSpaceEqually() local2708 total_space = right - left + 1; in OnHSpaceEqually()2709 inner_space = ((total_space - used_space) + count) / (count - 1); in OnHSpaceEqually()2744 int total_space = 0; in OnVSpaceEqually() local2773 total_space = bottom - top + 1; in OnVSpaceEqually()2774 inner_space = ((total_space - used_space) + count) / (count - 1); in OnVSpaceEqually()