Searched refs:astar_stack_prepare (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/include/
H A Dastar.h115 int astar_stack_prepare(AstarStack* stack, int request_nbest_len, psrec rec);
/external/srec/srec/crec/
H A Dsrec_results.c119 rc = astar_stack_prepare(stack, n, rec);
H A Dastar.c569 int astar_stack_prepare(AstarStack* stack, int request_nbest_len, srec* rec) function
578 list_free_parps(stack, "astar_stack_prepare ");
599 log_report("Error: out-of-memory in astar_stack_prepare(), "
619 list_free_parps(stack, "astar_stack_prepare ");
684 /* astar_stack_prepare(stack, request_nbest_len, rec); */

Completed in 82 milliseconds