Searched refs:sub_node (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/callgrind/
H A Dclo.c87 config_node* sub_node[NODE_DEGREE]; member in struct:_config_node
137 node->sub_node[i] = 0;
192 n = node->sub_node[ name[0]%NODE_DEGREE ];
206 new_sub->next = node->sub_node[ name[0]%NODE_DEGREE ];
207 node->sub_node[ name[0]%NODE_DEGREE ] = new_sub;
228 node->sub_node[ n->name[0]%NODE_DEGREE ] = new_node;
231 new_node->sub_node[ n->name[len]%NODE_DEGREE ] = n;
242 /* this sub_node of new_node could already be set: chain! */
243 new_sub->next = new_node->sub_node[ name[0]%NODE_DEGREE ];
244 new_node->sub_node[ nam
[all...]
/external/v8/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py199 sub_node = graph[edge.src]
203 src = sub_node.name,
210 sub_node.edges[new_edge.key] = new_edge
214 dst = sub_node.name,
/external/autotest/client/common_lib/
H A Dcontrol_data.py410 for sub_node in n.code.nodes:
411 _try_extract_assignment(sub_node, vars_in_step)

Completed in 331 milliseconds