Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/unit/
A Dph.c45 node_t *leftmost_child, *sibling; in node_print() local
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_print()
57 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_print()
58 node_print(sibling, depth + 1); in node_print()
89 node_t *leftmost_child, *sibling; in node_validate() local
103 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling != in node_validate()
104 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_validate()
106 link, sibling)), sibling, in node_validate()
108 nnodes += node_validate(sibling, node); in node_validate()

Completed in 2 milliseconds