OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_active_paths
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
astar.h
95
int
max_active_paths
;
member in struct:__anon26467
/external/srec/srec/crec/
astar.c
528
stack->
max_active_paths
= max_nbest_len + NBEST_LEN_MARGIN * 3;
532
stack->active_paths = (partial_path**)CALLOC_CLR(stack->
max_active_paths
, sizeof(partial_path*), "search.astar.aplist");
771
else if (stack->num_active_paths == stack->
max_active_paths
)
820
if (stack->num_active_paths == stack->
max_active_paths
)
[
all
...]
Completed in 29 milliseconds