Home | History | Annotate | Download | only in unit

Lines Matching refs:phn_next_get

58 	for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
59 NULL; sibling = phn_next_get(node_t, link, sibling)) {
75 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
76 auxelm = phn_next_get(node_t, link, auxelm)) {
77 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
105 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
106 NULL; sibling = phn_next_get(node_t, link, sibling)) {
107 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
126 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
127 auxelm = phn_next_get(node_t, link, auxelm)) {
128 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,