Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Drb.c236 node_t nodes[NNODES]; in TEST_BEGIN() local
261 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
262 nodes[k].key = bag[k]; in TEST_BEGIN()
267 tree_insert(&tree, &nodes[k]); in TEST_BEGIN()
288 tree_next(&tree, &nodes[k]); in TEST_BEGIN()
289 tree_prev(&tree, &nodes[k]); in TEST_BEGIN()
296 node_remove(&tree, &nodes[k], j - k); in TEST_BEGIN()
300 node_remove(&tree, &nodes[k-1], k); in TEST_BEGIN()
A Dph.c172 node_t nodes[NNODES]; in TEST_BEGIN() local
199 nodes[k].magic = NODE_MAGIC; in TEST_BEGIN()
200 nodes[k].key = bag[k]; in TEST_BEGIN()
205 heap_insert(&heap, &nodes[k]); in TEST_BEGIN()
224 node_remove(&heap, &nodes[k]); in TEST_BEGIN()
231 node_remove(&heap, &nodes[k-1]); in TEST_BEGIN()
/third_party/uapp/dash/
A Dgen-sources.sh39 ./mknodes nodetypes nodes.c.pat
A Drules.mk33 $(LOCAL_DIR)/src/nodes.c \
/third_party/uapp/dash/src/
A Dnodetypes35 # This file describes the nodes used in parse trees. Unindented lines
44 # nodelist - a pointer to a list of nodes
82 type int # using multiple if nodes.
101 cases nodeptr # the list of cases (NCLIST nodes)
A Dnodes.c.pat34 * @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95
45 #include "nodes.h"
323 // * A sequence of nodes in a pre-order traversal of the node tree.
367 // Output the command nodes
A DTOUR28 mknodes nodetypes nodes.h nodes.c
131 nodes. The various types of nodes are defined in the file node-
/third_party/ulib/jemalloc/src/
A Dctl.c932 ctl_node_t const *nodes[CTL_MAX_DEPTH]; in ctl_byname() local
942 ret = ctl_lookup(tsd_tsdn(tsd), name, nodes, mib, &depth); in ctl_byname()
946 node = ctl_named_node(nodes[depth-1]); in ctl_byname()
/third_party/ulib/jemalloc/
A DChangeLog64 - Fix over-sized allocation of radix tree leaf nodes. (@mjp41, @ogaun,
236 - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
/third_party/lib/acpica/
A Dchanges.txt1589 support to allow references (namespace nodes) to be passed as arguments
7189 nodes that were incorrectly left marked as permanent nodes instead of
7190 temporary nodes. This could cause a problem if there is race condition
8900 Implemented the use of a cache object for all internal namespace nodes.
8901 Since there are about 1000 static nodes in a typical system, this will
13324 Removed code added in the previous release that inserted nodes
13328 of the namespace nodes should not matter.
13337 the previous release, the namespace nodes for the predefined
14220 was stored only with control method nodes, causing a fault when
15071 objects attached to namespace nodes.
[all …]

Completed in 30 milliseconds