Home | History | Annotate | Download | only in unit

Lines Matching refs:phn_next_get

56 	for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
57 NULL; sibling = phn_next_get(node_t, link, sibling)) {
73 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
74 auxelm = phn_next_get(node_t, link, auxelm)) {
75 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
103 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
104 NULL; sibling = phn_next_get(node_t, link, sibling)) {
105 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
124 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
125 auxelm = phn_next_get(node_t, link, auxelm)) {
126 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,