Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_util/include/pico/util/
A Dpheap.h63 pheap_node_t *nodes; member
105 return heap->nodes + id - 1; in ph_get_node()
285 .nodes = name ## _nodes, \
/external/platform/pico/common/pico_util/
A Dpheap.c14 heap->nodes = calloc(max_nodes, sizeof(pheap_node_t)); in ph_create()
38 free(heap->nodes); in ph_destroy()
/external/platform/nrfx/doc/
A Dnrfx.doxyfile2299 # class node. If there are many fields or methods and many nodes the graph may
2447 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2448 # that will be shown in the graph. If the number of nodes in a graph becomes
2460 # generated by dot. A depth value of 3 means that only nodes reachable from the

Completed in 7 milliseconds