Home
last modified time | relevance | path

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

/libuv/src/
H A Dheap-inl.h75 struct heap_node* sibling; in heap_node_swap() local
85 sibling = child->right; in heap_node_swap()
88 sibling = child->left; in heap_node_swap()
90 if (sibling != NULL) in heap_node_swap()
91 sibling->parent = child; in heap_node_swap()

Completed in 4 milliseconds