Searched refs:system_count_on_this_page (Results 1 – 2 of 2) sorted by relevance
1383 int system_count_on_this_page = 0; in space_systems_with_fixed_number_per_page() local1384 while (system_count_on_this_page < systems_per_page_ in space_systems_with_fixed_number_per_page()1389 system_count_on_this_page += cur_line.compressed_nontitle_lines_count_; in space_systems_with_fixed_number_per_page()1400 if (system_count_on_this_page != systems_per_page_) in space_systems_with_fixed_number_per_page()1402 … res.penalty_ += abs (system_count_on_this_page - systems_per_page_) * TERRIBLE_SPACING_PENALTY; in space_systems_with_fixed_number_per_page()1403 res.system_count_status_ |= ((system_count_on_this_page < systems_per_page_)) in space_systems_with_fixed_number_per_page()
1359 int system_count_on_this_page = 0; in space_systems_with_fixed_number_per_page() local1360 while (system_count_on_this_page < systems_per_page_ in space_systems_with_fixed_number_per_page()1365 system_count_on_this_page += cur_line.compressed_nontitle_lines_count_; in space_systems_with_fixed_number_per_page()1376 if (system_count_on_this_page != systems_per_page_) in space_systems_with_fixed_number_per_page()1378 … res.penalty_ += abs (system_count_on_this_page - systems_per_page_) * TERRIBLE_SPACING_PENALTY; in space_systems_with_fixed_number_per_page()1379 res.system_count_status_ |= ((system_count_on_this_page < systems_per_page_)) in space_systems_with_fixed_number_per_page()