Searched refs:active_paths (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/crec/
H A Dastar.c451 return_parp = stack->active_paths[stack->num_active_paths];
532 stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "search.astar.aplist");
557 FREE(stack->active_paths);
615 stack->active_paths[ stack->num_active_paths++] = parp;
632 free_partial_path(stack, stack->active_paths[i]);
694 parp = stack->active_paths[0];
704 print_partial_paths(stack->active_paths, stack->num_active_paths,
710 stack->active_paths[i] = stack->active_paths[i+1];
773 max_cost = stack->active_paths[ stac
[all...]
/external/srec/srec/include/
H A Dastar.h97 partial_path** active_paths; /* partial paths, sorted by score */ member in struct:__anon12992

Completed in 34 milliseconds