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

  /external/srec/srec/crec/
srec_context.c 912 nodeID from_node, last_from_node, into_node, num_nodes, max_node_number = 0; local
1143 nodeID from_node, into_node; local
1770 nodeID from_node, into_node; local
    [all...]
  /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)
463 into_node = MAXnodeID;
484 atoken->first_next_arc = (arc_token_lnk)into_node;
502 into_node = (nodeID)(int)atoken->first_next_arc; /* get the integer */
    [all...]

Completed in 68 milliseconds