Searched refs:node1 (Results 1 - 25 of 44) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/doc/examples/
H A Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ local
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
75 node1 = xmlNewText(BAD_CAST
77 xmlAddChild(node, node1);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
89 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/doc/examples/
H A Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ local
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
75 node1 = xmlNewText(BAD_CAST
77 xmlAddChild(node, node1);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
89 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/doc/examples/
H A Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ local
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
75 node1 = xmlNewText(BAD_CAST
77 xmlAddChild(node, node1);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
89 xmlNewProp(node1, BAD_CAST "odd", BAD_CAST((j % 2) ? "no" : "yes"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firewire/
H A Dcore-topology.c403 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) argument
408 tree = node1->ports[port];
411 if (tree->ports[i] == node1) {
426 struct fw_node *node0, *node1, *next1; local
435 node1 = fw_node(list1.next);
438 WARN_ON(node0->port_count != node1->port_count);
440 if (node0->link_on && !node1->link_on)
442 else if (!node0->link_on && node1->link_on)
444 else if (node1->initiated_reset && node1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/firewire/
H A Dcore-topology.c403 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) argument
408 tree = node1->ports[port];
411 if (tree->ports[i] == node1) {
426 struct fw_node *node0, *node1, *next1; local
435 node1 = fw_node(list1.next);
438 WARN_ON(node0->port_count != node1->port_count);
440 if (node0->link_on && !node1->link_on)
442 else if (!node0->link_on && node1->link_on)
444 else if (node1->initiated_reset && node1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dcgraph.h857 symtab_node node1 = (symtab_node) node->symbol.next; local
858 for (; node1; node1 = node1->symbol.next)
859 if (varpool_node *vnode1 = dyn_cast <varpool_node> (node1))
887 symtab_node node1 = (symtab_node) node->symbol.next; local
888 for (; node1; node1 = node1->symbol.next)
890 varpool_node *vnode1 = dyn_cast <varpool_node> (node1);
920 symtab_node node1 = (symtab_node) node->symbol.next; local
952 symtab_node node1 = (symtab_node) node->symbol.next; local
982 symtab_node node1 = (symtab_node) node->symbol.next; local
1023 symtab_node node1 = node->symbol.next; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnode.c244 static void fill_stream_connect(struct node_object *node1,
836 int node_connect(struct node_object *node1, u32 stream1, argument
858 if ((node1 != (struct node_object *)DSP_HGPPNODE && !node1) ||
864 if (node1 != (struct node_object *)DSP_HGPPNODE &&
866 node1->hnode_mgr != node2->hnode_mgr)
869 if (node1 == node2)
876 node1_type = node_get_type(node1);
880 stream1 >= MAX_OUTPUTS(node1)) || (node2_type != NODE_GPP
914 hnode_mgr = node1
2703 fill_stream_connect(struct node_object *node1, struct node_object *node2, u32 stream1, u32 stream2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Dnode.c244 static void fill_stream_connect(struct node_object *node1,
836 int node_connect(struct node_object *node1, u32 stream1, argument
858 if ((node1 != (struct node_object *)DSP_HGPPNODE && !node1) ||
864 if (node1 != (struct node_object *)DSP_HGPPNODE &&
866 node1->hnode_mgr != node2->hnode_mgr)
869 if (node1 == node2)
876 node1_type = node_get_type(node1);
880 stream1 >= MAX_OUTPUTS(node1)) || (node2_type != NODE_GPP
914 hnode_mgr = node1
2703 fill_stream_connect(struct node_object *node1, struct node_object *node2, u32 stream1, u32 stream2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.c467 xfs_da_intnode_t *node1, *node2, *tmpnode; local
472 node1 = blk1->bp->data;
478 if ((be16_to_cpu(node1->hdr.count) > 0) && (be16_to_cpu(node2->hdr.count) > 0) &&
479 ((be32_to_cpu(node2->btree[0].hashval) < be32_to_cpu(node1->btree[0].hashval)) ||
481 be32_to_cpu(node1->btree[be16_to_cpu(node1->hdr.count)-1].hashval)))) {
482 tmpnode = node1;
483 node1 = node2;
486 ASSERT(be16_to_cpu(node1->hdr.info.magic) == XFS_DA_NODE_MAGIC);
488 count = (be16_to_cpu(node1
1277 xfs_da_intnode_t *node1, *node2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c467 xfs_da_intnode_t *node1, *node2, *tmpnode; local
472 node1 = blk1->bp->data;
478 if ((be16_to_cpu(node1->hdr.count) > 0) && (be16_to_cpu(node2->hdr.count) > 0) &&
479 ((be32_to_cpu(node2->btree[0].hashval) < be32_to_cpu(node1->btree[0].hashval)) ||
481 be32_to_cpu(node1->btree[be16_to_cpu(node1->hdr.count)-1].hashval)))) {
482 tmpnode = node1;
483 node1 = node2;
486 ASSERT(be16_to_cpu(node1->hdr.info.magic) == XFS_DA_NODE_MAGIC);
488 count = (be16_to_cpu(node1
1277 xfs_da_intnode_t *node1, *node2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dnode.h138 * the GPP, one of the node handles (either node1 or node2) must be
141 * node1: Handle of first node to connect to second node. If
142 * this is a connection from the GPP to node2, node1
143 * must be the constant NODE_HGPPNODE. Otherwise, node1
166 * -EFAULT: Invalid node1 or node2.
171 * -EBADR: Either node1 or node2 is not in the
181 extern int node_connect(struct node_object *node1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dnode.h138 * the GPP, one of the node handles (either node1 or node2) must be
141 * node1: Handle of first node to connect to second node. If
142 * this is a connection from the GPP to node2, node1
143 * must be the constant NODE_HGPPNODE. Otherwise, node1
166 * -EFAULT: Invalid node1 or node2.
171 * -EBADR: Either node1 or node2 is not in the
181 extern int node_connect(struct node_object *node1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c818 struct pci_resource *node1; local
840 node1 = *head;
842 node1->next = (*head)->next;
843 (*head)->next = node1;
847 node1 = (*head);
849 while (node1->next && node1->next->next) {
850 if (node1->next->base > node1->next->next->base) {
852 node2 = node1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c818 struct pci_resource *node1; local
840 node1 = *head;
842 node1->next = (*head)->next;
843 (*head)->next = node1;
847 node1 = (*head);
849 while (node1->next && node1->next->next) {
850 if (node1->next->base > node1->next->next->base) {
852 node2 = node1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c303 symbol_node_t *node1, *node2; local
305 node1 = SLIST_FIRST(symlist);
306 while (node1 != NULL) {
307 node2 = SLIST_NEXT(node1, links);
308 free(node1);
309 node1 = node2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c303 symbol_node_t *node1, *node2; local
305 node1 = SLIST_FIRST(symlist);
306 while (node1 != NULL) {
307 node2 = SLIST_NEXT(node1, links);
308 free(node1);
309 node1 = node2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxpath.c2834 * @node1: the first node
2843 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { argument
2849 if ((node1 == NULL) || (node2 == NULL))
2854 if (node1 == node2) /* trivial case */
2856 if (node1->type == XML_ATTRIBUTE_NODE) {
2858 attrNode1 = node1;
2859 node1 = node1->parent;
2866 if (node1 == node2) {
2884 if ((node1
2992 xmlXPathCmpNodesExt(xmlNodePtr node1, xmlNodePtr node2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxpath.c2834 * @node1: the first node
2843 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { argument
2849 if ((node1 == NULL) || (node2 == NULL))
2854 if (node1 == node2) /* trivial case */
2856 if (node1->type == XML_ATTRIBUTE_NODE) {
2858 attrNode1 = node1;
2859 node1 = node1->parent;
2866 if (node1 == node2) {
2884 if ((node1
2992 xmlXPathCmpNodesExt(xmlNodePtr node1, xmlNodePtr node2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxpath.c2834 * @node1: the first node
2843 xmlXPathCmpNodes(xmlNodePtr node1, xmlNodePtr node2) { argument
2849 if ((node1 == NULL) || (node2 == NULL))
2854 if (node1 == node2) /* trivial case */
2856 if (node1->type == XML_ATTRIBUTE_NODE) {
2858 attrNode1 = node1;
2859 node1 = node1->parent;
2866 if (node1 == node2) {
2884 if ((node1
2992 xmlXPathCmpNodesExt(xmlNodePtr node1, xmlNodePtr node2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-kmem.c202 int node1, node2; local
216 node1 = cpunode_map[cpu];
218 if (node1 != node2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-kmem.c202 int node1, node2; local
216 node1 = cpunode_map[cpu];
218 if (node1 != node2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dxpath.h447 xmlXPathCmpNodes (xmlNodePtr node1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dxpath.h447 xmlXPathCmpNodes (xmlNodePtr node1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dxpath.h447 xmlXPathCmpNodes (xmlNodePtr node1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1206 struct node_object *node1 = NULL, *node2 = NULL; local
1212 node1 = node_res1->hnode;
1214 node1 = args->args_node_connect.hnode;
1226 if (!node1 || !node2)
1255 status = node_connect(node1,

Completed in 471 milliseconds

12