HomeSort by relevance Sort by last modified time
    Searched refs:active_paths (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
astar.c 451 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[ stack->num_active_paths-1]->costsofar
    [all...]
  /external/srec/srec/include/
astar.h 97 partial_path** active_paths; /* partial paths, sorted by score */ member in struct:__anon12614

Completed in 1116 milliseconds