Home
last modified time | relevance | path

Searched refs:subnodes (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java29 Lignode[] subnodes = null; field in LigatureTree.Lignode
53 if (subnodes != null) { in subnode()
54 int len = subnodes.length; in subnode()
56 if (c <= subnodes[len - 1].target) { in subnode()
58 int t = subnodes[i].target; in subnode()
65 return subnodes[i]; in subnode()
108 if (subnodes == null) { in insert()
109 subnodes = new Lignode[1]; in insert()
110 subnodes[0] = new Lignode(c); in insert()
111 subnodes[0].insert(chars, index + 1); in insert()
[all …]
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h231 const struct snmp_node* const *subnodes; member
234 #define SNMP_CREATE_TREE_NODE(oid, subnodes) \ argument
236 (u16_t)LWIP_ARRAYSIZE(subnodes), (subnodes) }
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h284 const struct dxil_mdnode **subnodes; member
295 const struct dxil_mdnode **subnodes; member
Ddxil_module.c2317 const struct dxil_mdnode *subnodes[], in dxil_get_metadata_node() argument
2324 !memcmp(n->node.subnodes, subnodes, sizeof(struct dxil_mdnode *) * in dxil_get_metadata_node()
2335 memcpy(tmp, subnodes, sizeof(struct dxil_mdnode *) * num_subnodes); in dxil_get_metadata_node()
2336 n->node.subnodes = tmp; in dxil_get_metadata_node()
2400 const struct dxil_mdnode *subnodes[], in dxil_add_metadata_named_node() argument
2416 memcpy(tmp, subnodes, sizeof(struct dxil_mdnode *) * num_subnodes); in dxil_add_metadata_named_node()
2417 n->subnodes = tmp; in dxil_add_metadata_named_node()
2458 const struct dxil_mdnode *subnodes[], in emit_metadata_node() argument
2464 data[i] = subnodes[i] ? subnodes[i]->id : 0; in emit_metadata_node()
2480 return emit_metadata_node(m, n->node.subnodes, n->node.num_subnodes); in emit_mdnode()
[all …]
Ddxil_module.h374 const struct dxil_mdnode *subnodes[],
379 const struct dxil_mdnode *subnodes[],
Ddxil_dump.c670 if (node->node.subnodes[i]) in dump_mdnode()
671 dump_mdnode(d, node->node.subnodes[i]); in dump_mdnode()
695 if (node->subnodes[i]) in dump_named_nodes()
696 dump_mdnode(d, node->subnodes[i]); in dump_named_nodes()
/third_party/boost/libs/property_tree/doc/
Dintro.qbk12 the tree stores its own value, plus an ordered list of its subnodes and their
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c993 node = (*(const struct snmp_tree_node * const *)node)->subnodes; in snmp_mib_tree_resolve_exact()
1035 node = node_stack[nsi]->subnodes; in snmp_mib_tree_resolve_next()
1067 node = node_stack[nsi]->subnodes; in snmp_mib_tree_resolve_next()
/third_party/boost/boost/spirit/home/classic/tree/impl/
Dparse_tree_utils.ipp94 // look at subnodes now
Dtree_to_xml.ipp417 get_token_id, get_token_value); // dump all subnodes
457 // dump all subnodes
/third_party/python/Doc/library/
Dxml.dom.minidom.rst141 The *addindent* parameter is the incremental indentation to use for subnodes
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown94 nodes contain a list of subnodes.