Home
last modified time | relevance | path

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

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dsimpsim.c89 static inline void init_stacks_map(bool *const stacks_map, in init_stacks_map() argument
94 stacks_map[i] = false; in init_stacks_map()
96 stacks_map[source_stack_idx] = stacks_map[dest_stack_idx] = true; in init_stacks_map()
366 bool stacks_map[STACKS_MAP_LEN]; in generic_false_seq_index_loop() local
367 init_stacks_map(stacks_map, source_stack_idx, dest_stack_idx); in generic_false_seq_index_loop()
402 (!stacks_map[clear_junk_dest_stack]))) in generic_false_seq_index_loop()
432 (!stacks_map[clear_junk_dest_stack])) in generic_false_seq_index_loop()
439 stacks_map[clear_junk_dest_stack] = true; in generic_false_seq_index_loop()