Home
last modified time | relevance | path

Searched refs:total_years (Results 1 – 7 of 7) sorted by relevance

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/gmtime/
H A D1-1.c22 int total_years; in main() local
70 total_years = (tm_ptr->tm_year + 1900); in main()
71 if (total_years >= 1900) { in main()
72 printf("year %d\n", total_years); in main()
74 printf("year %d\n", total_years); in main()
/dports/games/julius/julius-1.7.0/src/city/
H A Dpopulation.c308 city_data.population.total_years++; in yearly_recalculate_population()
309 …ulation.average_per_year = city_data.population.total_all_years / city_data.population.total_years; in yearly_recalculate_population()
H A Ddata_private.h169 int32_t total_years; member
H A Ddata.c100 buffer_write_i32(main, city_data.population.total_years); in save_main_data()
577 city_data.population.total_years = buffer_read_i32(main); in load_main_data()
/dports/games/augustus/augustus-3.1.0/src/city/
H A Dpopulation.c359 city_data.population.total_years++; in yearly_recalculate_population()
360 …ulation.average_per_year = city_data.population.total_all_years / city_data.population.total_years; in yearly_recalculate_population()
H A Ddata_private.h183 int32_t total_years; member
H A Ddata.c100 buffer_write_i32(main, city_data.population.total_years); in save_main_data()
600 city_data.population.total_years = buffer_read_i32(main); in load_main_data()