Home
last modified time | relevance | path

Searched refs:moves_end (Results 1 – 4 of 4) sorted by relevance

/dports/games/freecell-solver/freecell-solver-6.2.0/patsolve/patsolve/
H A Dpat.c419 const fcs_pats__move *const moves_end = move_ptr + n; in mark_irreversible() local
420 for (; move_ptr < moves_end; ++move_ptr) in mark_irreversible()
893 const_AUTO(moves_end, moves_start + n); in prioritize()
894 for (fcs_pats__move *move_ptr = moves_start; move_ptr < moves_end; in prioritize()
964 const_AUTO(moves_end, move_ptr + total_num_moves); in fc_solve_pats__get_moves()
965 for (; move_ptr < moves_end; move_ptr++) in fc_solve_pats__get_moves()
H A Dpatsolve.c410 LEVEL.moves_end = LEVEL.moves_start + in solve()
417 num_moves = (int)(LEVEL.moves_end - LEVEL.moves_start); in solve()
435 if (LEVEL.move_ptr == LEVEL.moves_end) in solve()
H A Dpat.h236 fcs_pats__move *moves_start, *moves_end, *move_ptr; member
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dscans.c159 const fcs_internal_move *const moves_end = in fc_solve_lookup_state_key_from_val() local
162 for (; next_move < moves_end; next_move++) in fc_solve_lookup_state_key_from_val()