Home
last modified time | relevance | path

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

/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c322 …sem_partial_path_print(pp_branch, &sem_partial_paths[0], MAX_SEM_PARTIAL_PATHS, semgraph->ilabels); in checkpath_forwardByWordID()
433 …sem_partial_path_print(pp_branch, &sem_partial_paths[0], MAX_SEM_PARTIAL_PATHS, semgraph->ilabels); in checkpath_forward()
488 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParseByWordID()
530 … sem_partial_path_print(path_root, &sem_partial_paths[0], MAX_SEM_PARTIAL_PATHS,semgraph->ilabels); in SR_SemanticProcessor_CheckParseByWordID()
794 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParse()
1092 for (i = 0; i < MAX_SEM_PARTIAL_PATHS - 1; i++) in sem_partial_path_list_init()
1104 …, "sem_partial_path_create() no more partial paths available (limit=%d)\n", MAX_SEM_PARTIAL_PATHS); in sem_partial_path_create()
/external/srec/srec/Semproc/include/
DSR_SemprocDefinitions.h79 #define MAX_SEM_PARTIAL_PATHS 512 macro