Home
last modified time | relevance | path

Searched refs:node (Results 1001 – 1025 of 1648) sorted by relevance

1...<<41424344454647484950>>...66

/freebsd-12.1/contrib/gcc/doc/
H A Dloop.texi10 @node Loop Analysis and Representation
31 @node Loop representation
124 @node Loop querying
185 @node Loop manipulation
192 @item @code{flow_loop_tree_node_add}: Adds a node to the tree.
244 @node LCSSA
285 @node Scalar evolutions
350 @node loop-iv
398 @node Number of iterations
448 @node Dependency analysis
[all …]
H A Dsourcebuild.texi5 @node Source Tree
22 @node Top Level
95 @node gcc Directory
172 @node Configuration
240 @node Build
260 @node Headers
450 @node Front End
725 @node Back End
813 @node Testsuites
1146 @node Ada Tests
[all …]
H A Dcpp.texi73 @node Top
180 @node Overview
453 @node Tokenization
842 @node Search Path
1138 @node Macros
2880 @node Ifdef
2962 @node If
3029 @node Defined
3068 @node Else
3093 @node Elif
[all …]
/freebsd-12.1/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2118 struct sysctl_oid *node, *txsnode; in vmxnet3_setup_txq_sysctl() local
2126 node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, namebuf, CTLFLAG_RD, in vmxnet3_setup_txq_sysctl()
2128 txq->vxtxq_sysctl = list = SYSCTL_CHILDREN(node); in vmxnet3_setup_txq_sysctl()
2159 struct sysctl_oid *node, *rxsnode; in vmxnet3_setup_rxq_sysctl() local
2167 node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, namebuf, CTLFLAG_RD, in vmxnet3_setup_rxq_sysctl()
2169 rxq->vxrxq_sysctl = list = SYSCTL_CHILDREN(node); in vmxnet3_setup_rxq_sysctl()
2205 struct sysctl_oid *node; in vmxnet3_setup_debug_sysctl() local
2214 node = SYSCTL_ADD_NODE(ctx, txq->vxtxq_sysctl, OID_AUTO, in vmxnet3_setup_debug_sysctl()
2216 list = SYSCTL_CHILDREN(node); in vmxnet3_setup_debug_sysctl()
2235 node = SYSCTL_ADD_NODE(ctx, rxq->vxrxq_sysctl, OID_AUTO, in vmxnet3_setup_debug_sysctl()
[all …]
/freebsd-12.1/sys/dev/iicbus/
H A Dads111x.c430 phandle_t child, node; in ads111x_add_channels() local
434 node = ofw_bus_get_node(sc->dev); in ads111x_add_channels()
435 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in ads111x_add_channels()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx_spi.c502 phandle_t node; in spi_attach() local
544 node = ofw_bus_get_node(sc->dev); in spi_attach()
546 err = gpio_pin_get_by_ofw_propidx(sc->dev, node, "cs-gpios", in spi_attach()
/freebsd-12.1/share/misc/
H A Dcommitters-doc.dot21 # For returned commit bits, the node definition will follow this example:
28 node [color=grey62, style=filled, bgcolor=black];
49 node [color=lightblue2, style=filled, bgcolor=black];
/freebsd-12.1/sys/dev/sound/macio/
H A Ddavbus.c63 phandle_t node; member
508 sc->node = ofw_bus_get_node(self); in davbus_attach()
509 sc->soundnode = OF_child(sc->node); in davbus_attach()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1855 bqueue_node_t node; member
1891 list_node_t node; member
2631 offsetof(struct receive_objnode, node)); in objlist_create()
2659 while (node != NULL && node->object < object) { in objlist_exists()
2661 kmem_free(node, sizeof (*node)); in objlist_exists()
2662 node = list_head(&list->list); in objlist_exists()
2664 return (node != NULL && node->object == object); in objlist_exists()
2677 struct receive_objnode *node = kmem_zalloc(sizeof (*node), KM_SLEEP); in objlist_insert() local
2678 node->object = object; in objlist_insert()
2682 ASSERT3U(node->object, >, last_objnum); in objlist_insert()
[all …]
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_efuse.c275 phandle_t node; in tegra_efuse_attach() local
280 node = ofw_bus_get_node(dev); in tegra_efuse_attach()
/freebsd-12.1/contrib/dtc/
H A Dtreesource.c236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
239 struct node *child; in write_tree_source_node()
/freebsd-12.1/sys/gnu/dts/arm/
H A Drk3229.dtsi11 /delete-node/ opp-table0;
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dr_erase_fn_imps.hpp55 p_z->~node(); in actual_erase_node()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dr_erase_fn_imps.hpp57 p_z->~node(); in actual_erase_node()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.texinfo170 @node Summary
1429 @node Help
4303 @node List
4420 @node Edit
8020 @node C
10720 @node KOD
11993 @node ARM
12575 @node PA
12590 @node SH
13215 @node ABI
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dgather-docs81 $name{$key} = $node;
H A Dobstacks.texi1 @node Obstacks,Licenses,Functions,Top
35 @node Creating Obstacks
76 @node Preparing for Obstacks
162 @node Allocation in an Obstack
235 @node Freeing Obstack Objects
267 @node Obstack Functions
323 @node Growing Objects
437 @node Extra Fast Growing
540 @node Status of an Obstack
622 @node Obstack Chunks
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dgather-docs81 $name{$key} = $node;
H A Dobstacks.texi1 @node Obstacks,Licenses,Functions,Top
35 @node Creating Obstacks
76 @node Preparing for Obstacks
162 @node Allocation in an Obstack
235 @node Freeing Obstack Objects
267 @node Obstack Functions
323 @node Growing Objects
437 @node Extra Fast Growing
540 @node Status of an Obstack
622 @node Obstack Chunks
[all …]
/freebsd-12.1/sys/dev/drm/
H A Ddrm_mm.h63 extern struct drm_mm_node *drm_mm_get_block_generic(struct drm_mm_node *node,
/freebsd-12.1/contrib/wpa/src/utils/
H A Dhttp-utils.h43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
/freebsd-12.1/contrib/unbound/iterator/
H A Diter_fwd.h68 rbnode_type node; member
/freebsd-12.1/sys/dev/dwc/
H A Dif_dwc.c1042 phandle_t node, gpio_node; in dwc_reset() local
1047 node = ofw_bus_get_node(dev); in dwc_reset()
1048 if (OF_getencprop(node, "snps,reset-gpio", in dwc_reset()
1052 if (OF_getencprop(node, "snps,reset-delays-us", in dwc_reset()
1066 if (GPIO_MAP_GPIOS(gpio, node, gpio_node, in dwc_reset()
1074 if (OF_hasprop(node, "snps,reset-active-low")) in dwc_reset()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrQPX.td77 def extloadv4f32 : PatFrag<(ops node:$ptr), (extload node:$ptr), [{
81 def truncstorev4f32 : PatFrag<(ops node:$val, node:$ptr),
82 (truncstore node:$val, node:$ptr), [{
85 def pre_truncstv4f32 : PatFrag<(ops node:$val, node:$base, node:$offset),
86 (pre_truncst node:$val,
87 node:$base, node:$offset), [{
91 def fround_inexact : PatFrag<(ops node:$val), (fpround node:$val), [{
95 def fround_exact : PatFrag<(ops node:$val), (fpround node:$val), [{
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah.c39 TAILQ_INSERT_TAIL(&ah_chip_list, ahc, node); in ath_hal_add_chip()
47 TAILQ_REMOVE(&ah_chip_list, ahc, node); in ath_hal_remove_chip()
69 TAILQ_FOREACH(pc, &ah_chip_list, node) { in ath_hal_probe()
117 TAILQ_FOREACH(pc, &ah_chip_list, node) { in ath_hal_attach()
223 TAILQ_INSERT_TAIL(&ah_rf_list, arf, node); in ath_hal_add_rf()
231 TAILQ_REMOVE(&ah_rf_list, arf, node); in ath_hal_remove_rf()
251 TAILQ_FOREACH(rf, &ah_rf_list, node) { in ath_hal_rfprobe()

1...<<41424344454647484950>>...66