Home
last modified time | relevance | path

Searched refs:num_draw (Results 1 – 2 of 2) sorted by relevance

/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dgame.c2069 num_draw = 1; in game_draw_comets()
2071 num_draw = 0; in game_draw_comets()
2077 num_draw = 1; in game_draw_comets()
2088 if (num_draw) in game_draw_comets()
2108 num_draw = 1; in game_draw_comets()
2115 num_draw = 1; in game_draw_comets()
2125 if (num_draw) in game_draw_comets()
4334 num_draw = 1; in game_draw_powerup()
4338 num_draw = 0; in game_draw_powerup()
4344 num_draw = 1; in game_draw_powerup()
[all …]
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c1493 size_t num_draw = 0; in probe_root() local
1517 num_draw += (v == 0); in probe_root()
1569 if (num_draw == 0) in probe_root()
1574 size_t count = calc_key(pos, !pos->turn) % num_draw; in probe_root()