Searched refs:next_node (Results 1 - 13 of 13) sorted by relevance

/external/srec/srec/include/
H A Dsearch_network.h52 #define NEXT_NODE(NOD) (NOD)->next_node
76 #define NEXT_NODE(NOD) fst->FSMnode_list[(NOD)].un_ptr.next_node
110 FSMnode_ptr next_node; member in union:FSMnode_t::__anon26841
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc431 GraphNode* next_node = NULL; local
436 next_node = &nodes_[i];
439 DCHECK(next_node);
441 for (size_t e = 0; e < next_node->incoming.size(); e++) {
442 GraphEdge* incoming_edge = next_node->incoming[e];
447 next_node->incoming.clear();
448 next_node->incoming_edge_weight = 0.f;
449 no_incoming_edge_node_list.push_back(next_node);
451 next_node->layer->id() <<
/external/kernel-headers/original/linux/
H A Dnodemask.h44 * int next_node(node, mask) Next node past 'node', or MAX_NUMNODES
232 #define next_node(n, src) __next_node((n), &(src)) macro
333 (node) = next_node((node), (mask)))
354 #define next_online_node(nid) next_node((nid), node_online_map)
/external/chromium_org/third_party/handlebar/
H A Dhandlebar.py951 next_node = nodes[i + 1] if i < len(nodes) - 1 else None
958 if next_node:
959 next_node.TrimStartingNewLine()
961 (not next_node or next_node.StartsWithNewLine())):
965 if next_node:
966 next_node.TrimStartingNewLine()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1331 def next_node method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleTokenStream
1351 def next_node method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleSubtreeStream
1371 alias next_node __next__
1372 public :next_node
/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc185 CERTCertListNode* next_node = CERT_LIST_NEXT(node); local
187 if (!CERT_LIST_END(next_node, cert_list)) {
188 next_cert = next_node->cert;
/external/srec/srec/crec/
H A Dsrec_context.c1092 fst->FSMnode_list[i].un_ptr.next_node = NODE_ItoX(i + 1);
1096 fst->FSMnode_list[i].un_ptr.next_node = FSMNODE_NULL;
1679 for( ; *last_free_node!=MAXnodeID; last_free_node = &ntoken->un_ptr.next_node)
1700 node->un_ptr.next_node = (nodeID)(ni + 1);
1701 node->un_ptr.next_node = MAXnodeID;
1989 fst->FSMnode_freelist = NODE_XtoI(ntoken->un_ptr.next_node);
2001 node->un_ptr.next_node = fst->FSMnode_freelist;
2381 tmp_FSMnode_list[atokid_node].un_ptr.next_node = NODE_ItoX(atokid_node + 1);
2384 tmp_FSMnode_list[atokid_node].un_ptr.next_node = FSMNODE_NULL;
2391 for( ; *last_free_node!=MAXnodeID; last_free_node = &ntoken->un_ptr.next_node)
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c1927 next_node:
1980 goto next_node;
H A Dxpath.c14197 next_node:
14228 goto next_node;
14258 goto next_node;
H A Dtree.c8058 goto next_node;
8095 next_node:
/external/libxml2/
H A Dxmlreader.c1933 next_node:
1986 goto next_node;
H A Dxpath.c14267 next_node:
14298 goto next_node;
14328 goto next_node;
H A Dtree.c8071 goto next_node;
8108 next_node:

Completed in 849 milliseconds