Searched refs:ARC_TOKEN_NULL (Results 1 – 5 of 5) sorted by relevance
256 return ARC_TOKEN_NULL; in get_first_arc_leaving_node1()517 last_atoken->next_token_index = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()522 last_atoken->next_token_index = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()536 if (tmp->first_next_arc == ARC_TOKEN_NULL) in SR_SemanticGraph_LoadFromTextFiles()562 semgraph->arc_token_list[i].first_next_arc = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()565 semgraph->arc_token_list[i].first_next_arc = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()566 semgraph->arc_token_list[i].next_token_index = ARC_TOKEN_NULL; in SR_SemanticGraph_LoadFromTextFiles()668 if (atoken->next_token_index != ARC_TOKEN_NULL) in sr_semanticgraph_get_type()816 tmp->next_token_index = ARC_TOKEN_NULL; in arc_tokens_get_free()817 tmp->first_next_arc = ARC_TOKEN_NULL; in arc_tokens_get_free()[all …]
315 if (atok->first_next_arc == ARC_TOKEN_NULL && *currentWord == MAXwordID) in checkpath_forwardByWordID()426 if (atok->first_next_arc==ARC_TOKEN_NULL && *transp==0) in checkpath_forward()
85 root_arc.next_token_index = ARC_TOKEN_NULL; in get_arc_for_word()118 …else if (tmp->first_next_arc == ARC_TOKEN_NULL && (tmp->ilabel == MAXwordID || tmp->ilabel == term… in get_arc_for_word()126 if (tmp->ilabel == MAXwordID && tmp->first_next_arc == ARC_TOKEN_NULL) in get_arc_for_word()136 if (atoken->first_next_arc == ARC_TOKEN_NULL) in get_arc_for_word()141 if (tmp->ilabel == WORD_EPSILON_LABEL && tmp->next_token_index == ARC_TOKEN_NULL) in get_arc_for_word()187 root_arc.next_token_index = ARC_TOKEN_NULL; in get_arc_for_word_without_slot_annotation()205 if (tmp->ilabel == MAXwordID && tmp->first_next_arc == ARC_TOKEN_NULL) in get_arc_for_word_without_slot_annotation()
1761 return ARC_TOKEN_NULL; in get_first_arc_leaving_node()1828 atoken->first_next_arc = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1840 last_atoken->next_token_index = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1848 last_atoken->next_token_index = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1861 if (tmp->first_next_arc == ARC_TOKEN_NULL) in FST_LoadReverseWordGraph()1892 atoken->first_next_arc = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1897 atoken->next_token_index = ARC_TOKEN_NULL; in FST_LoadReverseWordGraph()1909 if (atoken->first_next_arc == ARC_TOKEN_NULL) in FST_LoadReverseWordGraph()1912 if (tmp->ilabel == MAXwordID && tmp->first_next_arc == ARC_TOKEN_NULL) in FST_LoadReverseWordGraph()3506 atl->next_token_index = ARC_TOKEN_NULL; in FST_LoadContextFromImageV2()[all …]
55 #define ARC_TOKEN_NULL MAXarcID macro