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

  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 277 nodeID from_node, into_node; local
401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4)
423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4)
461 else if (sscanf(line, "%hu", &from_node) == 1)
485 atoken->next_token_index = (arc_token_lnk)from_node;
514 /* if this arc and the last one do NOT leave the same node (i.e. from_node, see above),
    [all...]
  /external/srec/srec/crec/
srec_context.c 912 nodeID from_node, last_from_node, into_node, num_nodes, max_node_number = 0; local
937 from_node = (nodeID)atoi_with_check(line, MAXnodeID);
938 if (from_node > max_num_FSMnodes)
939 max_num_FSMnodes = from_node;
1143 nodeID from_node, into_node; local
1770 nodeID from_node, into_node; local
    [all...]

Completed in 45 milliseconds