Home
last modified time | relevance | path

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

/dports/games/gnugo/gnugo-3.8/interface/
H A Dplay_solo.c48 struct stats_data totalstats; in play_solo() local
83 memset(&totalstats, '\0', sizeof(totalstats)); in play_solo()
106 totalstats.nodes += stats.nodes; in play_solo()
107 totalstats.read_result_entered += stats.read_result_entered; in play_solo()
108 totalstats.read_result_hits += stats.read_result_hits; in play_solo()
109 totalstats.trusted_read_result_hits += stats.trusted_read_result_hits; in play_solo()
127 printf("%10d nodes\n", totalstats.nodes); in play_solo()
128 printf("%10d read results entered\n", totalstats.read_result_entered); in play_solo()
129 printf("%10d read result hits\n", totalstats.read_result_hits); in play_solo()
131 totalstats.trusted_read_result_hits); in play_solo()
/dports/graphics/povray36/povray-3.6.1/source/
H A Drendctrl.cpp131 COUNTER totalstats[MaxStat]; // GLOBAL VARIABLE variable
591 sum_statistics(totalstats, stats); in FrameRender()
1091 init_statistics(totalstats); in init_vars()
H A Dpovray.h433 extern COUNTER totalstats[MaxStat];
H A Dpovmsend.cpp1266 err = BuildRenderStatistics(&msg, totalstats); in Send_RenderStatistics()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Drendctrl.cpp156 COUNTER totalstats[MaxStat]; // GLOBAL VARIABLE variable
759 sum_statistics(totalstats, stats); in FrameRender()
1308 init_statistics(totalstats); in init_vars()
H A Dpovray.h522 extern COUNTER totalstats[MaxStat];
H A Dpovmsend.cpp1502 err = BuildRenderStatistics(&msg, totalstats); in Send_RenderStatistics()