Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdacc.c410 uint32_t subnode; in hdacc_attach() local
420 subnode = hda_command(dev, in hdacc_attach()
423 if (subnode == HDA_INVALID) in hdacc_attach()
425 codec->fgcnt = HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode); in hdacc_attach()
426 startnode = HDA_PARAM_SUB_NODE_COUNT_START(subnode); in hdacc_attach()
432 HDA_PARAM_SUB_NODE_COUNT_TOTAL(subnode), in hdacc_attach()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-build.c1993 ira_loop_tree_node_t subnode; local
1999 for (subnode = node->children; subnode != NULL; subnode = subnode->next)
2000 if (subnode->bb == NULL)
2001 remove_uneccesary_loop_nodes_from_loop_tree (subnode);
2012 subnode = VEC_pop (ira_loop_tree_node_t, children_vec);
2013 subnode->parent = node;
2014 subnode->next = node->children;
2015 node->children = subnode;
2016 if (subnode->bb == NULL)
2018 subnode->subloop_next = node->subloops;
[all …]
H A Dira-emit.c352 subloop_tree_node_p (ira_loop_tree_node_t subnode, ira_loop_tree_node_t node) in subloop_tree_node_p() argument
354 for (; subnode != NULL; subnode = subnode->parent) in subloop_tree_node_p()
355 if (subnode == node) in subloop_tree_node_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-build.c2317 ira_loop_tree_node_t subnode; in remove_uneccesary_loop_nodes_from_loop_tree() local
2323 for (subnode = node->children; subnode != NULL; subnode = subnode->next) in remove_uneccesary_loop_nodes_from_loop_tree()
2324 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2327 children_vec.safe_push (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2336 subnode = children_vec.pop (); in remove_uneccesary_loop_nodes_from_loop_tree()
2337 subnode->parent = node; in remove_uneccesary_loop_nodes_from_loop_tree()
2338 subnode->next = node->children; in remove_uneccesary_loop_nodes_from_loop_tree()
2339 node->children = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()
2340 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2342 subnode->subloop_next = node->subloops; in remove_uneccesary_loop_nodes_from_loop_tree()
[all …]
H A Dira-emit.c355 subloop_tree_node_p (ira_loop_tree_node_t subnode, ira_loop_tree_node_t node) in subloop_tree_node_p() argument
357 for (; subnode != NULL; subnode = subnode->parent) in subloop_tree_node_p()
358 if (subnode == node) in subloop_tree_node_p()
/dragonfly/sbin/hammer/
H A Dcmd_show.c462 hammer_node_ondisk_t subnode; in get_elm_flags() local
463 subnode = get_buffer_data(child_offset, &buffer, 0); in get_elm_flags()
464 if (subnode == NULL) in get_elm_flags()
466 else if (subnode->parent != node_offset) in get_elm_flags()